timoninmaxim commented on a change in pull request #8490:
URL: https://github.com/apache/ignite/pull/8490#discussion_r592499886
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/cache/query/index/sorted/DurableBackgroundCleanupIndexTreeTask.java
##########
@@ -46,53 +49,44 @@
private List<Long> rootPages;
/** */
- private transient List<H2Tree> trees;
+ private transient List<InlineIndexTree> trees;
/** */
private transient volatile boolean completed;
/** */
- private String cacheGrpName;
+ private final String cacheName;
/** */
- private String cacheName;
+ private final IndexName idxName;
Review comment:
Hi, I will just remove Serializable. The reason to use it is a
`DurableBackgroundCleanupIndexTreeTask`. It requires an index name for work. It
was String, I replaced it with IndexName, then I will just revert this change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]