hangc0276 commented on code in PR #4085:
URL: https://github.com/apache/bookkeeper/pull/4085#discussion_r1368095636
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/LegacyCookieValidation.java:
##########
@@ -94,7 +94,7 @@ public void checkCookies(List<File> directories) throws
BookieException {
if (!missedCookieDirs.isEmpty()) {
if (rmCookie == null) {
// 5.1 new environment: all directories should be empty
- verifyDirsForNewEnvironment(missedCookieDirs);
+ verifyDirsForNewEnvironment(directories);
Review Comment:
Have you encountered any exceptions? The missedCookieDirs is the result of
checking remote cookies and directories
--
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]