1
0
Fork 0
Commit Graph

41600 Commits

Author SHA1 Message Date
Simon Grätzer 81bd732fe1 Pregel: fixing nullptr access (#4055)
* fixing issue with nullptr access

* Fix cluster test
2017-12-15 15:52:24 +01:00
Wilfried Goesgens b1463922f6 more places to rename arangoimp - missing in 9cd8c47eb7 (#4054) 2017-12-15 12:25:33 +01:00
Jan 4ceaf2ce1c
add minPort and maxPort to testing.js help output (#4042) 2017-12-15 10:26:41 +01:00
ArangoDB Release Bot 92ed9a84ec nightly frontend build 2017-12-15 00:57:40 +00:00
Jan a7d8f5ea48
don't make the syncer fail when it is restarted (#4031) 2017-12-14 23:46:56 +01:00
Jan baf633f953
fixed example (#4043) 2017-12-14 23:40:36 +01:00
Dan Larkin 9cd8c47eb7 Renamed arangoimp to arangoimport (with alias for compatibility.) (#4040) 2017-12-14 21:31:21 +01:00
Jan db9b7189f6
proper cast to TRI_read_t (#4036) 2017-12-14 21:31:05 +01:00
Jan 3f9918a163
revert broken fix for WITHIN_RECTANGLE, restore the old (non-working) behavior (#4038) 2017-12-14 21:30:28 +01:00
Simran a15f6c6f05 CMake: do not set CPACK_PACKAGING_INSTALL_PREFIX for Windows builds to avoid CPack errors (#3947)
Default value is "/", everything else can lead to an invalid temporary
path being generated (_CPack_Packages path + CPACK_PACKAGING_INSTALL_PREFIX path)
2017-12-14 20:50:18 +01:00
Simran c6fb2d3723 Bug fix/git enforce more lf line endings (#3941)
* Git: Enfore LF line endings in working copy for VERSION and *.groovy files

* Git: Enforce LF line endings for new VERSIONS file as well
2017-12-14 20:46:08 +01:00
Simran e172865ac9 Small AQL tutorial improvements (#3955) 2017-12-14 20:18:25 +01:00
Simran a1a02d29ce Documentation/minor changes 1 (#3952)
* Add WITH to graph traversal syntax

* State clearer what where whitespace is ignored in conf files

* Add cross-references between POSITION() and CONTAINS()

* Mention GeoJSON in the description of the useLonLat option

* Troubleshooting: unexpected long running queries

Add remark that collection literals are inferior to FOR constructs and should not be used accidentally instead of variable names

* Add storage engine comparison table, replace hint to note that users might want to pick RocksDB for an installation

* CSS: No margin extra margin after last paragraph in callouts / hint boxes
2017-12-14 20:18:13 +01:00
Simran 2d79e1fb4e Fix typo in CMake custom target / package names: arango instead of arongo (#3946) 2017-12-14 20:17:52 +01:00
Jan aa1d57c594
fix temp directory name creation (#4041) 2017-12-14 18:52:51 +01:00
Jan c7e9565b4a
hopefully fix logs (#4035) 2017-12-14 14:44:03 +01:00
Heiko 7563ba25ea Feature/ui modals usability 891 (#3989) 2017-12-14 12:59:33 +01:00
Heiko 62d0476bd7 Feature/ui 1447 nodes sorting (#3986) 2017-12-14 12:58:02 +01:00
Jan a93773c3d0
forgotten fix for globallyUniqueId (#4032) 2017-12-14 10:05:34 +01:00
Jan 9a340a6454
fix issue #planning/1511 (#4028) 2017-12-13 23:10:07 +01:00
Simon Grätzer 19f68df395 Use uuid in Initial sync to ensure proper collection mapping (#3965)
* Use uuid in initalsync to ensure proper collection mapping

* fix compile error after merge
2017-12-13 22:12:47 +01:00
Simon Grätzer e1d9135421 Fixing assert (#4013)
(cherry picked from commit 1155df173bfb67303077fbe04ee8d909517bfd21)
2017-12-13 22:12:06 +01:00
Simran c4439c0daa Bug fix/windows open ui in default browser (#3940)
* NSIS: Open web interface after installation in default browser instead of IE

Removed plugin to open in new browser window. The plugin looked up a registry key which always stores the path to IE (even on Windows 10), not the default browser. Every modern browser should open a new tab using the new approach.

* Improve wording and fix some typos

* Add missing curly braces
2017-12-13 21:25:59 +01:00
jsteemann fba103fb49 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-12-13 18:19:07 +01:00
jsteemann e1a5268fca fix Windows compile error 2017-12-13 18:18:45 +01:00
Simon Grätzer c7ae7a7a2b Fixing nondeterministic behaviour (#4024) 2017-12-13 17:56:01 +01:00
Jan 73bce34174
potentially fix send request timeout (#4026) 2017-12-13 17:54:12 +01:00
Jan 9bcf3c7978
make SimpleHttpClient's SSL connections abortable too (#4023) 2017-12-13 14:03:33 +01:00
Jan 9c76613e63
fix premature unlock (#3802)
* fix some deadlocks found by evil lock manager (tm)

* fix duplicate lock

* fix indentation

* ensure proper lock dependencies

* fix lock acquisition

* removed useless comment

* do not lock twice

* create either a V8 transaction context or a standalone transaction context, depending on if we are called from within V8 or not

* AQL micro optimizations

* use explicit constructor

* only use V8DealerFeature's ConditionLocker for acquiring a free V8 context

entering and exiting the selected context is then done later on without having to hold the ConditionLocker

* remove some recursive locks

* Disable custom deadlock detection when Thread Sanitizer is enabled

* Changing ifdef's

* grr

* broke gcc

* Using atomic for ApplicationServer::_server

* fix premature unlock

* add some asserts

* honor collection locking in cluster

* yet one more lock fix

* removed assertion

* some more bugfixes

* Fixing assert

(cherry picked from commit 1155df173bfb67303077fbe04ee8d909517bfd21)
2017-12-13 13:27:42 +01:00
Jan 3143805c6f
make replication abortable (#4016) 2017-12-13 12:32:04 +01:00
Wilfried Goesgens e4a3a28004 if catch ran, and crashed emmit that to the xml file so we can see it in the oversight of the jenkins job. (#4014) 2017-12-13 11:31:12 +01:00
Simon Grätzer 739af2d1f5 Fixing some accidentally broken fulltext tests (#3951)
* Fixing some accidentally broken tests

* Fixing test...again
2017-12-13 10:19:17 +01:00
Jan 98d6eff37e
added assertions to make sure the generated ticks are as expected (#3969) 2017-12-13 10:19:00 +01:00
Jan b00bcc53f9
fix multiple binds to the same ip/port on Windows (#3734) 2017-12-12 23:17:16 +01:00
Simon Grätzer dce677720d Fixing an issue with intermediate commits (#3975) 2017-12-12 09:17:18 +01:00
Jan 4ce91ac16d
fix platform-dependent behavior of TRI_CopyFile (#3988) 2017-12-11 17:51:56 +01:00
Jan Christoph Uhde a297cdc3e8 check alternative registry key if the first one is not found (#3973) 2017-12-11 16:40:50 +01:00
Jan 5a4613c0bf
try to make the tests cope with async execution (#3982) 2017-12-11 11:28:51 +01:00
Jan 74347827bf
allow specification of log topics with whitespace in the argument (#3980)
For example, the following log level now does not cause a warning anymore

    v8 = trace

previously the log levels had to be specified without any whitespace around
2017-12-11 10:33:38 +01:00
Jan d1478dbcf6
increase timeout in queue tests (#3981) 2017-12-11 10:32:58 +01:00
ArangoDB Release Bot cf0d5edc3b nightly frontend build 2017-12-09 00:57:42 +00:00
Dan Larkin 5e3b5526d0 Fixed return value of cache rebalancer in a few spots. (#3967) 2017-12-08 16:01:54 +01:00
Jan 635f11884a
Bug fix/tidy up statistics (#3970)
* fix MSVC compile warning

* tidy up statistics

* remove undocumented db.__save V8 method, previously used for the statistics gathering from JavaScript
2017-12-08 16:00:23 +01:00
Heiko 5561ab4482 Bug fix/ui navigation label issue 1406 (#3879)
* nav label wrongly removed

* UI: fixed disappearing of the navigation label in some case special case
2017-12-08 15:57:10 +01:00
Kaveh Vahedipour ace06575dd when upgrading from 3.1 LastHeartBeatAcked could also have been missing, when the 3.1 cluster had not run for long enough (#3757) 2017-12-08 15:56:19 +01:00
Jan f5d71f42d2
added tests and updated documentation for Foxx queues (#3861) 2017-12-08 15:52:45 +01:00
Jan be019ffaad
improve compatibility when replicating from a 3.2 (#3865) 2017-12-08 15:52:31 +01:00
Michael Hackstein 613cc4f749 Reduce planning time of high depth Traversals (#3942)
* Improved the cost estimation of traversals to be independent from max search depth. This fixes #3917

* fix failing test on MSVC
2017-12-08 15:45:08 +01:00
Matthew Von-Maszewski a7b4599ff9 add defensive coding and logging in response to a divide by zero. ColumnFamilyData::RecalculateWriteStallConditions() called SetBytePerSecond() with some value less than four. Could have been a race condition due to our SetThrottle() called without db mutex. No proof, just likely. (#3949) 2017-12-08 15:42:44 +01:00
Heiko b409fd06c8 fixed issue #3822 - disabled input field for system collections (#3959) 2017-12-08 15:39:37 +01:00