*: promote the boltdb-freelistType from experimental to official and set default type to hashmap

This commit is contained in:
宇慕
2019-10-16 16:39:29 +08:00
parent bcc147127d
commit f62ea1ceca
5 changed files with 19 additions and 19 deletions

View File

@@ -89,6 +89,11 @@ To start etcd automatically using custom settings at startup in Linux, using a [
+ default: 0
+ env variable: ETCD_BACKEND_BATCH_LIMIT
### --backend-bbolt-freelist-type
+ The freelist type that etcd backend(bboltdb) uses (array and map are supported types).
+ default: map
+ env variable: ETCD_BACKEND_BBOLT_FREELIST_TYPE
### --backend-batch-interval
+ BackendBatchInterval is the maximum time before commit the backend transaction.
+ default: 0
@@ -436,11 +441,6 @@ Follow the instructions when using these flags.
## Experimental flags
### --experimental-backend-bbolt-freelist-type
+ The freelist type that etcd backend(bboltdb) uses (array and map are supported types).
+ default: array
+ env variable: ETCD_EXPERIMENTAL_BACKEND_BBOLT_FREELIST_TYPE
### --experimental-corrupt-check-time
+ Duration of time between cluster corruption check passes
+ default: 0s