-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Indexing/DistributedA catch all label for anything in the Distributed Indexing Area. Please avoid if you can.A catch all label for anything in the Distributed Indexing Area. Please avoid if you can.>docsGeneral docs changesGeneral docs changes
Description
ES 6.3 flush documentation states:
"The flush process of an index basically frees memory from the index by flushing data to the index storage and clearing the internal transaction log"
However in ES 6.0 breaking changes section it's stated that:
"Translog files are now kept for up to 12 hours (by default), with a maximum size of 512mb (default), and are no longer deleted on flush"
Does the transaction log get deleted on flush or not?
Metadata
Metadata
Assignees
Labels
:Distributed Indexing/DistributedA catch all label for anything in the Distributed Indexing Area. Please avoid if you can.A catch all label for anything in the Distributed Indexing Area. Please avoid if you can.>docsGeneral docs changesGeneral docs changes