[
https://issues.apache.org/jira/browse/CASSANDRA-13090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847406#comment-15847406
]
Corentin Chary commented on CASSANDRA-13090:
--------------------------------------------
What I mean by "significant diff between your trunk and the original trunk."
{code}
$ git fetch origin
$ git fetch aweisberg
$ git diff origin/trunk aweisberg/cassandra-13090-trunk --stat
...
585 files changed, 11085 insertions(+), 10474 deletions(-)
{code}
Am I missing anything that could explain this diff ?
I'll also try to run the dtests on my workstation tomorrow based on your branch.
> Coalescing strategy sleeps too much
> -----------------------------------
>
> Key: CASSANDRA-13090
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13090
> Project: Cassandra
> Issue Type: Bug
> Components: Streaming and Messaging
> Reporter: Corentin Chary
> Assignee: Corentin Chary
> Fix For: 3.x
>
> Attachments: 0001-Fix-wait-time-coalescing-CASSANDRA-13090-2.patch,
> 0001-Fix-wait-time-coalescing-CASSANDRA-13090.patch
>
>
> With the current code maybeSleep is called even if we managed to take
> maxItems out of the backlog. In this case we should really avoid sleeping
> because it means that backlog is building up.
> I'll send a patch shortly.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)