1
0
Fork 0
Commit Graph

40035 Commits

Author SHA1 Message Date
jsteemann 8858b81e2b fixed issue #2490 2017-05-22 09:40:08 +02:00
Michael Hackstein 71241e6048 Fixed usage of std::min on apple clang. It complains that size_t != uint64_t. Now both sides are uint64_t 2017-05-22 08:03:18 +02:00
Michael Hackstein 15967173e1 Moved the NDEBUG flag before the include of RocksDB otherwise it was not propagated properly. 2017-05-22 07:51:19 +02:00
Michael Hackstein 6f58815ccc Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-22 07:50:06 +02:00
Michael Hackstein c9206ab218 The RocksDBEdgeIndexCache now can increase the values size it wants to cache, there is no hardcoded upperbound anymore. Also moved a lot of state out of the iterator. 2017-05-21 23:30:33 +02:00
Andreas Streichardt 9bfb16e4d5 Carrot fix to allow foreground logging on windows 2017-05-19 17:44:24 +02:00
jsteemann 16873425d3 fix crc decision 2017-05-19 16:51:46 +02:00
jsteemann 6c88b846a0 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-19 16:50:40 +02:00
jsteemann 3459cbd15d re-activate fill_cache 2017-05-19 16:50:01 +02:00
Andreas Streichardt 65b1716017 fix windows warnings 2017-05-19 16:41:33 +02:00
jsteemann a5070978da fixed issue #2488 2017-05-19 15:57:47 +02:00
jsteemann 410d1c6ad7 try to fix build Cmake 2017-05-19 15:35:33 +02:00
Kaveh Vahedipour e67c26bee4 more robust random seeding 2017-05-19 15:29:15 +02:00
Kaveh Vahedipour 21546d04e6 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-19 15:13:05 +02:00
Kaveh Vahedipour dd55480fc7 Better seed for RandomGenerator 2017-05-19 15:11:53 +02:00
Andreas Streichardt d68aa00ed4 On windows do not allow standard input on external processes without pipes
dfdb test can now be executed on windows
2017-05-19 14:23:33 +02:00
jsteemann f694351daa Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-19 14:03:12 +02:00
jsteemann 305377b56f SSE42 hack for RocksDB 2017-05-19 14:03:00 +02:00
Wilfried Goesgens 472cfbd303 fix quotes 2017-05-19 13:39:15 +02:00
jsteemann 6e5a9de0dc adjusted log messages 2017-05-19 11:33:43 +02:00
jsteemann c34ebf8aa1 added Equal function to Comparator
also don't fill block cache when using all/any iterators
2017-05-19 09:58:19 +02:00
jsteemann f2a5a6473e try to fix ADL issue 2017-05-18 21:07:14 +02:00
jsteemann 0366fba276 try to fix thread joining for replication applier 2017-05-18 21:05:57 +02:00
Kaveh Vahedipour 74d11bf522 more verbose index find failures 2017-05-18 16:50:15 +02:00
Kaveh Vahedipour d51a6cb173 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 16:18:25 +02:00
Kaveh Vahedipour 6fa966c71b More robust registration of Callback 2017-05-18 16:17:59 +02:00
jsteemann 46fb0f0e41 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 15:57:57 +02:00
Michael Hackstein 960e1482f9 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-18 15:54:21 +02:00
Michael Hackstein e4050f9804 Temporary Commit, modifying some RocksDB Options and the EdgeIndex Cache size. This commit is used for NoSQL Performance Banchmark validation. 2017-05-18 15:45:49 +02:00
jsteemann adbe81d45d fix adler32 function 2017-05-18 15:40:35 +02:00
jsteemann 565e605d20 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 15:15:46 +02:00
jsteemann 8bc6b3d3a1 removed default parameters 2017-05-18 15:06:19 +02:00
jsteemann a840ac8205 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 14:30:09 +02:00
jsteemann b3c87b1f29 fix dropping indexes 2017-05-18 14:29:54 +02:00
Kaveh Vahedipour e21e0e6fe7 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 14:27:29 +02:00
Kaveh Vahedipour bc06d14bb3 shutdown uses jwt secrets 2017-05-18 14:26:29 +02:00
Wilfried Goesgens 5a3317efdd new autogenerated files 2017-05-18 12:23:21 +02:00
Wilfried Goesgens 57539aac9b fix documentation 2017-05-18 12:22:53 +02:00
Kaveh Vahedipour e3cbd7fec1 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 11:49:00 +02:00
Kaveh Vahedipour 94cf025b34 check first time when ClusterComm is accessed, if not stopping 2017-05-18 11:48:41 +02:00
Jan Christoph Uhde 2273742aec Try to fix use of NDEBUG 2017-05-18 11:25:02 +02:00
jsteemann 2208b8ac8b Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 10:44:41 +02:00
jsteemann 61854bb73d adjust error code from lock timeout to conflict 2017-05-18 10:34:41 +02:00
Michael Hackstein ae3a1d6dcc Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-18 10:07:50 +02:00
Michael Hackstein 592508125b Deactivated index cache test im cluster. It is not supposed to work 2017-05-18 10:05:39 +02:00
jsteemann 66fa00e889 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 09:27:03 +02:00
jsteemann 910de592bf remove libcuckoo 2017-05-18 09:26:54 +02:00
Kaveh Vahedipour 7fed85b27a Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 09:13:09 +02:00
Kaveh Vahedipour 8f8ebbcb03 agents wait for inception thread to finish before unprepare 2017-05-18 09:13:01 +02:00
jsteemann b68482bcaa Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-18 00:17:55 +02:00