iamaleksey commented on code in PR #2982:
URL: https://github.com/apache/cassandra/pull/2982#discussion_r1450527307


##########
src/java/org/apache/cassandra/net/Message.java:
##########
@@ -194,6 +197,58 @@ public TraceType traceType()
         return header.traceType();
     }
 
+    /*
+     * minimal response context extraction
+     */
+
+    public ResponseContext extractResponseContext()

Review Comment:
   Leftover from before a refactoring. This became `RemoteRequestContext` in 
`AccordJournal`. Cleaned up, cheers.



-- 
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]

Reply via email to