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_r380064788
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManager.java
##########
@@ -900,7 +851,9 @@ SnapshotFileSender localSnapshotSender(String snpName)
throws IgniteCheckedExcep
* @return Snapshot sender instance.
*/
SnapshotFileSender remoteSnapshotSender(String snpName, UUID rmtNodeId) {
+ // Remote snapshots can be send only by single threaded executor since
only one transmissionSedner created.
Review comment:
transmissionSedner -> transmissionSender
----------------------------------------------------------------
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