Max Neunhoeffer
|
c9b74b7e25
|
Add -L to curl calls.
|
2014-01-03 08:47:05 +01:00 |
Max Neunhoeffer
|
755f9fd021
|
Add cluster startup scripts.
|
2014-01-03 08:45:29 +01:00 |
Michael Hackstein
|
ea2a93103a
|
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
|
2014-01-02 18:05:26 +01:00 |
Michael Hackstein
|
920f5e6d4b
|
Updated JSUnity, now equalitycheck for objects does not care for ordering anymore
|
2014-01-02 18:05:21 +01:00 |
Jan Steemann
|
87c1897c23
|
added lock and unlock functions, yet untested
|
2014-01-02 18:03:08 +01:00 |
Jan Steemann
|
c48d54c49b
|
conditional execution of agency tests
|
2014-01-02 17:22:37 +01:00 |
Jan Steemann
|
b07ad28c35
|
added caching function to generate ids
|
2014-01-02 17:16:44 +01:00 |
Jan Steemann
|
f952fd8bc0
|
added uniqid function to generate IDs
|
2014-01-02 16:37:11 +01:00 |
Jan Steemann
|
22d18e24c5
|
renamed etcd keys
|
2014-01-02 15:45:58 +01:00 |
Jan Steemann
|
d1bee4cf58
|
added functions to query the server state
|
2014-01-02 15:13:44 +01:00 |
Jan Steemann
|
7980a51e26
|
moved cluster JS functions to its own files
|
2014-01-02 13:49:00 +01:00 |
Jan Steemann
|
8070db37a2
|
changed heartbeat watch implementation
|
2014-01-02 13:36:26 +01:00 |
Max Neunhoeffer
|
95f94397b0
|
Add synchronous request to ClusterComm.
|
2013-12-30 23:21:41 +01:00 |
Max Neunhoeffer
|
b8ddcfef82
|
Remove *Delegate functions from ClusterComm library.
They do not make sense since we usually come from JavaScript
and have to take apart the JS objects anyway. Also, the requests
are usually quite small.
|
2013-12-30 16:36:27 +01:00 |
Max Neunhoeffer
|
52e5258a8a
|
Add/modify asyncDelegate.
|
2013-12-30 16:11:21 +01:00 |
Max Neunhoeffer
|
842ad6d347
|
Improve error handling in HTTP requests for sharding.
|
2013-12-30 15:38:33 +01:00 |
Max Neunhoeffer
|
bd03094ba9
|
Better error handling in sharding test.
|
2013-12-30 15:23:31 +01:00 |
Max Neunhoeffer
|
df39a7fb58
|
Reactivate heartbeat.
|
2013-12-30 14:53:00 +01:00 |
Max Neunhoeffer
|
c47ca741a4
|
Change a debug level into a trace level.
|
2013-12-30 14:51:06 +01:00 |
Max Neunhoeffer
|
5d51d7b3ba
|
Get rid of many debugging messages.
|
2013-12-30 14:49:14 +01:00 |
Max Neunhoeffer
|
c8b684dbd6
|
Generic test function for ClusterComm working.
|
2013-12-30 14:37:03 +01:00 |
Max Neunhoeffer
|
3415e3c0c8
|
Some cleanup in asyncRequest setup.
|
2013-12-30 10:22:21 +01:00 |
Max Neunhoeffer
|
9801cc9d19
|
Timeout basically working.
|
2013-12-27 16:18:56 +01:00 |
Max Neunhoeffer
|
fec0c20012
|
Sort out one more allocation/deallocation issue.
|
2013-12-27 14:29:25 +01:00 |
Max Neunhoeffer
|
62976629f0
|
Various memory leaks and callback improvements.
|
2013-12-27 13:15:52 +01:00 |
Max Neunhoeffer
|
f075ba8ae6
|
Fix another deadlock.
|
2013-12-27 09:13:09 +01:00 |
Max Neunhoeffer
|
c9b2884def
|
Full round trip implemented but not yet working.
|
2013-12-23 16:19:59 +01:00 |
Jan Steemann
|
16e16f705c
|
some bugfixes for asyncRequest etc
|
2013-12-20 18:03:55 +01:00 |
Jan Steemann
|
5a3b49a7bc
|
fixed r/w deadlock
|
2013-12-20 16:27:54 +01:00 |
Jan Steemann
|
c460ab97e9
|
applied changes from devel branch
|
2013-12-20 15:40:56 +01:00 |
Jan Steemann
|
b903d9080d
|
Merge remote-tracking branch 'origin/devel' into sharding
Conflicts:
js/apps/system/aardvark/test/karma/karma.conf.js
|
2013-12-20 15:35:50 +01:00 |
Jan Steemann
|
02d22048be
|
updated CHANGELOG
|
2013-12-20 15:24:56 +01:00 |
Jan Steemann
|
8bc1692d54
|
fixed issue #711, #687
|
2013-12-20 15:13:23 +01:00 |
Max Neunhoeffer
|
7f2241ae20
|
Rearrange locking look in sending thread.
|
2013-12-19 16:24:15 +01:00 |
Max Neunhoeffer
|
5c80816352
|
Can do one roundtrip.
Client -REST-> Coordinator -> sendQueue -REST-> DBServer
-> recvQueue -REST-> Client
|
2013-12-19 16:15:54 +01:00 |
Max Neunhoeffer
|
a79c5801d8
|
Fix documentation of timeout unit.
|
2013-12-19 12:16:30 +01:00 |
Max Neunhoeffer
|
bfbbe18c57
|
Create a testing possibility for ClusterComm.
|
2013-12-19 11:33:34 +01:00 |
Max Neunhoeffer
|
b55c7e22f9
|
Basic queueing logic ready.
Actual sending still todo.
|
2013-12-19 09:06:45 +01:00 |
Jan Steemann
|
5d5035ed3a
|
fixed JS error
|
2013-12-18 16:24:03 +01:00 |
Michael Hackstein
|
ec83539390
|
The start view of the graph viewer now offers support for multiple label/colour attributes
|
2013-12-18 09:36:05 +01:00 |
Max Neunhoeffer
|
32f49d3c09
|
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
Conflicts:
arangod/Cluster/ClusterComm.cpp
|
2013-12-18 08:52:10 +01:00 |
Michael Hackstein
|
bf520f652f
|
GraphViewer it is now possible to define a list of label attributes and colour attributes
|
2013-12-17 23:25:06 +01:00 |
Jan Steemann
|
cd1ab21177
|
do not spam my logs please
|
2013-12-17 15:42:27 +01:00 |
Max Neunhoeffer
|
975f6b19fa
|
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
|
2013-12-17 13:52:41 +01:00 |
Max Neunhoeffer
|
fdc664859c
|
Add skeletons of new functions.
|
2013-12-17 13:52:31 +01:00 |
Jan Steemann
|
8fa172f03c
|
added callbacks for async requests
|
2013-12-17 13:51:07 +01:00 |
Max Neunhoeffer
|
9c4a25670e
|
Start the background thread for ClusterComm.
|
2013-12-17 11:42:01 +01:00 |
Michael Hackstein
|
d3be3c37b8
|
GraphViewer: Nodes can now be coloured by a list of attributes also. Still Missing Interface
|
2013-12-17 11:04:05 +01:00 |
Max Neunhoeffer
|
e84a9fe3ca
|
Finalise public interface for ClusterComm library.
|
2013-12-17 10:44:16 +01:00 |
Michael Hackstein
|
521314c73a
|
The nodeshaper will now cut down long word labels. Also it is able internally use an array of label attributes. TODO: Add list to colours and offer interface for it
|
2013-12-17 09:57:40 +01:00 |