Kaveh Vahedipour
c5c41a666c
agency updates new agent addresses and ports
2017-01-02 19:15:20 +01:00
Kaveh Vahedipour
f380ebae31
remove deceased agents from AgencyComm
2017-01-02 18:50:26 +01:00
Kaveh Vahedipour
9d5a5537ce
remove deceased agents from AgencyComm
2017-01-02 17:12:00 +01:00
Kaveh Vahedipour
4671f7ce45
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-01-02 15:58:52 +01:00
Kaveh Vahedipour
a2ee40d4f3
restarting agents inform rest of their new endpoints
2017-01-02 15:58:38 +01:00
jsteemann
3c9d71fdcf
performance fix for locks
2017-01-02 15:36:43 +01:00
jsteemann
62aeddee6a
speed up memory management
2017-01-02 13:39:27 +01:00
jsteemann
9dce58e418
slightly speed up conditions optimizer
2017-01-02 12:29:28 +01:00
jsteemann
0d14b52b69
fixed issue #2234
2017-01-02 09:19:15 +01:00
Kaveh Vahedipour
1e8f44dcd0
increase plan too?
2016-12-30 14:03:37 +01:00
Kaveh Vahedipour
839654d095
collections and current version
2016-12-30 13:56:25 +01:00
Kaveh Vahedipour
55ffd4c55f
collections and current version
2016-12-30 13:54:55 +01:00
Kaveh Vahedipour
ccca0103c2
lock/write lock tests in shell_server not needed anymore
2016-12-30 11:59:43 +01:00
Kaveh Vahedipour
084c3e2e73
more robust agency test
2016-12-30 11:33:58 +01:00
Kaveh Vahedipour
4928358e04
removing trace of agency locks part 1
2016-12-30 11:21:11 +01:00
Kaveh Vahedipour
572d294ec7
getting rid of locks in cluster.js
2016-12-29 17:44:03 +01:00
Viktor Evdokimov
2c92e7fceb
Adding note about configuration file and endpoint.
...
Took me a while to find how to change server.endpoint. When editing provided plist file and using `brew services start arangodb` `ProgramArguments` from plist are ignored for some reason. So the only way to switch from `127.0.0.1:8529` to `0.0.0.0:8529` was to edit `arangod.conf` file and restart services with brew. After that I was able to access web interface remotely.
2016-12-29 11:37:16 -05:00
Kaveh Vahedipour
b712640f42
getting rid of locks in cluster.js
2016-12-29 16:39:59 +01:00
Kaveh Vahedipour
ab6678eb1f
need to fix tests first
2016-12-29 16:25:30 +01:00
Kaveh Vahedipour
3b62ab4b12
doubling the wait interval in agency comm is way too peeimistic
2016-12-29 16:10:14 +01:00
Kaveh Vahedipour
ba31d0e4a5
waitinterval should be reset after redirects from agency
2016-12-29 15:28:07 +01:00
Kaveh Vahedipour
6ec19a3136
getting rid of locks in cluster.js
2016-12-29 15:18:08 +01:00
Kaveh Vahedipour
6e2394a831
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-29 15:03:33 +01:00
Kaveh Vahedipour
ff701ff57c
getting rid of locks in cluster.js
2016-12-29 15:03:09 +01:00
jsteemann
cdd49a438c
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-28 22:10:55 +01:00
Max Neunhoeffer
aeb32a1d1a
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2016-12-28 22:03:31 +01:00
Max Neunhoeffer
2e32ebfe5b
New setup for perf events only for critical section.
2016-12-28 22:03:11 +01:00
jsteemann
7a81798771
allow simplified ternary operator syntax
2016-12-28 21:34:55 +01:00
jsteemann
668c097bb4
cheaper string construction
2016-12-28 21:34:30 +01:00
Kaveh Vahedipour
154db4a0e2
wrong verbosity in start script
2016-12-28 16:32:21 +01:00
Kaveh Vahedipour
e9f465d13b
read/write/transact interface lifted up to js
2016-12-28 15:37:05 +01:00
Kaveh Vahedipour
5db9ec52ec
investigation into agency comm errors
2016-12-28 11:45:57 +01:00
Kaveh Vahedipour
ce2b221615
investigation into agency comm errors
2016-12-28 11:44:09 +01:00
Kaveh Vahedipour
c2f5fb3237
number of max retires is creating the problems?
2016-12-28 11:02:01 +01:00
Kaveh Vahedipour
ce687562f2
less rigid expectation on smooth operations through agency comm under worst case scenarios.
2016-12-28 10:32:20 +01:00
Kaveh Vahedipour
a3e2eaa8ed
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-28 10:06:26 +01:00
jsteemann
a3228b475f
fix failing test
2016-12-27 20:04:38 +01:00
jsteemann
c44a5c38a8
fix compile errors
2016-12-27 20:00:25 +01:00
jsteemann
dea26c02a9
fix invalid logical expression
2016-12-27 18:44:15 +01:00
jsteemann
47cd7673d1
check return value of file storage function
2016-12-27 18:43:59 +01:00
jsteemann
bab9ea38d1
changed copy&paste error message
2016-12-27 18:43:19 +01:00
jsteemann
b3309d62db
added noexcept
2016-12-27 18:43:08 +01:00
jsteemann
035305ff69
fix nullptr dereference
2016-12-27 18:42:40 +01:00
jsteemann
a7616ed0f6
fix potential nullptr dereference
2016-12-27 18:42:22 +01:00
jsteemann
a215a8ebe2
remove dead code
2016-12-27 18:42:04 +01:00
jsteemann
97ddfc661c
fix broken arguments address capturing
2016-12-27 18:22:31 +01:00
jsteemann
b2ba522045
remove dead code
2016-12-27 18:22:13 +01:00
jsteemann
940c23709b
fix unintended assertion side-effects
2016-12-27 18:21:54 +01:00
jsteemann
f9ca4d2a85
save some more heap allocations
2016-12-27 13:56:19 +01:00
jsteemann
fd44f2e493
micro optimizations
2016-12-27 13:44:19 +01:00