vldpyatkov commented on code in PR #13080:
URL: https://github.com/apache/ignite/pull/13080#discussion_r3160782975
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridNearUnlockRequest.java:
##########
@@ -36,6 +36,10 @@ public class GridNearUnlockRequest extends
GridDistributedBaseMessage {
@Order(0)
public List<KeyCacheObject> keys;
+ /** Savepoint rollback flag. */
+ @Order(1)
+ public boolean forSavepoint;
Review Comment:
I do not see an issue with this change from the point of view of rolling
upgrades. As I understand it, Ignite can update only by restarting on the same
storage; this PR does not touch persistence classes.
What do you think can be wrong?
--
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]