zstan commented on code in PR #13577:
URL: https://github.com/apache/ignite/pull/13577#discussion_r4083301761
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCheckProcess.java:
##########
@@ -131,7 +132,7 @@ private IgniteInternalFuture<?>
reduceValidatePartsAndFinish(
return new GridFinishedFuture<>();
try {
- contexts.remove(ctx.req.snapshotName());
+ contexts.remove(ctx.req.snapshotName().toLowerCase());
Review Comment:
If snap name is case insensitive - it need to be documented somehow and
transformed into lower case in command parsing level, isn\`t it ?
--
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]