Browse Source

add note to migration guide

Simon Willnauer 9 năm trước cách đây
mục cha
commit
613e8a9782

+ 5 - 0
docs/reference/migration/migrate_3_0.asciidoc

@@ -200,6 +200,11 @@ If you are using any of these settings please take the time and review their pur
 _expert settings_ and should only be used if absolutely necessary. If you have set any of the above setting as persistent
 _expert settings_ and should only be used if absolutely necessary. If you have set any of the above setting as persistent
 cluster settings please use the settings update API and set their superseded keys accordingly.
 cluster settings please use the settings update API and set their superseded keys accordingly.
 
 
+==== Translog settings
+
+The `index.translog.flush_threshold_ops` setting is not supported anymore. In order to control flushes based on the transaction log
+growth use `index.translog.flush_threshold_size` instead.
+
 [[breaking_30_mapping_changes]]
 [[breaking_30_mapping_changes]]
 === Mapping changes
 === Mapping changes