Max Neunhoeffer
|
04a3dfff7b
|
Fix logic of abort in handlePlanChangeCoordinator.
|
2014-05-29 00:32:13 +02:00 |
Max Neunhoeffer
|
283af09657
|
Fix startup race bug in cluster.
If a coordinator cannot get the users of a database, it just gives
up and immediately tries again in the next heartbeat.
|
2014-05-28 23:18:30 +02:00 |
Max Neunhoeffer
|
cf35550057
|
Reduce timeout to get users data on coordinator.
|
2014-05-28 23:18:12 +02:00 |
Max Neunhoeffer
|
0b2544910e
|
Fix database order to do _system first in handlePlanChangeCoordinator
|
2014-05-28 15:16:57 +02:00 |
Jan Steemann
|
4f3ed048e4
|
fixed disconnect of agency connections, use less CPU while spinning in agency methods
|
2014-05-28 13:44:35 +02:00 |
Jan Steemann
|
3f6d28de8d
|
fixed VS warnings
|
2014-05-13 12:44:00 +02:00 |
Jan Steemann
|
14813638dd
|
removed boost
|
2014-05-12 17:22:42 +02:00 |
Max Neunhoeffer
|
8ce1b08183
|
Add a ClusterMethod to truncate a collection in a cluster.
|
2014-05-09 23:14:41 +02:00 |
Max Neunhoeffer
|
19289b6d37
|
First working version of arangorestore for clusters.
|
2014-05-09 16:33:54 +02:00 |
Jan Steemann
|
2e17f4bcd7
|
cppcheck
|
2014-05-09 00:21:17 +02:00 |
Max Neunhoeffer
|
df68f47338
|
Use StringBuffer in SimpleHttpResult rather than stringstream.
|
2014-05-07 16:35:40 +02:00 |
Max Neunhoeffer
|
02b68533e1
|
Export cluster auth on dispatchers (non-cluster) to JS.
|
2014-05-06 13:01:54 +02:00 |
Jan Steemann
|
0a5e641f97
|
added index memory usage statistics
this also adds index memory usage to the output of the `figures` method
|
2014-05-02 22:05:29 +02:00 |
Frank Celler
|
8e9ad58f3b
|
added cancelation of asnyc jobs
Conflicts:
arangod/V8Server/ApplicationV8.cpp
arangod/V8Server/v8-actions.cpp
lib/Rest/Handler.h
|
2014-04-16 20:16:22 +02:00 |
Jan Steemann
|
17bf8ebafb
|
fixed VS warnings
|
2014-04-03 16:13:56 +02:00 |
Jan Steemann
|
6e76f9d35f
|
dont log cluster connection problems on startup as errors, but just as info
|
2014-04-02 16:27:26 +02:00 |
Max Neunhoeffer
|
9d43383f1d
|
Fix automatic reload of user config on coordinators.
|
2014-03-07 11:37:16 +01:00 |
Max Neunhoeffer
|
ed46d0d3a8
|
Increase TTL value for heartbeat status in agency to 8.
|
2014-03-06 17:54:34 +01:00 |
Jan Steemann
|
b3b22a1f1c
|
changed authentication procedure
|
2014-03-06 16:37:00 +01:00 |
Jan Steemann
|
c092158891
|
disable forwarding of expect header
|
2014-03-03 19:24:26 +01:00 |
Jan Steemann
|
3478c8bc74
|
cppcheck
|
2014-03-03 09:12:34 +01:00 |
Max Neunhoeffer
|
cb8f0257a7
|
Give the server state in the agency a time to live.
|
2014-02-28 18:47:46 +01:00 |
Max Neunhoeffer
|
0a8555fab3
|
Sort out path to javascript files.
|
2014-02-28 14:19:04 +01:00 |
Jan Steemann
|
4615310e97
|
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
|
2014-02-28 13:50:56 +01:00 |
Jan Steemann
|
fd08bb0feb
|
use indexes in AQL
|
2014-02-28 13:50:39 +01:00 |
Frank Celler
|
f22f1525d2
|
Merge branch 'sharding' of github.com:triAGENS/ArangoDB into sharding
Conflicts:
etc/relative/arangod.conf
|
2014-02-28 12:03:11 +01:00 |
Frank Celler
|
9a410a5b71
|
added config for server state
|
2014-02-28 12:02:21 +01:00 |
Jan Steemann
|
6f26e4fc23
|
do not pass auth header
|
2014-02-28 09:12:27 +01:00 |
Jan Steemann
|
c04377e4cd
|
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
|
2014-02-28 08:59:48 +01:00 |
Jan Steemann
|
ed8f52b323
|
fixed small memleak reported by valgrind
|
2014-02-27 20:40:49 +01:00 |
Jan Steemann
|
8edf96e9aa
|
added documentation for cluster authentication options
|
2014-02-27 19:27:12 +01:00 |
Jan Steemann
|
897d6f4dcd
|
fixed cluster authentication
|
2014-02-27 17:45:03 +01:00 |
Jan Steemann
|
a0c554fa22
|
fixed tests
|
2014-02-27 14:58:01 +01:00 |
Jan Steemann
|
a0c32e90d7
|
fixed edge access in coordinator
|
2014-02-27 13:14:02 +01:00 |
Jan Steemann
|
fe74e030ea
|
fixed keygen test
|
2014-02-26 16:47:38 +01:00 |
Jan Steemann
|
08ff8f9237
|
allowUserKeys method
|
2014-02-26 16:31:48 +01:00 |
Jan Steemann
|
460455d0ed
|
dont clear result
|
2014-02-26 16:31:23 +01:00 |
Jan Steemann
|
9ac1a7cc50
|
cluster-internal authentication
|
2014-02-26 12:01:41 +01:00 |
Jan Steemann
|
98ceb07b77
|
add initial user
|
2014-02-25 17:05:02 +01:00 |
Frank Celler
|
3c5f3a656b
|
Merge branch 'sharding' of github.com:triAGENS/ArangoDB into sharding
|
2014-02-25 15:32:12 +01:00 |
Frank Celler
|
f2121ff442
|
cleanup
|
2014-02-25 15:32:07 +01:00 |
Frank Celler
|
569778ae10
|
Merge branch 'sharding' of github.com:triAGENS/ArangoDB into sharding
|
2014-02-25 12:07:46 +01:00 |
Frank Celler
|
42fb8244e1
|
added requeue
|
2014-02-25 12:07:16 +01:00 |
Max Neunhoeffer
|
974cc8b441
|
Correct a caching bug in ClusterInfo.
|
2014-02-25 11:34:59 +01:00 |
Jan Steemann
|
018a8390ce
|
refactored create/drop database
|
2014-02-24 14:50:31 +01:00 |
Jan Steemann
|
00d8a9023f
|
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
|
2014-02-21 17:40:38 +01:00 |
Jan Steemann
|
7a0aac82e2
|
re-create database objects on coordinator now, and switch into them
|
2014-02-21 17:40:00 +01:00 |
Max Neunhoeffer
|
91db141ea5
|
Change value of things in agency according to Sharding.md.
|
2014-02-21 13:19:57 +01:00 |
Jan Steemann
|
2e03f01a25
|
moved implementation of DBServerJob into own file
|
2014-02-21 09:09:21 +01:00 |
Jan Steemann
|
2f6f59e228
|
fixed startup race condition
|
2014-02-21 08:47:24 +01:00 |