1
0
Fork 0
Commit Graph

42324 Commits

Author SHA1 Message Date
jsteemann ef9ff5bf19 dont keep JS module directory 2018-12-03 17:55:54 +01:00
Max Neunhöffer c92035fa00
Wait for 5 dbservers in resilience tests. (#7545) 2018-12-03 17:04:46 +01:00
jsteemann 04ff42c7c0 Merge branch '3.3' of https://github.com/arangodb/arangodb into 3.3 2018-12-03 16:34:25 +01:00
jsteemann 666b7ca27d more verbose debug output 2018-12-03 16:34:09 +01:00
Jan 4dbd466f6a
dont fail when restoring a cluster dump into a single server (#7595) 2018-12-03 16:19:52 +01:00
sleto-it 593ec55c49
Doc - 3.3 known issues page (#7575) 2018-12-03 13:06:22 +01:00
jsteemann b166fcfc06 release version 3.3.20 2018-11-30 18:45:37 +01:00
Jan ce8d79693b
fix installation path (#7572) 2018-11-30 17:47:47 +01:00
Jan 378bc42c36
fix path normalization for Windows (#7564) 2018-11-30 16:22:12 +01:00
Lars Maier b34499c0e0 [3.3] Cluster Health Timestamp Bugfix (#7555)
* Removed advertised endpoints from cluster health. (Badly ported and reviewed code) Fixed Timestamp UI Bug.

* Fixed wrong field name.
2018-11-30 14:13:44 +01:00
Dan Larkin-York abe179d17f [3.3] Blacklist upgrade data tests. (#7483) 2018-11-29 17:00:27 +01:00
Lars Maier 3404e554b7 [3.3] Feature/engine version added to agent configuration (#7481) (#7525)
* agents' is obtained from leader's configuration
* corrections in Supervision for advertised endpoints
* change log
* Updated Documentation for cluster/health.
* Unified naming convention.
* Fixed missing update of volatile fields.
* Set version in right order.
* Removed debug output.
* Fixed jslint - missing ;
2018-11-29 14:26:03 +01:00
jsteemann fba2f8b34e release version 3.3.20 2018-11-28 22:53:12 +01:00
jsteemann 7e252a393b Merge branch '3.3' of https://github.com/arangodb/arangodb into 3.3 2018-11-28 22:41:53 +01:00
jsteemann df09b34eb4 release version 3.3.20 2018-11-28 22:38:54 +01:00
Simran 099ecc93a2 Doc - Recommend overcommit_memory 0 or 1 on Linux (planning#3151) (#7514) 2018-11-28 22:02:30 +01:00
jsteemann 112fe30f11 remove tabstop 2018-11-28 21:49:14 +01:00
jsteemann 8afa5ab83d updated CHANGELOG 2018-11-28 21:38:58 +01:00
Jan 2328186ebc
Bug fix 3.3/rocksdb parameters (#7510) 2018-11-28 20:16:39 +01:00
Max Neunhöffer d998bee9f8
Port changes to fix index creation from devel to 3.3. (#7444)
* Port changes to fix index creation from devel to 3.3.

Cleanup and repair error handling in index creation in the cluster.

* Forgot header file change.

* After index creation, wait until index appears.

We wait until the Supervision has removed the isBuilding flag and
the coordinator has reloaded the Plan.

* More index handling fixes.

* Fix index creation bug: wait for isBuilding.

* In ensureIndexCoordinator: directly remove isBuilding flag (again).

* Fix mutex handling in ensureIndexCoordinator.
2018-11-28 16:58:47 +01:00
Heiko a99636483e foxx reload services after restore (#7494)
* foxx reload services after restore

* used empty route
2018-11-28 13:24:57 +01:00
Vinay Pyati 7907d19dfa Doc - Starter example: removes ownAddress, adds starter-join (#7282) 2018-11-27 18:32:27 +01:00
Lars Maier 8e7bf5431d Add redirect header to response. (#7357) 2018-11-27 15:19:27 +01:00
Lars Maier 54ea47852e [3.3] Version/Engine Cluster Health (#7478)
* Export Version and Engine in Cluster Health. Additionally export `versionString` in registered Servers.

* Update Changelog.
2018-11-27 14:55:43 +01:00
Lars Maier c9d5e04bc7 Do not access the array of field names to search for removed attributes if the index is out of bounds. (i.e. malformed input data) (#7459) 2018-11-26 17:17:44 +01:00
Jan e763eaf0a9
potential fix for issue #7407 (#7438) 2018-11-26 15:34:54 +01:00
Max Neunhöffer a5a478251f
Fix moving shard leaders. (#7447)
* Move leader shard: wait until all but the old leader are in sync.
* Increate moveShard timeout to 10000 seconds.
* Add CHANGELOG.
* Fix compilation.
* Fix a misleading comment.
2018-11-26 15:06:11 +01:00
Frank Celler 57914f9fcd allow buckets for authentication 2018-11-23 22:15:06 +01:00
jsteemann 6bf75ec144 fix compile warning 2018-11-23 15:47:37 +01:00
Max Neunhöffer 0cd53a7189
Make error handling in move shards tests more robust. (#7421) 2018-11-22 22:53:49 +01:00
Wilfried Goesgens f19cc29c85 make our tools output their log messages (#7405) 2018-11-22 09:45:40 +01:00
Wilfried Goesgens 0642b04e51 make our tools output their log messages (#7406) 2018-11-21 17:12:16 +01:00
Kaveh Vahedipour 72f44d2a7d Bug fix 3.3/index readiness (#6768)
* fixed index readiness in cluster
* cleanup
* agencycomm handles REPLACE properly
* supervision handling of orphaned collections
* ClusterInfo has new index creation code
* isBuilding in Index
* no need to wait for current once again
* correct change log
* leftovers
* dead code revived
2018-11-21 14:38:51 +01:00
Jan bc3dbb7f05
do not update lastProcessedTick too early (#7384) 2018-11-21 09:30:34 +01:00
Chris Olivier e6e23a4c1b opts.repeatTimes incorrect value types corrected (#7190)
repeatTimes can only be a number (or undefined), not a function. Tested it in 3.3.17
2018-11-20 12:57:59 +01:00
Heiko 7b70eba93e fix a small regex issue, upgrade joi to newer version (#7321)
* fix a small regex issue, upgrade joi to newer version

* changelog

* prev. commited wrong regex
2018-11-20 09:50:33 +01:00
jsteemann f0290bb029 Merge branch '3.3' of https://github.com/arangodb/arangodb into 3.3 2018-11-19 13:20:52 +01:00
Max Neunhöffer 4a9966e086
Another place with a resigned leader. (#7351) 2018-11-19 11:42:01 +01:00
jsteemann 845a7d5c94 Merge branch 'feature-3.3/rdb-replication-parallel' of https://github.com/arangodb/arangodb into 3.3 2018-11-19 11:34:48 +01:00
Lars Maier 393f5ea67b As follower in an active failover answer a request with not a leader, even if the database does not exist. (#7338) 2018-11-16 11:57:27 +01:00
Lars Maier a03528b7a2 Allow accessing `_api/cluser/endpoints` as authenticated user via the `_system` database. (#7342) 2018-11-16 10:03:14 +01:00
maxkernbach 447ab7bce5 UI: rename danger button (#7042) 2018-11-15 14:05:12 +01:00
Max Neunhöffer 4d81b27e1b
Supervision bug fix to start with clean transient store. (#7326) 2018-11-15 11:24:18 +01:00
Max Neunhöffer 0b4a969a46
Port timeout in cluster operation fixes from 3.4 to 3.3. (#7308)
* Port timeout in cluster operation fixes from 3.4 to 3.3.
2018-11-14 12:37:56 +01:00
Alan Plum 0d6721ad03 Fix pathForTesting -> startupPath (#7314) 2018-11-14 12:36:54 +01:00
jsteemann a0e8a709c2 update documentation 2018-11-12 17:50:15 +01:00
Alan Plum 478f494d43 Fix Foxx Queues infinite maxFailures (#7225) 2018-11-12 13:21:44 +01:00
Max Neunhöffer e78764b1fd Try to fix timeout in drop collection. (#7065)
* Try to fix timeout in drop collection.

* Use atomics instead of volatile.
2018-11-12 13:11:55 +01:00
Heiko f0c2370f36 fixes some misbehaviour within the coordinator agency callbacks (#7105)
* fixes some misbehaviour within the coordinator agency callbacks

* changelog
2018-11-09 09:22:25 +01:00
Max Neunhöffer 2989aaefc1
Add instructions for greylisting. (#7275)
* Add instructions for greylisting.

* Improve instructions.
2018-11-08 16:26:33 +01:00