maedhroz commented on code in PR #1835:
URL: https://github.com/apache/cassandra/pull/1835#discussion_r966149393
##########
src/java/org/apache/cassandra/hints/HintsDispatchExecutor.java:
##########
@@ -205,21 +205,27 @@ private final class DispatchHintsTask implements Runnable
private final UUID hostId;
private final RateLimiter rateLimiter;
- DispatchHintsTask(HintsStore store, UUID hostId)
+ DispatchHintsTask(HintsStore store, UUID hostId, boolean isTransfer)
Review Comment:
Good catch. It's now wired up in `TransferHintsTask#transfer()`.
--
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]