Brad Schoening created CASSANDRA-18282:
------------------------------------------
Summary: Clarify exception message for RTBoundValidator
Key: CASSANDRA-18282
URL: https://issues.apache.org/jira/browse/CASSANDRA-18282
Project: Cassandra
Issue Type: Improvement
Components: Observability/Logging
Reporter: Brad Schoening
>From the exception RTBoundValidator its not clear what 'RT' refers to.
Instead of: 'has an illegal RT bounds sequence'
change to: 'has an illegal Range Tombstone bounds sequence'
Example:
2023-01-31 18:26:27,480 [ERROR] [ReadStage-9] cluster_id=5 ip_address=127.1.1.1
AbstractLocalAwareExecutorService.java:166 - Uncaught exception on thread
Thread[ReadStage-9,5,main]
java.lang.IllegalStateException: MERGED UnfilteredRowIterator for
rdhprod.instrument_alias_map has an illegal RT bounds sequence: unexpected end
bound or boundary Marker INCL_END_BOUND(T, TBG)@1612002648782856/1612002648
at
org.apache.cassandra.db.transform.RTBoundValidator$RowsTransformation.ise(RTBoundValidator.java:120)
~[apache-cassandra-3.11.11.jar:3.11.11]
at
org.apache.cassandra.db.transform.RTBoundValidator$RowsTransformation.applyToMarker(RTBoundValidator.java:87)
~[apache-cassandra-3.11.11.jar:3.11.11]
at org.apache.cassandra.db.transform.BaseRows.hasNext(BaseRows.java:148)
~[apache-cassandra-3.11.11.jar:3.11.11]
at org.apache.cassandra.db.transform.BaseRows.hasNext(BaseRows.java:133)
~[apache-cassandra-3.11.11.jar:3.11.11]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]