MINOR: Fix a typo in a comment in config/server.properties (#4373)

This commit is contained in:
mulvenna 2018-01-18 11:32:44 -08:00 committed by Jason Gustafson
parent 51f0f3ee79
commit b2146a1cba
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ transaction.state.log.min.isr=1
# There are a few important trade-offs here:
# 1. Durability: Unflushed data may be lost if you are not using replication.
# 2. Latency: Very large flush intervals may lead to latency spikes when the flush does occur as there will be a lot of data to flush.
# 3. Throughput: The flush is generally the most expensive operation, and a small flush interval may lead to exceessive seeks.
# 3. Throughput: The flush is generally the most expensive operation, and a small flush interval may lead to excessive seeks.
# The settings below allow one to configure the flush policy to flush data after a period of time or
# every N messages (or both). This can be done globally and overridden on a per-topic basis.