10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff314c commit 997bb91Copy full SHA for 997bb91
CHANGELOG
@@ -1,6 +1,12 @@
1
v3.8.1 (XXXX-XX-XX)
2
-------------------
3
4
+* Fixed: getResponsibleShard call on disjoint Smart Graphs
5
+ if you asked for the responsible shard on a disjoint edge collection
6
+ where the _from and _to differ (invalid), the server would respond with
7
+ "DATASOURCE_NOT_FOUND". This is now fixed to "BAD_PARAMETER"
8
+ to emphasize that the collection is fine but the input is invalid.
9
+
10
* Fixed issue BTS-539 "Unsynchronized query kill while it's being finalized in
11
another thread was uncovered through `test-kill.js` of `communication_ssl`
12
suite". Fixed possible (but unlikely) crash when killing an AQL query.
0 commit comments