alex-plekhanov commented on a change in pull request #6554: IGNITE-11073:
Backup page store manager, initial
URL: https://github.com/apache/ignite/pull/6554#discussion_r377069874
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/IgniteCacheDatabaseSharedManager.java
##########
@@ -981,13 +995,26 @@ public void onStateRestored(AffinityTopologyVersion
topVer) throws IgniteChecked
// No-op.
}
- /**
- * @param fut Partition exchange future.
- */
+ /**
+ * @param fut Partition exchange future.
+ */
public void rebuildIndexesIfNeeded(GridDhtPartitionsExchangeFuture fut) {
// No-op.
}
+ /**
+ * @param cacheCtx Cache context to rebuild index at.
+ * @param partPred The partition filter predicate.
+ * @param restore <tt>true</tt> to rebuild indexes from the original store.
+ */
+ public IgniteInternalFuture<?> rebuildIndexesOnDemand(
Review comment:
Can't find any usage of this method.
----------------------------------------------------------------
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]
With regards,
Apache Git Services