File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
3.12/release-notes/version-3.12
3.13/release-notes/version-3.12 Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ curl "http://localhost:8529/_api/index?collection=myCollection&withHidden=true"
441
441
<small >Introduced in: v3.12.4</small >
442
442
443
443
A new ` vector ` index type has been added as an experimental feature.
444
- See this [ blog post ] ( https://arangodb.com/2024/11/vector-search-in-arangodb-practical-insights-and-hands-on-examples/ )
444
+ See [ HTTP interface for vector indexes ] ( ../../develop/http-api/indexes/vector.md )
445
445
for details.
446
446
447
447
#### Optimizer rule descriptions
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ curl "http://localhost:8529/_api/index?collection=myCollection&withHidden=true"
441
441
<small >Introduced in: v3.12.4</small >
442
442
443
443
A new ` vector ` index type has been added as an experimental feature.
444
- See this [ blog post ] ( https://arangodb.com/2024/11/vector-search-in-arangodb-practical-insights-and-hands-on-examples/ )
444
+ See [ HTTP interface for vector indexes ] ( ../../develop/http-api/indexes/vector.md )
445
445
for details.
446
446
447
447
#### Optimizer rule descriptions
Original file line number Diff line number Diff line change @@ -1688,6 +1688,18 @@ The following startup options for cluster deployments have been added:
1688
1688
The delay (in seconds) before shutting down a Coordinator if no heartbeat can
1689
1689
be sent. Set to ` 0 ` to deactivate this shutdown.
1690
1690
1691
+ ### Limit for shard synchronization actions
1692
+
1693
+ <small >Introduced in: v3.11.14, v3.12.5</small >
1694
+
1695
+ The number of ` SynchronizeShard ` actions that can be scheduled internally by the
1696
+ cluster maintenance has been restricted to prevent these actions from blocking
1697
+ ` TakeoverShardLeadership ` actions with a higher priority, which could lead to
1698
+ service interruption during upgrades and after failovers.
1699
+
1700
+ The new ` --server.maximal-number-sync-shard-actions ` startup option controls
1701
+ how many ` SynchronizeShard ` actions can be queued at any given time.
1702
+
1691
1703
## Miscellaneous changes
1692
1704
1693
1705
### V8 and ICU library upgrades
You can’t perform that action at this time.
0 commit comments