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 2020/05/10 13:48:54 UTC

[GitHub] [bookkeeper] LiamClarkeNZ opened a new issue #2328: [Doc] How do I add a new bookie?

LiamClarkeNZ opened a new issue #2328:
URL: https://github.com/apache/bookkeeper/issues/2328


   I am reading the documentation to advise a client on technical decisions. Scaling their system is part of that decision. The documentation neither explicitly or implicitly specifies how adding a new Bookie to a BookKeeper cluster works. Does it just work? Or do I need to take manual steps? Should I enable autorecovery? 
   
   Etc. etc.


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

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



[GitHub] [bookkeeper] LiamClarkeNZ commented on issue #2328: [Doc] How do I add a new bookie?

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


   > Just start it as the first bookie.
   > It is all automatic
   
   Thanks @eolivelli - will the Autorecovery daemon redistribute ledger replicas when the cluster increases in size? Or does it maintain existing ensembles but utilise the new bookie for any new ledgers?


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

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



[GitHub] [bookkeeper] rvashishth commented on issue #2328: [Doc] How do I add a new bookie?

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


   @eolivelli,  How the cluster behave if we need to scale down?  [Docs explain the way to manually decommission bookies](https://bookkeeper.apache.org/docs/latest/admin/decomission/),  is there a way to auto-decommission the bookies when deployed on Kubernetes as Statefulset. 


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

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



[GitHub] [bookkeeper] sijie commented on issue #2328: [Doc] How do I add a new bookie?

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


   @rvashishth you can write a script to automate the process. You can check https://github.com/streamnative/charts/blob/master/scripts/pulsar/decommission_bookies.sh for example.


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

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



[GitHub] [bookkeeper] eolivelli commented on issue #2328: [Doc] How do I add a new bookie?

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


   Just start it as the first bookie.
   It is all automatic


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

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



[GitHub] [bookkeeper] rvashishth edited a comment on issue #2328: [Doc] How do I add a new bookie?

Posted by GitBox <gi...@apache.org>.
rvashishth edited a comment on issue #2328:
URL: https://github.com/apache/bookkeeper/issues/2328#issuecomment-674102243


   @eolivelli,  How the cluster behave if we need to scale down?  [Docs explain the way to manually decommission a bookie](https://bookkeeper.apache.org/docs/latest/admin/decomission/),  is there a way to auto-decommission the bookies when deployed on Kubernetes as Statefulset. 


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

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



[GitHub] [bookkeeper] eolivelli commented on issue #2328: [Doc] How do I add a new bookie?

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


   Ledgers will stay on the original bookies if they are available.
   New ledgers will go to new bookies.
   Broken ledgers will be replicated to new bookies.
   
   You can create your own LedgerPlacementPolicy that drives the placement of data


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

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