Ivan Bessonov created IGNITE-27557:
--------------------------------------
Summary: Remove pending rows recovery on table creation
Key: IGNITE-27557
URL: https://issues.apache.org/jira/browse/IGNITE-27557
Project: Ignite
Issue Type: Improvement
Reporter: Ivan Bessonov
Assignee: Ivan Bessonov
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)