horizonzy opened a new issue, #3430: URL: https://github.com/apache/bookkeeper/issues/3430
**BUG REPORT** In #3372, we introduce indexDirs in cookie. When the bookie start, it will check the indexDirs, there is a problem. If the user already register cookie to RM before this pr, the cookie didn't contains indexDirs, cause the before version didn't contains property `indexDirs`, although user config `indexDirs` in the ServerConfiguration. After this pr, the bookie restart, it will config indexDirs at local, when it fetch remote cookie from rm, the response cookie didn't contains indexDirs, so the check indexDirs will fail. This is a breaking compatible problem. -- 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: issues-unsubscr...@bookkeeper.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org