StevenLuMT commented on PR #3522: URL: https://github.com/apache/bookkeeper/pull/3522#issuecomment-1279862194
have a look @nicoloboschi @gaozhangmin I have update the code, when check masterKey exists in cache before write ``` // Force the load into masterKey cache byte[] oldValue = masterKeyCache.asMap().putIfAbsent(ledgerId, masterKey); ``` -- 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]
