You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/02/16 17:23:32 UTC

[GitHub] [bookkeeper] dlg99 commented on pull request #3055: check all bookies of writeset are writable

dlg99 commented on pull request #3055:
URL: https://github.com/apache/bookkeeper/pull/3055#issuecomment-1041905162


   @wuYin please fix compile error and consider adding unit test
   ```
   /home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerHandle.java:1229: error: cannot find symbol
   
                   !clientCtx.getBookieClient().isWritable(currentEnsemble.get(writeBookieIndex), key)) {
                                                                                                  ^
     symbol:   variable key
     location: class LedgerHandle
   > Task :bookkeeper-server:compileJava
   1 error
   
   
   > Task :bookkeeper-server:compileJava FAILED
   
   ```


-- 
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-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org