Dan Larkin-York
c794a43ea0
Mark flaky test nondeterministic for now ( #6662 )
2018-10-01 17:36:47 +02:00
Wilfried Goesgens
fbd2ca2e79
Feature 3.4/windows utf16 fileaccess ( #6600 )
2018-10-01 17:19:01 +02:00
Max Neunhöffer
0b72d02d19
Add more timeout because in Jenkins dbservers can be slow. ( #6665 )
2018-10-01 16:54:36 +02:00
Max Neunhöffer
c4abcac276
Increase Plan/Version if follower is removed in MoveShard. ( #6664 )
...
This was forgotten when we added the `remainsFollower` flag.
2018-10-01 16:54:20 +02:00
Kaveh Vahedipour
8b9a0f6a25
Feature 3.4/detailed get maintenance feature ( #6666 )
...
* backport of test data generation for maintenance from devel
2018-10-01 14:50:25 +02:00
Frank Celler
7a1100318e
release version 3.4.0-rc.2
2018-09-30 14:50:06 +02:00
Frank Celler
6611854e72
release version 3.4.0-rc.2
2018-09-30 14:05:06 +02:00
jsteemann
290ad24db7
one more attempt
2018-09-28 18:14:39 +02:00
jsteemann
5c3a241820
Merge branch '3.4' of https://github.com/arangodb/arangodb into 3.4
2018-09-28 18:09:02 +02:00
jsteemann
16ff872d14
try to make test more deterministic
2018-09-28 18:08:06 +02:00
Jan
676a51731d
close socket when shutting down ( #6651 )
2018-09-28 17:50:33 +02:00
jsteemann
d285d0bf4a
updated CHANGELOG
2018-09-28 17:48:54 +02:00
Max Neunhöffer
71e9deae60
Improve CHANGELOG. ( #6655 )
2018-09-28 17:40:11 +02:00
Max Neunhöffer
b67718d6aa
Fix cleanup of Current entry in case a follower is removed from Plan. ( #6623 )
...
* Properly remove unplanned followers in leader and Current.
* Add a catch test.
* Fix tests.
* Fix a bug with a temporary object.
* Protect against exception from getCollection not found.
2018-09-28 17:37:14 +02:00
jsteemann
88e46715e8
fix compilation with g++5.4
2018-09-28 17:32:41 +02:00
Lars Maier
09395e73de
Added try-catch-block. ( #6649 )
...
* Added try-catch-block.
* Removed debug output.
* Deleted unneeded constructors.
* Assignment operator deleted.
2018-09-28 17:09:50 +02:00
jsteemann
c89c73973e
make test more deterministic
2018-09-28 17:06:20 +02:00
Simon
c42583dab0
Fix error in dump test, create views before syncing data ( #6640 )
2018-09-28 17:00:03 +02:00
Max Neunhöffer
7582ed37af
Fix a crash found by the agency torturer. ( #6590 )
2018-09-28 15:15:20 +02:00
Kaveh Vahedipour
87e7185dd7
agency updating endpoints properly ( #6643 )
...
* agency updating endpoints properly
2018-09-28 15:12:40 +02:00
jsteemann
250bc1e0de
fixed issue #6611 : Properly display JSON properties of user defined foxx services configuration within the web UI
2018-09-28 14:48:27 +02:00
Simon Oualid
34b252ba28
Fixed the web UI to properly display JSON properties of user defined Foxx services configuration ( #6611 )
2018-09-28 14:48:21 +02:00
jsteemann
c1b1b86145
updated LICENSES file
2018-09-28 13:14:48 +02:00
Tobias Gödderz
c54f815134
[3.4] Fix cluster view test ( #6621 )
2018-09-28 11:34:13 +02:00
Jan
68e81da38e
handle DeleteRange markers on RocksDB recovery ( #6565 )
2018-09-28 11:10:11 +02:00
jsteemann
7d0920cbe7
fixed typo
2018-09-28 10:50:49 +02:00
jsteemann
e01babc345
updated CHANGELOG
2018-09-28 10:43:56 +02:00
Heiko
b926d8eafc
included arrows to better visualize that the collection names accordion elements ( #6606 )
2018-09-27 19:31:11 +02:00
Jan
1ed723604b
fix race on Logger shutdown ( #6635 )
2018-09-27 19:30:08 +02:00
Jan
d3b43b1cfc
fix assertion failure with _numLogData ( #6632 )
2018-09-27 19:26:10 +02:00
jsteemann
202bea538d
banner
2018-09-27 19:10:50 +02:00
Lars Maier
0e9aa10c2a
Feature 3.4/cleanup lost collections ( #6627 )
...
* Working draft: clean lost collections in supervision.
* Added early exit as in spec.
* Finished test. Fixed logging.
2018-09-27 10:35:39 +02:00
Heiko
cf07af9b1b
Fix the recovery tests under mac os x ( #6593 )
...
* this pr will fix the recovery tests under mac os x
* removed unused define
2018-09-26 21:57:10 +02:00
Jan
7c35c98855
Feature 3.4/nested aql ( #6612 )
2018-09-26 17:17:12 +02:00
Simran
64dad40ef4
Doc - Fix anchor link and typos ( #6619 )
2018-09-26 15:44:56 +02:00
Simon
f79a7d1a8f
Fix crash on Agency / DBserver with user JWT tokens ( #6595 )
2018-09-26 14:22:27 +02:00
Jan
654b6e601b
fixed issue #6601 ( #6607 )
2018-09-26 14:18:34 +02:00
jsteemann
1af7873505
split tests
2018-09-26 12:05:36 +02:00
Jan
2726f1eddc
Bug fix 3.4/replication 33 to 34 ( #6604 )
2018-09-26 09:49:05 +02:00
Jan
bf80d4c040
modify msync code so that only base address is page-aligned ( #6585 )
...
according to man msync, there is no need for the end address to be page-aligned
also use uintptr_t consistently instead of intptr_t
2018-09-26 09:29:17 +02:00
jsteemann
593c0bfdb6
change c++14-only construct
2018-09-25 10:06:39 +02:00
Jan
a8cd72f502
Bug fix 3.4/optimizations 210918 ( #6574 )
2018-09-25 09:50:25 +02:00
Jan
058b5072b3
Feature 3.4/query cache diagnostics ( #6581 )
2018-09-25 09:49:33 +02:00
Max Neunhöffer
b974c33ca4
Add advertised endpoints to new features list for 3.4. ( #6586 )
2018-09-25 09:39:29 +02:00
Jan
aee26ee1f0
next attempt... ( #6597 )
2018-09-25 09:38:17 +02:00
jsteemann
3e9f16e77a
Merge branch '3.4' of https://github.com/arangodb/arangodb into 3.4
2018-09-24 18:36:53 +02:00
jsteemann
b82e687e1c
increase timeout for dropping collections
2018-09-24 18:36:08 +02:00
Simon
88796ef7af
Backport #6579 to 3.4 ( #6588 )
2018-09-24 17:52:47 +02:00
jsteemann
b17af2ac67
adjust file path
2018-09-24 13:52:00 +02:00
Lars Maier
b74222470a
Bug fix 3.4/cleanout server dropping wrong follower ( #6572 )
...
* Fixing bug: cleanoutServer will no longer add old leader as follower.
* Fixed rollback.
2018-09-21 13:36:37 +02:00