1
0
Fork 0
Commit Graph

12130 Commits

Author SHA1 Message Date
Andreas Streichardt c3ae91b405 Remove unused variable 2017-01-03 16:41:45 +01:00
Andreas Streichardt 8bb3142d19 Rework setRole code 2017-01-03 16:32:43 +01:00
Kaveh Vahedipour 6673093dc6 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-01-03 15:39:58 +01:00
Kaveh Vahedipour 5b3d95298b agent restart from persistence with complete set of new endpoints 2017-01-03 15:39:52 +01:00
jsteemann 16f16b768d optimizations for geo index 2017-01-03 14:17:49 +01:00
Kaveh Vahedipour 67b53bb91b no need considering reportIn for updating endpoints 2017-01-03 09:40:03 +01:00
Kaveh Vahedipour 449800d922 agent id is in configuration part 2017-01-03 09:35:33 +01:00
Kaveh Vahedipour 466d645545 it is probably a must to continue if leader cannot be reached 2017-01-03 09:26:45 +01:00
Kaveh Vahedipour 202f0636df nolock swap active member in agent configuration not needed 2017-01-03 09:01:53 +01:00
Kaveh Vahedipour bd28896b69 do not resend inception message, if their leaderId and id are the same 2017-01-03 08:43:27 +01:00
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 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 4928358e04 removing trace of agency locks part 1 2016-12-30 11:21:11 +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 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 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 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 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 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
Kaveh Vahedipour 3c487165b8 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-23 16:34:10 +01:00
Max Neunhoeffer fc52c04bf4 Improve debug messages in Agency. 2016-12-23 14:25:03 +01:00
Max Neunhoeffer 2b26224c95 Adding _term to log message. 2016-12-23 14:15:48 +01:00
Max Neunhoeffer ba29e21a0c Improve a debug message. 2016-12-23 14:09:01 +01:00
Kaveh Vahedipour fcdc7601f3 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-23 14:06:34 +01:00