jmckenzie-dev commented on code in PR #3696:
URL: https://github.com/apache/cassandra/pull/3696#discussion_r1913738886
##########
src/java/org/apache/cassandra/db/commitlog/CommitLogSegment.java:
##########
@@ -638,6 +638,7 @@ public String dirtyString()
{
TableMetadata m = Schema.instance.getTableMetadata(tableId);
sb.append(m == null ? "<deleted>" : m.name).append("
(").append(tableId)
+ .append(", keyspace: ").append(m.keyspace)
Review Comment:
Correct. Was debugging something related to JDK21, saw this was missing, was
disappointed, added.
--
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]