Hi Ranju, I see this in the code: https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/service/StorageProxy.java#L2096
________________________________________ From: ranju goel <goel.ra...@gmail.com> Sent: Thursday, March 9, 2023 13:20 To: user@cassandra.apache.org Subject: Does Coordinator select fastest node for Digest request In Read Path NetApp Security WARNING: This is an external email. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Everyone, If I have a Local_Quorum CL and RF=3, For Read Path Coordinator selects the fastest replica using dynamicSnitch for Read full data , but does it use dynamicSnitch ( or fastest replica) for reading digest data? or it chooses any of the replica for digest? Regards Ranju