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/03/27 06:05:21 UTC

[GitHub] [bookkeeper] eolivelli commented on issue #3141: auto read only mode support multi disks

eolivelli commented on issue #3141:
URL: https://github.com/apache/bookkeeper/issues/3141#issuecomment-1079847715


   I understand the problem.
   Unfortunately this is quite hard to implement because the client has no knowledge of the fact that the bookie has multiple disks and also the mapping between a ledger and the disk depends on the configuration and especially the implementation of the Storage.
   For for instance a Bookie may be readonly for one ledger and not for the next ledgerid.
   
   Currently the bookie advertises its read only status, this way clients don't choose it for new ledgers (or new segments)
   
   Even by using an alternative mechanism to advertise the read only status (for instance a new error code while writing), that piece of information won't be useful for subsequent ledgers.
   
   We will have to be much creative to implement this feature


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