Supplemental Ninja: Address message coalescing regression - Update yaml Patch by Jeff Jirsa following CASSANDRA-12676
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ff170af2 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ff170af2 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ff170af2 Branch: refs/heads/trunk Commit: ff170af2a2879e1b195f0ea9df540b83b07caad8 Parents: 1015427 Author: Jeff Jirsa <[email protected]> Authored: Thu Mar 2 21:36:34 2017 -0800 Committer: Jeff Jirsa <[email protected]> Committed: Thu Mar 2 21:36:34 2017 -0800 ---------------------------------------------------------------------- conf/cassandra.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/ff170af2/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 90e28b2..7e1c761 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -1209,9 +1209,9 @@ back_pressure_strategy: # See CASSANDRA-8692 for details. # Strategy to use for coalescing messages in OutboundTcpConnection. -# Can be fixed, movingaverage, timehorizon (default), disabled. +# Can be fixed, movingaverage, timehorizon, disabled (default). # You can also specify a subclass of CoalescingStrategies.CoalescingStrategy by name. -# otc_coalescing_strategy: TIMEHORIZON +# otc_coalescing_strategy: DISABLED # How many microseconds to wait for coalescing. For fixed strategy this is the amount of time after the first # message is received before it will be sent with any accompanying messages. For moving average this is the
