1
0
Fork 0
Commit Graph

208 Commits

Author SHA1 Message Date
jsteemann 103f9711df added deprecation warning 2018-09-03 16:39:08 +02:00
jsteemann bff27dc3f3 remove two known issues, as they are fixed! 2018-09-03 15:54:42 +02:00
Heiko 50bd88f2c9 new features geo aql editor (#6346) 2018-09-03 15:29:10 +02:00
jsteemann aae4b7cc0c copy over known issues 2018-09-03 12:05:51 +02:00
Frank Celler d160c982ef Merge branch 'devel' of https://github.com/arangodb/arangodb into 3.4 2018-09-02 11:39:10 +02:00
jsteemann 79bffd4ff2 added documentation 2018-09-01 19:21:19 +02:00
Frank Celler d7a450ec7b added Windows upgrading 2018-08-31 16:17:35 +02:00
Frank Celler 434bf25c50 added move shards 2018-08-31 16:15:49 +02:00
Jan abe5bec016 Doc - add known issues for 3.4 release (#6301) 2018-08-30 19:57:42 +02:00
jsteemann ad98a1a40e added behavior change 2018-08-30 13:16:06 +02:00
jsteemann 8d21ebb323 some more sentence about usage of V8 2018-08-30 00:11:44 +02:00
jsteemann 462bfd0063 update documentation 2018-08-29 19:46:41 +02:00
jsteemann 9650911d53 improve wording here and there 2018-08-29 12:34:29 +02:00
Jan 29e4b9b39a
add information about library upgrades (#6277) 2018-08-28 20:03:37 +02:00
jsteemann d698645e04 added notes about nscd requirement 2018-08-28 20:01:01 +02:00
Lars Maier 5555bd2fad Schmutz++ Improved (#6259)
* Fixed startup order. Don't start maintenance threads in single-server or agent.
Added range check for `--server.maintenance-threads`.
Fixed invalid array access, when shard exists locally but not in plan.
* Removed unused header imports.
* Added CHANGELOG entry
* Fixed shutdown bug. Startup fixed.
* Fixed catch test.
* Add Maintenance improvements to NewFeature34.md.
2018-08-27 20:25:09 +02:00
jsteemann dbfbfd3a8c added documentation for "number of documents" caching 2018-08-25 11:43:32 +02:00
Jan 0d48677619
Bug fix/aql optimizer improvements 2308 (#6241) 2018-08-24 13:42:22 +02:00
Jan 2bce75eb86
add AQL function CONTAINS_ARRAY as alias for POSITION (#6242) 2018-08-24 12:50:50 +02:00
sleto-it 58f42e7240
Doc - Reflect changes in dir structure (#6169) 2018-08-22 16:39:27 +02:00
jsteemann 9959218d1d revert unification of collection name validation 2018-08-21 18:46:13 +02:00
Jan 9355a06618
Bug fix/fix documentation issues (#6211) 2018-08-21 14:47:45 +02:00
Jan 2aa879a53b
unify validation of collection names in AQL (#6203) 2018-08-21 11:11:15 +02:00
jsteemann ac2bd395cd extend documentation 2018-08-20 13:18:20 +02:00
Jan 102f15bece
removed several unused internal APIs (#6193) 2018-08-20 12:57:58 +02:00
Jan 7cb1da12cf
make AQL functions construction easier (#6195) 2018-08-20 11:56:38 +02:00
Jan d7e631eddf
Bug fix/more sparsung (#6177) 2018-08-17 08:47:45 +02:00
Jan 2bc672cebd
centralized more of the sharding strategies code (#6140) 2018-08-15 14:37:01 +02:00
jsteemann d7519d83e7 added missing AQL function to the docs 2018-08-14 17:54:37 +02:00
jsteemann 7b5b112b88 update NewFeatures34.md 2018-08-14 11:07:24 +02:00
jsteemann dda7f558aa updated release notes 2018-08-09 16:58:05 +02:00
jsteemann 0797fda87f added section for deprecated features 2018-08-09 14:31:46 +02:00
Jan bf3ce0b704
fixed issue #6106: Arithmetic operator type casting documentation inc… (#6113) 2018-08-09 11:30:54 +02:00
Simon 6a97e441a6 Doc - New section for query profiler + fresh examples (#6070) 2018-08-08 10:51:09 +02:00
sleto-it b95767247c
Doc - Arangodump improvements (#5881) 2018-08-07 21:54:13 +02:00
Jan d5180ef838 Doc - add TOKENS AQL function to general list of AQL functions (#6105) 2018-08-07 21:39:38 +02:00
Jan 4d4135d25c
Feature/add dbserver as an alias for primary (#6072)
* add "DBSERVER" as an alias for "PRIMARY"

This allows specifying the value "DBSERVER" for `--cluster.my-role`.
"DBSERVER" is only treated as an alias for "PRIMARY", because several
other parts of the code and APIs use the string "PRIMARY".
Changing these from "PRIMARY" to "DBSERVER" would make the change
downwards-incompatible, which we do not want.

The downside of this alias-only solution is that even when specifying
a role value of "DBSERVER", the server will still report its role as
"PRIMARY", which may be a bit confusing. The server will also generate
its id as "PRMR-XXXX" as before:

    2018-08-03T15:23:09Z [9584] INFO {cluster} Starting up with role PRIMARY
    2018-08-03T15:23:09Z [9584] INFO {cluster} Cluster feature is turned on. Agency version: {"server":"arango","version":"3.4.devel","license":"enterprise"}, Agency endpoints: http+tcp://[::]:4001, server id: 'PRMR-f655b728-4cea-44ac-88e9-8b34baa80958', internal address: tcp://[::1]:8629, role: PRIMARY

* adjusted documentation to use "DBSERVER" instead of "PRIMARY"

* api doc

- secondary role not used anymore. stated.
- primary database is not clear. replaced with dbserver
- brief referenced only dbserver and coordinator - better to provide wider description, in line with what is described below, as other roles can be returned

* typo

* typo

* added starting from 3.4

* additional warning

* cited in the release note
2018-08-06 17:20:50 +02:00
Jan b278d6874a
allow master & slave to work in parallel for RocksDB WAL tailing (#6059) 2018-08-03 13:37:53 +02:00
jsteemann 44d7a11bd9 Merge branch 'bug-fix/improve-intermediate-commits' of https://github.com/arangodb/arangodb into devel 2018-08-01 17:49:17 +02:00
sleto-it 534977ee4e
Doc - release notes fixes (#6018) 2018-07-31 15:12:45 +02:00
Simon Grätzer 0d9887e5ad adding changelog 2018-07-30 15:55:28 +02:00
Jan 1f16898027
added more RocksDB options and stats (#6006) 2018-07-26 16:48:25 +02:00
Alan Plum 5b5ed838cb Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
shivamdave24 7db28da251 Levenshtein Distance function implementation with documentation and i… (#5922) 2018-07-25 12:48:58 +02:00
jsteemann d4d079c014 use correct RocksDB version number 2018-07-25 12:38:14 +02:00
Jan Christoph Uhde 4c0f881764 compatibilty 3.3 <-> 3.4 (#5963) 2018-07-25 09:05:34 +02:00
jsteemann 3e554660f8 more notes optimization target architecture 2018-07-23 21:39:17 +02:00
jsteemann 6fae2148cf added notes about supported architecture 2018-07-23 17:47:01 +02:00
jsteemann 679c2047b4 make auto-storage engine selection texts a bit more precise 2018-07-23 17:40:46 +02:00
Dan Larkin-York 718e3f7bfa Add load balancing support and user restriction for async jobs API (#5906) 2018-07-23 15:23:18 +02:00