Vladsz83 commented on code in PR #13409:
URL: https://github.com/apache/ignite/pull/13409#discussion_r3703795748
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/metastorage/persistence/DistributedMetaStorageImpl.java:
##########
@@ -1318,56 +1305,50 @@ void clearHistoryCache() {
/**
* Notify listeners on node start. Even if there was no data restoring.
*
- * @param newData Data about which listeners should be notified.
+ * @param newDataKeys Data keys about which listeners should be notified.
+ * @param newDataVals Data values about which listeners should be notified.
*/
- private void notifyListenersBeforeReadyForWrite(
- DistributedMetaStorageKeyValuePair[] newData
- ) throws IgniteCheckedException {
+ private void notifyListenersBeforeReadyForWrite(String[] newDataKeys,
byte[][] newDataVals) throws IgniteCheckedException {
Review Comment:
Wont compile, but fixed. I forgot incrementing oldIdx
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]