mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
8acaa85346
commit
520b837ea9
|
@ -1,6 +1,14 @@
|
|||
devel
|
||||
-----
|
||||
|
||||
* incremental transfer of initial collection data now can handle partial
|
||||
responses for a chunk, allowing the leader/master to send smaller chunks
|
||||
(in terms of HTTP response size) and limit memory usage
|
||||
|
||||
* initial creation of shards for cluster collections is now faster with
|
||||
replicationFactor values bigger than 1. this is achieved by an optimization
|
||||
for the case when the collection on the leader is still empty
|
||||
|
||||
* potential fix for issue #3517: several "filesystem full" errors in logs
|
||||
while there's a lot of disk space
|
||||
|
||||
|
|
Loading…
Reference in New Issue