rpuch commented on code in PR #4624: URL: https://github.com/apache/ignite-3/pull/4624#discussion_r1816577014
########## modules/raft/src/main/java/org/apache/ignite/internal/raft/server/impl/JraftServerImpl.java: ########## @@ -571,8 +570,8 @@ public boolean stopRaftNodes(ReplicationGroupId groupId) { public void destroyRaftNodeStorages(RaftNodeId nodeId, RaftGroupOptions groupOptions) { // TODO: IGNITE-23079 - improve on what we do if it was not possible to destroy any of the storages. try { - String uri = nodeIdStr(nodeId); - groupOptions.getLogStorageFactory().destroyLogStorage(uri); + String logUri = nodeIdStr(nodeId); Review Comment: The term seems to be a bit more accurate -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org