nizhikov commented on a change in pull request #9345:
URL: https://github.com/apache/ignite/pull/9345#discussion_r803359498
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/cdc/CdcMain.java
##########
@@ -355,7 +356,7 @@ private CdcFileLockHolder lockPds() throws
IgniteCheckedException {
new PdsFolderResolver<>(igniteCfg, log,
igniteCfg.getConsistentId(), this::tryLock).resolve();
if (settings == null) {
- throw new IgniteException("Can't find folder to read WAL segments
from based on provided configuration! " +
+ throw new IgniteException("Can't find folder to read WAL segments
from! " +
Review comment:
Actually, it simplified right now)
> Can't find the folder to read WAL segments from!
Can you, please, clarify, what is proposed message text?
--
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]