ibessonov commented on code in PR #4231:
URL: https://github.com/apache/ignite-3/pull/4231#discussion_r1718246090


##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -533,7 +533,7 @@ public class IgniteImpl implements Ignite {
         ComponentWorkingDir partitionsWorkDir = 
partitionsPath(systemConfiguration, workDir);
 
         partitionsLogStorageFactory =
-                SharedLogStorageFactoryUtils.create("data log", 
clusterSvc.nodeName(), partitionsWorkDir.raftLogPath());
+                SharedLogStorageFactoryUtils.create("table data log", 
clusterSvc.nodeName(), partitionsWorkDir.raftLogPath());

Review Comment:
   Well... depends on a level of abstraction that you choose. That's for us 
anyway



-- 
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]

Reply via email to