[
https://issues.apache.org/jira/browse/IGNITE-27557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Bessonov updated IGNITE-27557:
-----------------------------------
Component/s: tables ai3
> Remove pending rows recovery on table creation
> ----------------------------------------------
>
> Key: IGNITE-27557
> URL: https://issues.apache.org/jira/browse/IGNITE-27557
> Project: Ignite
> Issue Type: Improvement
> Components: tables ai3
> Reporter: Ivan Bessonov
> Assignee: Ivan Bessonov
> Priority: Major
> Labels: ignite-3
>
> These lines pollute the logs:
> {code:java}
> [StorageUpdateHandler] Recovering pending rows [tableId=2208,
> partitionIndex=4]
> [StorageUpdateHandler] Recovered pending rows [tableId=2208,
> partitionIndex=4, count=0, duration=0ms] {code}
> The count is always 0, because new table is always empty. We should not do
> the recovery for new tables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)