Jan Christoph Uhde
f195b09783
add part of sliceify in replication-dump
2016-09-06 19:05:49 +02:00
Jan Christoph Uhde
cea8110c2e
run clang-format on replication-dump
2016-09-06 15:24:16 +02:00
Jan Christoph Uhde
af8649479f
clean up code
2016-09-06 14:46:37 +02:00
Jan Steemann
536e928329
fixed invalid pointers
2016-09-06 14:22:32 +02:00
Jan Christoph Uhde
44d7f0ffad
do not even try to answer on error on protocol level
2016-09-06 13:55:35 +02:00
Jan Christoph Uhde
275ebf566f
add patch requested by mark
2016-09-06 13:42:47 +02:00
Jan Christoph Uhde
905c06d88e
add new agent to allow 2 answers to one message
2016-09-06 13:26:27 +02:00
Jan Christoph Uhde
d0fdfa727a
Merge branch 'generic-col-types' of github.com:arangodb/arangodb into obi-velocystream
...
* 'generic-col-types' of github.com:arangodb/arangodb:
Improve version handling in ClusterInfo.
Add further logging where a bug is likely.
make error message unambiguous
Conflicts:
lib/Rest/HttpResponse.cpp
2016-09-05 16:42:41 +02:00
Jan Christoph Uhde
4c473753b7
begin to fix RestReplicationHandler
2016-09-05 16:39:42 +02:00
Jan Christoph Uhde
6a3d6e080b
remove comments
2016-09-05 16:39:05 +02:00
Max Neunhoeffer
49d7cf345f
Improve version handling in ClusterInfo.
2016-09-05 16:03:28 +02:00
jsteemann
f573f188dc
Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types
2016-09-05 14:02:57 +02:00
jsteemann
f5f5c773e4
make error message unambiguous
2016-09-05 13:55:04 +02:00
Jan Christoph Uhde
a53554dcd4
Merge remote-tracking branch 'origin/generic-col-types' into obi-velocystream
...
* origin/generic-col-types: (124 commits)
fixed invalid read
fixed index creation & validation
Added missing classes
micro optimizations
Added a try catch in loadPlan. If the agency for some reason contains invalid collection information the coordinator will not break down, instead it will ignore the invalid collection and continue.
looks good for dangling creation of shards
respond with proper error message in case queue is full
fix invalid check
fixed figures() call
half way through unassumed leadership
prealloc _readBuffer
fixed compile warning
work less on the heap
removed unused error codes
removed TRI_collection_t
removed bug into failedserver
Create apps directory before starting the instance.
Add instance info & port sniffing template
fixed issue #2034
privatized some members
...
Conflicts:
lib/Rest/HttpResponse.cpp
2016-09-05 13:29:39 +02:00
Jan Christoph Uhde
5fcef4803f
try to fix error that occured with fox
2016-09-05 11:57:39 +02:00
jsteemann
df808cd665
Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types
2016-09-05 11:51:09 +02:00
jsteemann
cf1023eb98
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
2016-09-05 11:42:58 +02:00
jsteemann
7e04cb07df
fixed index creation & validation
2016-09-05 11:42:44 +02:00
jsteemann
43db27d527
Merge branch 'generic-col-types' of https://github.com/arangodb/arangodb into generic-col-types
2016-09-05 11:42:13 +02:00
Kaveh Vahedipour
682a99a063
Added missing classes
2016-09-05 11:15:47 +02:00
jsteemann
e468a51ad2
micro optimizations
2016-09-05 11:14:17 +02:00
Michael Hackstein
decb4b69a3
Merge branch 'generic-col-types' of github.com:arangodb/arangodb into generic-col-types
2016-09-05 11:04:12 +02:00
Michael Hackstein
e5e28f9c08
Added a try catch in loadPlan. If the agency for some reason contains invalid collection information the coordinator will not break down, instead it will ignore the invalid collection and continue.
2016-09-05 11:03:59 +02:00
Kaveh Vahedipour
f066ff9920
looks good for dangling creation of shards
2016-09-05 11:03:37 +02:00
jsteemann
e2d0f4342f
respond with proper error message in case queue is full
2016-09-05 11:02:11 +02:00
jsteemann
d1adb02fa6
fix invalid check
2016-09-05 11:01:56 +02:00
Jan Christoph Uhde
e1fac75bbf
changes in import handler
2016-09-05 10:48:51 +02:00
jsteemann
1361b85837
fixed figures() call
2016-09-05 09:15:36 +02:00
Kaveh Vahedipour
f0023d70e1
half way through unassumed leadership
2016-09-02 17:38:49 +02:00
jsteemann
d419d2606a
prealloc _readBuffer
2016-09-02 17:01:43 +02:00
jsteemann
288e5c3c3f
fixed compile warning
2016-09-02 16:29:19 +02:00
jsteemann
67de3f7bb2
work less on the heap
2016-09-02 15:51:02 +02:00
jsteemann
4492409d5f
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
2016-09-02 15:23:15 +02:00
jsteemann
1823cff3a9
removed TRI_collection_t
2016-09-02 14:54:13 +02:00
Kaveh Vahedipour
e669de0f70
removed bug into failedserver
2016-09-02 14:39:15 +02:00
jsteemann
3909103193
privatized some members
2016-09-02 13:10:17 +02:00
Kaveh Vahedipour
b3b7d7c907
failed servers are excluded from new shard creation
2016-09-02 12:37:53 +02:00
jsteemann
4839d65b36
moved things out of TRI_collection_t
2016-09-02 11:56:48 +02:00
jsteemann
2c92879161
cleanup
2016-09-02 10:26:43 +02:00
jsteemann
5524b25800
removed VocbaseCollectionInfo
2016-09-02 09:41:36 +02:00
Kaveh Vahedipour
fc60183490
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-09-02 09:28:15 +02:00
Kaveh Vahedipour
3603a6d63d
failed server entry in target and plan increase until resolution
2016-09-02 09:28:08 +02:00
jsteemann
002f503dac
don't use c_str()
2016-09-02 09:14:34 +02:00
jsteemann
e69a82a2a7
refactoring
2016-09-02 08:44:31 +02:00
jsteemann
a6697636ed
Merge branch 'generic-col-types' of https://github.com/arangodb/arangodb into generic-col-types
2016-09-02 08:13:49 +02:00
jsteemann
9c56f99fc0
do not propagate exceptions
2016-09-01 17:48:57 +02:00
Michael Hackstein
3c851f8687
Added proper error handling for collection not found in V8
2016-09-01 17:42:27 +02:00
Michael Hackstein
41c471d225
Merge branch 'generic-col-types' of github.com:arangodb/arangodb into generic-col-types
2016-09-01 16:46:33 +02:00
Michael Hackstein
774c3a5837
Implemented createIndex on LogicalCollection for cluster case
2016-09-01 16:46:26 +02:00
jsteemann
397cff4417
fix compile warning
2016-09-01 16:15:33 +02:00