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 2019/09/09 23:06:18 UTC

[GitHub] [bookkeeper] rdhabalia commented on issue #2157: [bookie] provide option to skip adding entry to journal

rdhabalia commented on issue #2157: [bookie] provide option to skip adding entry to journal
URL: https://github.com/apache/bookkeeper/pull/2157#issuecomment-529700736
 
 
   Thanks @eolivelli for your inputs. Actually, we have a flexibility to create a small bookie cluster where we can compromise persistent durability so, I have provided option to introduce flag at bookie-server level.
   
   But I think your proposal is better because in that case client can decide durability level and bookie can serve both durable and non-durable usecase at the same time. 
   
   I have also gone through with [BP-14](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BP-14+Relax+durability) but our usecase is more related to skipping add-entry to journal to achieve higher throughput. So, we will need implementation with flag`BYPASS_JOURNAL` as you fully described in your previous reply. So, if you have not worked on it then do you think I can create a PR with those changes so, we can use this client-side feature instead compromising durability at bookie-server side.?
   
   

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


With regards,
Apache Git Services