You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "HHoflittlefish777 (via GitHub)" <gi...@apache.org> on 2023/03/19 04:19:54 UTC

[GitHub] [skywalking-banyandb] HHoflittlefish777 commented on pull request #261: Implement Write-ahead Logging

HHoflittlefish777 commented on PR #261:
URL: https://github.com/apache/skywalking-banyandb/pull/261#issuecomment-1475097801

   There are some things that need help
   
   - During disk flushing, in order to avoid blocking writes, I cloned the buffer so that I can continue to accept write requests while flushing the disk. However, during asynchronous callbacks, all channels will be notified. At this time, write requests that only write to the buffer should not receive this request, but  they receive it.how can I resolve this issue?


-- 
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: notifications-unsubscribe@skywalking.apache.org

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