Michael Hackstein
|
582f1f46f0
|
Preparation for multi-direction traversals. As requested in #1683. Internal traverser can now work with one direction per collection. Next: AQL needs to learn this too.
|
2016-01-28 14:07:50 +01:00 |
Frank Celler
|
175e1e6b51
|
moved low level mutex in Mutex class
|
2016-01-27 15:31:02 +01:00 |
Jan Steemann
|
9046e1831b
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
Jan Steemann
|
3fc862f0ef
|
changed locking macros
|
2016-01-26 15:39:12 +01:00 |
Max Neunhoeffer
|
bee3f7e21a
|
Cleanup ClusterComm library. Allow singleRequest asyncRequests.
Also run ClusterComm sender thread and connection manager in
single server mode.
|
2016-01-26 11:05:15 +01:00 |
Michael Hackstein
|
5b48989e8b
|
Fixed bug in agency. Index was not read correctly
|
2016-01-25 10:42:23 +01:00 |
Michael Hackstein
|
a6f58ce14d
|
Use forward declarations for VelocyPack instead of all includes everywhere
|
2016-01-24 14:29:31 +01:00 |
Michael Hackstein
|
191c2dc3a9
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-21 16:29:38 +01:00 |
jsteemann
|
6f0be080fa
|
unification of sub-thread naming
|
2016-01-21 00:51:51 +01:00 |
jsteemann
|
842384016d
|
namespace cleanup
|
2016-01-21 00:20:22 +01:00 |
Michael Hackstein
|
77b12f872f
|
Explicitly deleted TRI_Json_t sending requests in Agency. To avoid invoking the wrong function again
|
2016-01-20 14:47:56 +01:00 |
Michael Hackstein
|
09d041f303
|
Fixed Cluster error for dropping Indexes. Nasty and hard to find Error, compiler autocasted pointer to bool und actually called the wrong function.
|
2016-01-20 14:21:44 +01:00 |
Michael Hackstein
|
636d284607
|
Removed debug output
|
2016-01-20 14:20:50 +01:00 |
Michael Hackstein
|
3c6ac9f38f
|
Removed all TRI_json_t inputs to AgencyComm and replaced them by VPack. This commit stil has an error s.t. indexes cannot be dropped in Cluster. WIP.
|
2016-01-20 12:53:55 +01:00 |
Michael Hackstein
|
1edd5b3007
|
Now AgencyComm only communicates via VPack to Agency. A mix of TRI_json_t and VPack is impossible do to different ordering when comparing values
|
2016-01-19 15:37:48 +01:00 |
Michael Hackstein
|
7f4980e87d
|
Cluster internal communication now uses more VPack instead of TRI_json_t
|
2016-01-19 11:33:43 +01:00 |
Jan Steemann
|
5daa529404
|
compaction fix attempt II
|
2016-01-18 18:24:25 +01:00 |
Michael Hackstein
|
8a1b105986
|
Increasing versions in AgencyComm now uses VelocyPack (breaking change, uint64_t is not stored as strings any more
|
2016-01-17 12:39:43 +01:00 |
Michael Hackstein
|
b2b73bc57d
|
Server State in Cluster is now send as VelocyPack
|
2016-01-17 12:31:31 +01:00 |
Michael Hackstein
|
c76c7df2aa
|
Cluster Version counter nwo use VPack internally
|
2016-01-17 12:28:19 +01:00 |
Michael Hackstein
|
bb4e1156ad
|
AgencyLocker now internally uses VPack instead of TRI_json_t
|
2016-01-17 12:22:05 +01:00 |
jsteemann
|
431900f17a
|
changed namespace from triagens to arangodb
|
2016-01-17 00:44:53 +01:00 |
Michael Hackstein
|
fc8b45b06f
|
Parsing the result in cluster is now done through VPack
|
2016-01-16 23:43:02 +01:00 |
Michael Hackstein
|
e1a63aa5a0
|
Agency comm errorCode und Message are now parsed via VelocyPack.
|
2016-01-16 23:24:36 +01:00 |
Michael Hackstein
|
341eda3d4f
|
Removed obsolete function
|
2016-01-16 15:34:30 +01:00 |
Michael Hackstein
|
aa1b1f499a
|
Merge branch 'vpack' of github.com:arangodb/arangodb into devel
|
2016-01-16 15:21:25 +01:00 |
Jan Steemann
|
583bc90626
|
fixed leak
|
2016-01-15 16:27:36 +01:00 |
Michael Hackstein
|
f3806171f5
|
Reduced occurences of TRI_json_t in Cluster Code
|
2016-01-15 15:32:47 +01:00 |
jsteemann
|
1b959c827d
|
more const unification
|
2016-01-15 00:09:52 +01:00 |
jsteemann
|
f66eb007cd
|
some const unification
|
2016-01-15 00:03:03 +01:00 |
Jan Steemann
|
687d6133f0
|
comments reformatting
|
2016-01-11 09:52:39 +01:00 |
jsteemann
|
9f0576c65f
|
don't rely so much on namespace std being present
|
2016-01-08 01:05:06 +01:00 |
jsteemann
|
50c0e18d53
|
removed useless con|destructor comments
|
2016-01-07 21:19:53 +01:00 |
Jan Steemann
|
8b4b6a1943
|
moved docu blocks into their own files
|
2016-01-07 16:03:17 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
3e0dd5dd14
|
fixed cluster shutdown
|
2016-01-05 18:30:26 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
jsteemann
|
a6cb463e06
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2016-01-05 00:25:10 +01:00 |
Frank Celler
|
1065a1bd2c
|
added work monitor
|
2016-01-04 15:33:06 +01:00 |
Max Neunhoeffer
|
79b5175212
|
Add followerInfos in ClusterInfo.
|
2015-12-28 14:31:16 +01:00 |
Max Neunhoeffer
|
c7f00bfeda
|
Continue work on TODOs.
|
2015-12-23 14:40:04 +01:00 |
Max Neunhoeffer
|
225c8cd843
|
Work on TODOs.
|
2015-12-22 16:50:09 +01:00 |
Jan Steemann
|
fb0a522081
|
fixed compile error
|
2015-12-22 14:19:32 +01:00 |
Max Neunhoeffer
|
989e92761b
|
Merge branch 'vpack' of ssh://github.com/ArangoDB/ArangoDB into vpack
|
2015-12-22 14:18:46 +01:00 |
Max Neunhoeffer
|
5f3a1fbdb2
|
Merge branch 'devel' into vpack
|
2015-12-22 14:18:34 +01:00 |
Max Neunhoeffer
|
152f3485b3
|
Fix dump bug in cluster.
|
2015-12-22 14:18:11 +01:00 |
Jan Steemann
|
1b1e42b1b9
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-22 14:15:22 +01:00 |
jsteemann
|
13fb41c6b0
|
removed useless flag
|
2015-12-22 14:15:02 +01:00 |
Jan Steemann
|
a3898bd54e
|
fixed test
|
2015-12-22 11:27:05 +01:00 |