[ https://issues.apache.org/jira/browse/CASSANDRA-20901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christoph Schnepf updated CASSANDRA-20901: ------------------------------------------ Description: I just noticed that there is a typo in the log message when a query gets aborted due to too many tombstones. Its in https://github.com/apache/cassandra/blob/d7a46b52ef2634ef48acee566cce0a6cccd7f244/src/java/org/apache/cassandra/db/filter/TombstoneOverwhelmingException.java#L31 where we currently have {{[...] and partion key was [...]}} , which should be {{[...] and partition key was [...]}}. was: I just noticed that there is a typo in the log message when a query gets aborted due to too many tombstones. Its in https://github.com/apache/cassandra/blob/d7a46b52ef2634ef48acee566cce0a6cccd7f244/src/java/org/apache/cassandra/db/filter/TombstoneOverwhelmingException.java#L31 where we currently have [...] and partion key was [...] , which should be [...] and partition key was [...] > Typo on log message when a query was aborted due to too many tombstones > ----------------------------------------------------------------------- > > Key: CASSANDRA-20901 > URL: https://issues.apache.org/jira/browse/CASSANDRA-20901 > Project: Apache Cassandra > Issue Type: Bug > Reporter: Christoph Schnepf > Priority: Normal > > I just noticed that there is a typo in the log message when a query gets > aborted due to too many tombstones. > Its in > https://github.com/apache/cassandra/blob/d7a46b52ef2634ef48acee566cce0a6cccd7f244/src/java/org/apache/cassandra/db/filter/TombstoneOverwhelmingException.java#L31 > where we currently have {{[...] and partion key was [...]}} , which should be > {{[...] and partition key was [...]}}. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org