1
0
Fork 0
Commit Graph

40596 Commits

Author SHA1 Message Date
Jan 08d43dbd78 refactor handling of V8 contexts and care more about exceptions (#2546)
* refactor handling of V8 contexts and care more about exceptions
2017-06-16 09:41:41 +02:00
Frank Celler 07fef71276 Feature/shutdown once (#2588)
only call beginShutdown once
2017-06-15 22:48:34 +02:00
Frank Celler 24b8391778 Feature/jenkins pipeline (#2589)
* minimal build
2017-06-15 21:18:57 +02:00
Manuel B 512ea64a76 fix crash (#2587) 2017-06-15 12:21:18 +02:00
Wilfried Goesgens fd83392ad3 Add missing example to fix nightly documentation build. 2017-06-14 00:19:11 +02:00
Simran Brucherseifer 142bf4f052 Docs: Add Satellite Collections to release log 2017-06-13 18:32:06 +02:00
Simran Brucherseifer 738b3c1286 Add docs for satellite collections from stash
This reverts commit f6d9bea41b.
2017-06-13 18:32:06 +02:00
Wilfried Goesgens f666501bc3 fix versioning in the documentation build 2017-06-13 17:41:35 +02:00
Jan b2aaf65831 fix typos (#2575) 2017-06-13 15:20:05 +02:00
Jan f2edafa710 fix recursive acquisition of condition variable (#2569) 2017-06-13 15:19:32 +02:00
Wilfried Goesgens d8d243c326 fix links (#2574) 2017-06-13 14:48:05 +02:00
m0ppers 772ed1dbbd Hotfix for crashes with encryption on (at least) arch linux (#2572) 2017-06-13 14:46:51 +02:00
Wilfried Goesgens 005cfc04cd fix links (#2571) 2017-06-13 14:42:28 +02:00
Wilfried Goesgens 1af99eb75c anounce beta (#2560) 2017-06-13 14:16:03 +02:00
m0ppers 2c3c1d5cd7 OpenSSL 1.1 hints (#2565) 2017-06-13 14:15:36 +02:00
Jan Christoph Uhde 63d20ca1e1 add issue for systemd / system v status (#2567) 2017-06-13 14:14:49 +02:00
Jan Christoph Uhde 2e16950d7b update windows documentation (#2568) 2017-06-13 14:14:21 +02:00
Heiko 5b8bad93d7 Create KnownIssues32.md 2017-06-13 11:50:59 +02:00
Heiko a98556f457 Create KnownIssues32.md 2017-06-13 11:37:19 +02:00
Frank Celler d88590783d fixed typos in loadIndexesIntoMemory 2017-06-13 00:13:54 +02:00
Michael Hackstein 830769dcb5 Fixed test file still calling warmup 2017-06-12 23:46:43 +02:00
Michael Hackstein fef243cc71 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-06-12 23:45:26 +02:00
Wilfried Goesgens 0a9c62b914 Work on the NSIS installer (#2558)
- enable to choose the app directory too, so we write foxxes into the proper locations
 - strip out more fuzz about global installation and services
 - add a custom uninstaller page showing which directories we intend to delete
 - more cleanup
2017-06-12 19:11:09 +02:00
Kaveh Vahedipour c1abc0333d cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
Michael Hackstein 9edb884bc8 Feature/planning issue 188 (#2547)
* add warmup documentation - #188

* warn when relinking build directory

* add warmup documentation - #188

* warn when relinking build directory

* Renamed warmup to loadIndexesInMemory which is a better name for the current implementation of this feature.

* Adapted WebUI to state 'load indexes in memory' instead of 'warmup'

* Added loadIndexesInMemory documentation.

* Renamed loadIndexesInMemory => loadIndexesIntoMemory
2017-06-12 18:54:45 +02:00
Jan e04991ca13 add a few missing options for the HTTP API, some general documentation cleanup (#2549) 2017-06-12 18:18:15 +02:00
Jan 849ae446c7 Feature/update readme (#2550) 2017-06-12 18:17:43 +02:00
Jan 5ddfc76304 turn off overcommit check temporarily (#2557) 2017-06-12 18:15:52 +02:00
Jan 7c1c7b49e4 fix compile warning (#2551)
* fix compile warning
2017-06-12 18:15:20 +02:00
m0ppers e158fb95bb Feature/aql satellite fixes (#2552)
* Better error messages

* Improve error message

* Refetch current state for comparison...fixing satellite joins
2017-06-12 18:12:29 +02:00
Jan Christoph Uhde 3b6da80732 fix issue #2525 - content type for response not set (#2556) 2017-06-12 17:28:07 +02:00
Jan Christoph Uhde bd60ff0dad fix issue #2524 - make import work for vst over http (#2555) 2017-06-12 17:26:19 +02:00
Jan 90676a017e fix wrong default value (#2554) 2017-06-12 17:11:34 +02:00
Frank Celler e10bdb9bbb Jenkins pipeline for feature branches 2017-06-12 13:26:56 +02:00
Frank Celler f8586a8705 Feature/jenkins pipeline (#2548)
* Merged in Column Family for Views
Squashed commit of the following:

commit 860ddfc7a74866919ce5139ac3d874f09501ec97
Merge: d9ec0e3 bf20939
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 12:45:14 2017 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into feature/views-column-family

commit d9ec0e3c88122c6b9ee8acdbc6e69ca6af62e19f
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 12:44:43 2017 +0200

    Added a column family for views. It is no yet used anywhere. Just preparation.

* to rapid firing in sendAppendEntries

* fix startLocalCluster to run everywhere in file system

* removed unused includes

* try to stop queries multiple times so we catch all

* make sure that we actualy substitute a number into the debian scripts

* unify index struct return values in cluster and non-cluster for fulltext and geo indexes (#2534)

* RocksDB drop collection now does intermedieate writes of batches.
Furthermore fixed an issue with Column Family usage in drop.

commit 708cd81362b56213dd4d7a69b1e4eea120de0db4
Merge: b8896ea 924ef44
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 14:47:56 2017 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into feature/drop-collection-batches

commit b8896ea5479d56f3e6d55d6094ec2658b058dc04
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 14:47:37 2017 +0200

    Fixed drop collection in rocksdb for all entries that are not compacted in a complete file. it was using the wrong column family.

commit 59f6a9d51b1c12d665eba683d3b09f1b01ce77fc
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 13:00:18 2017 +0200

    Remove large range now uses ColumnFamily comparator instead of default one. Also it writes batches of 1000 documents to RocksDB instead of full deletion at once.

* better automatic file-type detection for arangoimp

* fixed typos in error messages

* Response can always be a nullptr

* Fix warning

* Revert "Response can always be a nullptr"

This reverts commit 73b7d67510.

* avoiding avalanche of appendEntries

* Revert "Revert "Response can always be a nullptr""

This reverts commit c3c76e9a8f.

* aql now properly propagates the error again

* Implement testcases, this fixes #1806

* also mention that this is not available in sharded collections.

* removed --vm.resident-limit for 3.2.beta

* fixed some tests

* fix variable referencing - its special in the debian scripts

* fix tick assignment

arangod may report a "lastLogTick" value of "0" when a request to
/_api/replication/logger-state was made before the first WAL write
operation was synced to disk. After the first sync operation, the
"lastLogTick" values were ok then.
Now a "lastLogTick" value of "0" should not be returned even when
the logger state API is queried directly after the startup.

* removed one known issue that was fixed in the meantime

* remove only-assigned string variable

* initial Jenkinsfile

* added port.sh

* added port.sh

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* wip

* wip

* [ci: clean-all]

* [ci: clean-all]

* [ci: clean-all]

* wip

* wip

* wip

* renamed
2017-06-12 12:03:04 +02:00
Jan 2f04981fe9 modified error message so it becomes clear that the mmfiles engine also uses rocksdb internally, but only for persistent indexes (#2545) 2017-06-12 11:34:13 +02:00
Frank Celler 781b02f7fb Revert "remove satelites" (#2544)
This reverts commit 5d1263a4fe.
2017-06-12 11:05:51 +02:00
Frank Celler 8b83ba0265 Create KnownIssues32.md 2017-06-12 08:11:19 +02:00
Max Neunhoeffer d35092c990 Leave ClusterComm::performRequests immediately at shutdown. 2017-06-11 12:48:00 +02:00
Frank Celler 655ef21146 moved to 503 2017-06-09 22:50:52 +02:00
Max Neunhoeffer 2ef27a6190 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2017-06-09 22:47:12 +02:00
Max Neunhoeffer 603a55ebc2 During shutdown, we generally return HTTP 503. 2017-06-09 22:46:53 +02:00
Max Neunhoeffer 5275fef1c6 Treat HTTP 503 as backend not available in ClusterComm. 2017-06-09 22:42:22 +02:00
Kaveh Vahedipour ceb072c20d Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-06-09 21:13:31 +02:00
Kaveh Vahedipour 54e5bd92b0 fix for closed sockets while async writes were still pending 2017-06-09 21:13:23 +02:00
Wilfried Goesgens cafc79d986 cleanup the installer and add option to choose folders 2017-06-09 18:12:58 +02:00
Michael Hackstein 4008676ec9 Merge pull request #2541 from arangodb/feature/improvement-traversal-edge-validation-speedup
Feature/improvement traversal edge validation speedup
2017-06-09 17:30:16 +02:00
Michael Hackstein 9af6fe72fc Merge branch 'feature/improvement-traversal-edge-validation-speedup' of github.com:arangodb/arangodb into feature/improvement-traversal-edge-validation-speedup 2017-06-09 17:01:44 +02:00
Michael Hackstein 43c4987023 Adapted the traverser code to make conditions for the used index and for post-filtering non-overlapping. If the post-filtering is empty it is not evaluated at all. 2017-06-09 17:01:26 +02:00
Michael Hackstein 4ae082e51f Adapted the traverser code to make conditions for the used index and for post-filtering non-overlapping. If the post-filtering is empty it is not evaluated at all. 2017-06-09 16:54:41 +02:00