michaelsembwever commented on code in PR #3619:
URL: https://github.com/apache/cassandra/pull/3619#discussion_r1806154977
##########
src/java/org/apache/cassandra/gms/GossipDigestAckVerbHandler.java:
##########
@@ -86,7 +87,9 @@ public void doVerb(Message<GossipDigestAck> message)
for (GossipDigest gDigest : gDigestList)
{
InetAddressAndPort addr = gDigest.getEndpoint();
- EndpointState localEpStatePtr =
Gossiper.instance.getStateForVersionBiggerThan(addr, gDigest.getMaxVersion());
+ // reply everything regardless of heartbeat if remote is asking
about me, adding the flag check so we have the ability to rollback to OSS
behavior
Review Comment:
```suggestion
// reply everything regardless of heartbeat if remote is asking
about me
```
--
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]