1
0
Fork 0
arangodb/arangod/Cluster
Max Neunhoeffer bde48d524d Change undocumented behaviour in case of invalid rev in JS document ops.
An invalid rev should lead to a 1200 ("conflict") error rather than a
1239 ("illegal document revision") error. This is more intuitive and
in line with the corresponding change in the HTTP API. No tests needed
adjustment.
2017-02-08 10:59:04 +01:00
..
AgencyCallback.cpp
AgencyCallback.h
AgencyCallbackRegistry.cpp
AgencyCallbackRegistry.h
ClusterComm.cpp Store ClusterComm singleton in shared_ptr. 2017-02-06 15:25:18 +01:00
ClusterComm.h Store ClusterComm singleton in shared_ptr. 2017-02-06 15:25:18 +01:00
ClusterEdgeCursor.cpp
ClusterEdgeCursor.h
ClusterFeature.cpp back ports from 3.1 2017-02-06 10:18:40 +01:00
ClusterFeature.h
ClusterInfo.cpp fix index ids 2017-02-01 10:39:21 +01:00
ClusterInfo.h Fix bug found by static analysis. 2017-01-24 12:30:32 +01:00
ClusterMethods.cpp Change undocumented behaviour in case of invalid rev in JS document ops. 2017-02-08 10:59:04 +01:00
ClusterMethods.h
ClusterTraverser.cpp
ClusterTraverser.h
DBServerAgencySync.cpp Output a warning if Schmutz runs for longer than 30s. 2017-02-06 15:50:01 +01:00
DBServerAgencySync.h
FollowerInfo.cpp
FollowerInfo.h
HeartbeatThread.cpp Handle the case that ClusterComm is already shut down gracefully. 2017-02-07 15:31:40 +01:00
HeartbeatThread.h Try to solve sporadic shutdown blockage in heartbeat thread. 2017-01-30 22:32:05 +01:00
RestAgencyCallbacksHandler.cpp
RestAgencyCallbacksHandler.h
ServerState.cpp back ports from 3.1 2017-02-06 10:18:40 +01:00
ServerState.h tested restart from 3.1 database 2017-01-28 20:32:29 +01:00
TraverserEngine.cpp factored out AccessMode from transaction.h 2017-01-25 11:57:21 +01:00
TraverserEngine.h
TraverserEngineRegistry.cpp
TraverserEngineRegistry.h
v8-cluster.cpp Handle the case that ClusterComm is already shut down gracefully. 2017-02-07 15:31:40 +01:00
v8-cluster.h