You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/07/24 23:45:14 UTC

[GitHub] sijie opened a new issue #283: V2 ReadEntryProcessor should handle asynchronous fence like what V3 does

sijie opened a new issue #283: V2 ReadEntryProcessor should handle asynchronous fence like what V3 does
URL: https://github.com/apache/bookkeeper/issues/283
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   Address TODO item in *ReadEntryProcessor*:
   
                   // TODO:
                   // currently we don't have readCallback to run in separated read
                   // threads. after BOOKKEEPER-429 is complete, we could improve
                   // following code to make it not wait here
                   //
                   // For now, since we only try to wait after read entry. so writing
                   // to journal and read entry are executed in different thread
                   // it would be fine.
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   
   *nice-to-have*
   
   3. Provide any additional detail on your proposed use case for this feature.
   
   N/A
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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