[ 
https://issues.apache.org/jira/browse/CASSANDRA-15890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142376#comment-17142376
 ] 

Brandon Williams commented on CASSANDRA-15890:
----------------------------------------------

Your git links don't seem to work for me.  I dug them up, though. Actual:

3.0: 
https://github.com/nvharikrishna/cassandra/commit/7962817a14cd48946d2864431b6bfa8088b34ea4

3.11: 
https://github.com/nvharikrishna/cassandra/commit/b106b89500da555bf0264e6dcfd8ba5256a94fb4

trunk: 
https://github.com/nvharikrishna/cassandra/commit/ca8a8b51110abffc157f30a9da75f9cee6f7c906

I started Jenkins CI on these:

3.0: https://ci-cassandra.apache.org/job/Cassandra-devbranch/164/

3.11: https://ci-cassandra.apache.org/job/Cassandra-devbranch/165/

trunk: https://ci-cassandra.apache.org/job/Cassandra-devbranch/166/

I expect everything to be fine, and I'll commit after they complete.

> Add token to tombstone warning and error log message
> ----------------------------------------------------
>
>                 Key: CASSANDRA-15890
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15890
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Observability/Logging
>            Reporter: Venkata Harikrishna Nukala
>            Assignee: Venkata Harikrishna Nukala
>            Priority: Normal
>             Fix For: 3.0.21, 3.11.7, 4.0
>
>
> If Cassandra scans too many tombstones while reading a partition, then it 
> prints log messages with query based on warning/failure thresholds. The token 
> is not printed in the log message. If tombstones are hurting the 
> instance/replica set, then running force compaction for the partition 
> ("nodetool compact" using start and end tokens i.e. token -/+ some delta) is 
> one of the actions taken to recover. In order to find out the token, someone 
> has to manually connect to cluster and run SELECT TOKEN query. Printing token 
> with the log message helps to avoid manual effort and execute force 
> compaction quickly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to