Michael Hackstein
|
381eb1e876
|
Replaced creation of IndexOperators to use VelocyPack in SkiplistIndex
|
2016-01-21 11:22:25 +01:00 |
Michael Hackstein
|
287aadb22c
|
Fixed a bug when creating a new database with users.
|
2016-01-21 11:00:17 +01:00 |
Michael Hackstein
|
0605338d5e
|
Fixed a non closed VPackBuilder
|
2016-01-21 09:36:24 +01:00 |
Michael Hackstein
|
2fba2a5cd2
|
Added a VelocyPack wrapper to create Index Operators
|
2016-01-21 08:06:00 +01:00 |
Michael Hackstein
|
bc40bcfdfc
|
Added a wraper function for AstNodes to export VPack instead of TRI_json_t
|
2016-01-21 07:52:49 +01:00 |
Michael Hackstein
|
1178d42004
|
Removed TRI_json_t from Index Constructors and replaced it by VelocyPack. SingleServerTests pass. Some clister tests fail
|
2016-01-20 16:19:24 +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
|
51a683facb
|
Added a toVelocyPack function to all indexes. Removed specialized toJson from all indexes. Generalized toJson invokes specialized toVelocyPack for compatibility reasons.
|
2016-01-19 15:40:37 +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 |
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 |
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
|
f254f83dfb
|
Moved DebugClearFailure to v8-actions, alowing it to be executed in Cluster as well
|
2016-01-16 15:19:49 +01:00 |
Michael Hackstein
|
f3806171f5
|
Reduced occurences of TRI_json_t in Cluster Code
|
2016-01-15 15:32:47 +01:00 |
Michael Hackstein
|
0371083fd0
|
Added a function to compare two VelocyPacks which is compatible to the old compare two shaped json values.
|
2016-01-15 13:42:03 +01:00 |
Michael Hackstein
|
212b3752b1
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-15 10:58:20 +01:00 |
Michael Hackstein
|
f1ee6cb4e1
|
Merge branch 'vpack' of github.com:arangodb/arangodb into vpack
|
2016-01-15 10:57:23 +01:00 |
Jan Steemann
|
31b4de2acb
|
removed unused RestHandler
|
2016-01-15 10:27:31 +01:00 |
Jan Steemann
|
9e979db56a
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-01-15 10:22:51 +01:00 |
Jan Steemann
|
7b4bf30c38
|
fixed differing behavior in NEIGHBORS() implementations
|
2016-01-15 10:22:23 +01:00 |
Frank Celler
|
b446f4edd6
|
fixed type
|
2016-01-15 10:20: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 |
jsteemann
|
4a1c10d46c
|
cppcheck
|
2016-01-14 23:45:59 +01:00 |
jsteemann
|
5759882ef6
|
removed useless comments
|
2016-01-14 23:24:21 +01:00 |
jsteemann
|
2ae325fd4e
|
removed some of those "using namespace" directives
|
2016-01-14 23:21:39 +01:00 |
jsteemann
|
44e9a0d8bc
|
remove deletion-count as reason for compaction
|
2016-01-14 22:54:45 +01:00 |
Jan Steemann
|
f1b0114e89
|
fixed leak
|
2016-01-14 17:56:57 +01:00 |
Michael Hackstein
|
c3d4a5338a
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-01-14 17:44:59 +01:00 |
Jan Steemann
|
5582ae0515
|
fixed misleading error message
|
2016-01-14 17:35:07 +01:00 |
Michael Hackstein
|
d999c7063b
|
Moved Debug functions to V8Server and made them available via a debug endpoint. This is used to distributed debugSetFailAt in cluster, s.t. DBServers use these functions as well
|
2016-01-14 17:14:18 +01:00 |
Michael Hackstein
|
84ad532078
|
REmoved TRI_json_t from WAL
|
2016-01-14 12:44:23 +01:00 |
Jan Steemann
|
d2c349b8b5
|
statistics fix
|
2016-01-14 11:10:01 +01:00 |
Michael Hackstein
|
ad8fa5c63a
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-14 09:23:10 +01:00 |
Michael Hackstein
|
78d9c6643a
|
Removed some TRI_json_t in v8-collection
|
2016-01-14 09:18:11 +01:00 |
Frank Celler
|
89ca0ffae1
|
added work monitor call
|
2016-01-13 18:10:51 +01:00 |
Michael Hackstein
|
2029d185be
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-13 17:20:32 +01:00 |
Jan Steemann
|
8404d0eac1
|
better OOM handling in ThreadPool constructor
|
2016-01-13 16:19:53 +01:00 |
Michael Hackstein
|
9f24c7ad2f
|
Removed TRI_json_t from VocBase/document-collection. YaY
|
2016-01-13 15:55:46 +01:00 |
Michael Hackstein
|
95424f16ca
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-13 15:34:26 +01:00 |
Jan Steemann
|
c577b8616e
|
allow killing of Collect operations
|
2016-01-13 13:47:46 +01:00 |
Michael Hackstein
|
f4f9b40da6
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-13 13:06:49 +01:00 |