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/06/23 16:51:15 UTC

[GitHub] [bookkeeper] horizonzy opened a new issue, #3355: Question about resolving network location.

horizonzy opened a new issue, #3355:
URL: https://github.com/apache/bookkeeper/issues/3355

   **QUESTION**
   
   I noticed that when we resolve network location for a bookieId, the bookieId must exist in knownBookies or historyBookies. If not, return “default-region/default-rack”. In some case, we need resolve the old bookieId which exists at old ledger metadata ensembles. The bookieId already shutdown for long time, knownBookies and historyBookies didn’t hold it. I can’t resolve these bookieId’s network location. It’s weird. 
   
   https://github.com/apache/bookkeeper/blob/677ccec3eb84f5be1b3556537871e14eb5e8359c/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/TopologyAwareEnsemblePlacementPolicy.java#L802-L815


-- 
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.apache.org

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


[GitHub] [bookkeeper] horizonzy closed issue #3355: Question about resolving network location.

Posted by GitBox <gi...@apache.org>.
horizonzy closed issue #3355: Question about resolving network location.
URL: https://github.com/apache/bookkeeper/issues/3355


-- 
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


[GitHub] [bookkeeper] horizonzy commented on issue #3355: Question about resolving network location.

Posted by GitBox <gi...@apache.org>.
horizonzy commented on issue #3355:
URL: https://github.com/apache/bookkeeper/issues/3355#issuecomment-1165107767

   Maybe I got it, if the bookie didn't active anymore, we didn't care the network location it is.


-- 
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