maedhroz commented on a change in pull request #1045:
URL: https://github.com/apache/cassandra/pull/1045#discussion_r686183116
##########
File path: src/java/org/apache/cassandra/transport/PreV5Handlers.java
##########
@@ -107,20 +110,16 @@ private void
releaseItem(Flusher.FlushItem<Message.Response> item)
// The only exception to this is if the global request rate limit
has been breached, which means
// we'll have to wait until a scheduled wakeup task unpauses the
connection.
//
- // note: this path is only relevant when part of a pre-V5
pipeline, as only in this case is
+ // Note: This path is only relevant when part of a pre-V5
pipeline, as only in this case is
// paused ever set to true. In pipelines configured for V5 or
later, backpressure and control
// over the inbound pipeline's autoread status are handled by the
FrameDecoder/FrameProcessor.
ChannelConfig config = item.channel.config();
- if (!config.isAutoRead())
+ if (!config.isAutoRead()
Review comment:
Resolved in
https://github.com/apache/cassandra/pull/1045/commits/c367d46baeac8cf2e3c1c973fe1f0227d77e2d1a
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]