Jan
a1a9334b67
unstrand SSL ( #2667 )
2017-06-27 00:00:34 +02:00
Jan
6db52fe25f
fix compile warnings once again ( #2673 )
2017-06-26 20:23:15 +02:00
Frank Celler
2807ef559c
Feature/move shard fix ( #2626 )
...
Major overhaul of handling of synchronous replication.
2017-06-26 16:55:01 +02:00
Jan
017219ace6
fix issues reported by cppcheck ( #2660 )
2017-06-26 16:31:34 +02:00
Manuel B
31985fc521
polish wal docu ( #2659 )
2017-06-26 16:30:59 +02:00
Dan Larkin
77c63bdc9f
Fixed a deadlock issue in cache shutdown. ( #2661 )
2017-06-26 16:30:32 +02:00
Jan
6db520db61
added mutex for traditional keygen ( #2663 )
2017-06-26 16:30:08 +02:00
Jan
d281328c22
fix even more issues with SSE detection ( #2664 )
2017-06-26 16:29:40 +02:00
Jan
dd59eee715
fix a crash in the counter manager ( #2665 )
2017-06-26 16:28:53 +02:00
Max Neunhöffer
e5819bf5ff
don't enter a context if another thread is using it ( #2671 )
...
* don't enter a context if another thread is using it
* fix potential issues with other threads that could modify the list of contexts while we're waiting for a used context
2017-06-26 14:28:04 +02:00
Mark
50ad6fbd76
Foxx service CRUD optimizations ( #2657 )
...
* Pass config/deps on _install so setup can see them
* Only register service when install succeeded
* Don't throw after point of no return: breaky install is breaky
* Delete service files during install if service validation fail
* Delete service files during install if service execution fails
* Fix commitLocalState with invalide services
* Remove deprecated test
2017-06-26 09:28:59 +02:00
Frank Celler
f20549959e
Feature/jenkins pipeline ( #2669 )
...
* added resilience
2017-06-25 23:21:54 +02:00
Frank Celler
91d08645f7
Revert/ssl fix ( #2662 )
...
* Revert "Bug fix/task locking (#2618 )"
This reverts commit 0e0bf7aae3
.
* Revert "fix races in SSL communication (#2591 )"
This reverts commit b32db87b67
.
2017-06-23 17:07:34 +02:00
Jan
cfbd8ed93c
Bug fix/rocksdb autoincrement ( #2648 )
...
* Added autoincrement keygen support to RocksDB engine with test.
* fixed key generator state keeping for mmfiles engine
2017-06-23 15:27:09 +02:00
Wilfried Goesgens
a5fe3ffe0a
Bugfix/fix nsis ini writing ( #2658 )
2017-06-23 14:56:01 +02:00
Wilfried Goesgens
6e6c198324
Bugfix/fix init script ( #2655 )
2017-06-23 14:53:51 +02:00
Dan Larkin
c796b5f93d
Fixed a typo in overcommit ratio warning logic and some formatting. ( #2650 )
2017-06-23 08:44:42 +02:00
Frank Celler
3667f06c84
Feature/jenkins pipeline ( #2654 )
2017-06-23 00:40:18 +02:00
Frank Celler
5105da9c33
Feature/jenkins pipeline ( #2653 )
2017-06-22 22:58:53 +02:00
Jan
3512745d10
added wrapper for fdopen ( #2645 )
2017-06-22 19:38:08 +02:00
Simon Grätzer
52fa4f450a
Bugfix for cluster bug ( #2649 )
2017-06-22 17:34:01 +02:00
Jan
c873715a18
don't print option value at startup ( #2643 )
2017-06-22 14:23:20 +02:00
Jan
85752ce391
try to make it work on older Linux kernels (pre 3.4) ( #2642 )
2017-06-22 14:23:04 +02:00
Jan
780de03f5c
fix compile error on non-Linux platforms ( #2641 )
2017-06-22 13:32:44 +02:00
Michael Hackstein
2c90b36bb1
The ArangoDB VPackIndex now does not attempt to compute an Estimate on Coordinator. Caused the coordinator to crash ( #2629 )
2017-06-22 12:37:12 +02:00
Wilfried Goesgens
89e392b838
don't install aardvark source files into packages ( #2625 )
2017-06-22 12:36:27 +02:00
Wilfried Goesgens
a587b0bae9
when restarting abort if shutdown of the old service fails. ( #2638 )
2017-06-22 12:35:45 +02:00
Wilfried Goesgens
c6340bf597
Work on the debian packages ( #2632 )
...
- improve wording in some of the debconf dialogs
- fix password / password repeat comparison
- fix cancel button for storage engine dialog.
2017-06-22 12:35:13 +02:00
Jan
3320052f5d
do not include our datafiles in core files ( #2630 )
2017-06-22 12:34:27 +02:00
Jan
9d10c76e3e
fix lockfile-related messages ( #2639 )
2017-06-22 12:33:46 +02:00
Jan
c77a6fd738
fix one more limit issue in traversal ( #2634 )
2017-06-22 12:32:47 +02:00
Jan
cb8014dbdd
use correct column families for size estimates ( #2624 )
2017-06-22 12:32:08 +02:00
Dan Larkin
690c2d17fd
Enabled/added startup checks for VM overcommit values. ( #2610 )
2017-06-22 12:31:32 +02:00
Jan
921ab97bd5
fix compile warnings with newer compilers ( #2604 )
2017-06-22 12:28:19 +02:00
Jan
ef3a7a32e5
attempt to fix SSE4.2 detection for RocksDB ( #2628 )
2017-06-22 12:20:50 +02:00
Frank Celler
676a388b77
Feature/jenkins pipeline ( #2640 )
2017-06-22 11:44:32 +02:00
Jan
ebaeb639b2
Bug fix/incremental replication syncs too much ( #2631 )
...
* fix too much synchronization
* fix incremental sync for RocksDB engine
2017-06-21 14:56:33 +02:00
Wilfried Goesgens
2646ea2ad1
Migrate documentation build process to pure bash. ( #2619 )
...
* Migrate documentation build process to pure bash.
- the old makefile contained multiple shell snippets which were hard to maintain
- Convert it from Makefile to pure bash build.sh
- Fix error reporting in companion python scripts
- adjust README_maintainers.md to the new script
- provide wrapper GNUMakefile for automatic jobs for compatibility
- use the new shellscript inside the docker wrapper
- use the systems available processors inside the docker container if we build arangod
- strive to build enterprise binaries, since some examples require it.
* fix wrapper makefile
2017-06-21 14:34:17 +02:00
Kaveh Vahedipour
cab85a9999
Merge pull request #2627 from arangodb/feature/jenkins-configuration-files-pointing-to-testing
...
jenkins configuration files where erroneously pointing to 'testing'
2017-06-21 11:50:18 +02:00
Kaveh Vahedipour
52f18966c5
jenkins configuration files where erroneously pointing to 'testing'
2017-06-21 11:47:41 +02:00
Jan
55f16b0651
fix incorrect "id" return type (must be string, not a number) ( #2623 )
2017-06-21 10:26:04 +02:00
Frank Celler
ddb093527d
Feature/jenkins pipeline ( #2622 )
...
* changed default to build enterprise
* fixed clean up bug
2017-06-21 10:10:09 +02:00
Frank Celler
ce8b1fb885
Feature/rocksdb update 5.6 ( #2621 )
2017-06-20 18:12:43 +02:00
Frank Celler
bdf49be70c
Feature/documentation storageengine ( #2620 )
...
* fixed path
2017-06-20 17:57:26 +02:00
Wilfried Goesgens
e730f49816
flip sequence of directory chosers ( #2616 )
2017-06-20 16:54:57 +02:00
Wilfried Goesgens
47cf60b5cd
Document storage engine choice ( #2617 )
...
* Document storage engine choice
- WAL is not available with rocksdb
- WAL commands don't output usefull data for rocksdb
- have to manually migrate to rocksdb.
* implement review
2017-06-20 16:54:28 +02:00
Jan
0e0bf7aae3
Bug fix/task locking ( #2618 )
2017-06-20 16:53:20 +02:00
Mark
7743db32b9
Fix #2613 ( #2614 )
...
Reduce log level when Foxx manager tries to self heal missing database
2017-06-20 12:41:45 +02:00
Frank Celler
6df01a8b25
tests are now run on local cluster, not travis
2017-06-20 12:19:42 +02:00
Simon Grätzer
492d832695
Refactored /_api/index and /_api/database ( #2582 )
...
* working documents rest handler
* fixed cluster tests
* Consolidating database APIs
* clang-format
* Fixing issue with user creation through db._createDatabase
* replaced and refactored api-index and index api
* fixed cluster
* renaming some files
* added user methods
* removed files intended for later
* Fixed CC build
* Fixed method signature
* Fixing shell_server, shell_client tests
2017-06-19 23:47:40 +02:00