Michael Hackstein
63f0e52e49
Fixed a bug in primaryindex. In some cases it reported that it could not find more documents although there were more.
2017-02-03 16:15:41 +01:00
Michael Hackstein
eab6907678
Removed wrong assertion
2017-02-03 13:46:14 +01:00
Michael Hackstein
7083671116
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
2017-02-03 13:22:43 +01:00
Michael Hackstein
5e4b9e42b3
Fixed minor bugs in usage of callback-based index-api. Remove unused old next and nextBabies index iterator functions.
2017-02-03 13:22:06 +01:00
jsteemann
f7edf28599
mark the geo index as sorted
2017-02-03 11:42:19 +01:00
jsteemann
902429ddfd
less log spam at startup
2017-02-03 11:42:03 +01:00
jsteemann
f5a6818cdb
don't tell GatherNode to sort data from an unsorted index
2017-02-03 11:17:56 +01:00
jsteemann
eb89982279
reserve space
2017-02-03 11:17:47 +01:00
jsteemann
3f0855d793
remove unused variable
2017-02-03 10:53:16 +01:00
jsteemann
952b9c00c2
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-02-03 10:43:56 +01:00
jsteemann
041da9685c
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
2017-02-03 10:43:48 +01:00
jsteemann
950c3f40ad
fix cluster AQL statistics
2017-02-03 10:43:40 +01:00
Max Neunhoeffer
7c0575b27d
Fix timeout in cluster operation and wal flush bugs.
2017-02-03 10:42:06 +01:00
Frank Celler
7d2b263fcc
cosmetics
2017-02-02 17:23:59 +01:00
Frank Celler
415392af31
moved to debug log level
2017-02-02 16:00:48 +01:00
Frank Celler
ca28e7c978
added support for topic logging
2017-02-02 16:00:37 +01:00
Frank Celler
7e2e8bfee0
reset counter as well
2017-02-02 16:00:03 +01:00
Michael Hackstein
08ff23492f
Updated ShortestPathBlock to use the new callback based IndexApi
2017-02-02 15:51:54 +01:00
Michael Hackstein
da32eef2ca
RestEdgesHandler now uses Callback Based OpCursor API
2017-02-02 15:42:57 +01:00
Michael Hackstein
703199bc32
Fixed compiler error from previous commit.
2017-02-02 15:42:35 +01:00
Michael Hackstein
a91913eba7
Updated LES-TODOS
2017-02-02 15:32:59 +01:00
Michael Hackstein
d250a3e12d
Replaced SingleServer EdgeCursor mit Callback based OpCursor API. This class is NOT future-proof. It assumes that Slice addresses stay valid
2017-02-02 15:32:45 +01:00
Michael Hackstein
d2b82165e2
Replaced trx->all|any with callback based IndexApi.
2017-02-02 15:32:00 +01:00
Michael Hackstein
d5d22ca93e
EnumerateCollectionBlock now uses callback to directly write indexoutput into AQLItemblock.
2017-02-02 14:41:33 +01:00
Michael Hackstein
e8f621450c
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
2017-02-02 12:38:20 +01:00
jsteemann
af0f52b5a1
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-02-02 10:21:27 +01:00
jsteemann
072553d3f3
don't throw in dtor
2017-02-02 10:21:15 +01:00
jsteemann
0e908a9617
simplify stats a bit
2017-02-02 10:21:03 +01:00
jsteemann
6b78f6c1ac
fix negative value handling
2017-02-02 10:17:21 +01:00
jsteemann
a1b3bfcc80
dont include ServerState when not needed
2017-02-02 10:16:53 +01:00
jsteemann
454c69a148
fix integer handling
2017-02-02 10:15:39 +01:00
jsteemann
b1c1a14fd4
fix resource leak
2017-02-02 10:15:21 +01:00
Wilfried Goesgens
5ea6a00770
Merge pull request #2295 from sleepycat/build_deb_comment
...
Add explanatory comment to build-deb
2017-02-02 10:01:38 +01:00
jsteemann
0f80239a9d
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-02-02 08:40:30 +01:00
jsteemann
7556386202
fixed tests
2017-02-02 08:39:50 +01:00
Frank Celler
d4210a758c
always show the line number
2017-02-02 08:20:02 +01:00
Michael Hackstein
364e07b164
Removed AQL::CollectionScanner. It can be drop-in replaced by OperationCursor
2017-02-01 20:57:44 +01:00
Michael Hackstein
0252addf3e
collection.toArray() is now the first API to use new callback-based OperationCurssor lookup.
2017-02-01 20:25:17 +01:00
Mike Williamson
eca8d316f8
Add explanatory comment to build-deb
...
This is just adding a little comment to clarify the usage of this
script: What needs to be installed for it to run, and where it puts the
packages after.
2017-02-01 13:02:23 -05:00
jsteemann
88518f6bf8
added "httpRequests" execution stats figure
2017-02-01 18:03:26 +01:00
Michael Hackstein
2a3eae88bc
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
2017-02-01 17:34:42 +01:00
Michael Hackstein
d920788a7f
The new index-callback API returns if it has more elements or not
2017-02-01 17:33:52 +01:00
jsteemann
4f1d588e0d
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-02-01 17:13:46 +01:00
jsteemann
abc1bd4d66
use SmallVector optimization
2017-02-01 16:51:35 +01:00
jsteemann
e256b11807
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-02-01 16:44:56 +01:00
jsteemann
0156c5aec7
make database deletion more deterministic
2017-02-01 16:44:41 +01:00
Michael Hackstein
5f4027a75c
Removed further unnecessary includes
2017-02-01 16:39:37 +01:00
Michael Hackstein
1a863f522b
Removed unnecessary include and replaced by forward decl.
2017-02-01 16:35:11 +01:00
Michael Hackstein
2153999a26
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
2017-02-01 16:09:25 +01:00
Michael Hackstein
0c3cada5b8
Added a new callback based option for IndexIterators to hand out DocumentTokens. This feature is not yet used anywhere
2017-02-01 16:07:37 +01:00