[ https://issues.apache.org/jira/browse/IGNITE-26164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Maksim Timonin updated IGNITE-26164: ------------------------------------ Description: Class IndexName is used in logs, but don't override toString. {code:java} 2025-08-07 17:11:53.291 [WARN ]query-#465[] Index org.apache.ignite.internal.cache.query.index.IndexName@2f4df776 of the table Hold (cache HOLDS_DEL) is corrupted, to fix this issue a rebuild is required. On the next restart, node will enter the maintenance mode and rebuild corrupted indexes.{code} was: Class IndexName is used in logs, but don't override toString. ??2025-08-07 17:11:53.291 [WARN ][query-#465|#465][] Index org.apache.ignite.internal.cache.query.index.IndexName@2f4df776 of the table Hold (cache HOLDS_DEL) is corrupted, to fix this issue a rebuild is required. On the next restart, node will enter the maintenance mode and rebuild corrupted indexes.?? > Add toString to IndexName > ------------------------- > > Key: IGNITE-26164 > URL: https://issues.apache.org/jira/browse/IGNITE-26164 > Project: Ignite > Issue Type: Improvement > Reporter: Maksim Timonin > Priority: Major > Labels: ise, newbie > > Class IndexName is used in logs, but don't override toString. > {code:java} > 2025-08-07 17:11:53.291 [WARN ]query-#465[] Index > org.apache.ignite.internal.cache.query.index.IndexName@2f4df776 of the table > Hold (cache HOLDS_DEL) is corrupted, to fix this issue a rebuild is required. > On the next restart, node will enter the maintenance mode and rebuild > corrupted indexes.{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)