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/13 06:12:02 UTC

[GitHub] [bookkeeper] StevenLuMT opened a new pull request #3103: add async or sync for :entry location index's rocksdb write

StevenLuMT opened a new pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103


   Descriptions of the changes in this PR:
   
   ### Motivation
   
   add async mode for :entry location index's rocksdb write: 
   1)  default sync mode: not change the original logic
   2)  async mode : need update config to open, this mode is to speed up writing
   
   sync is different from async:
   - sync mode:  
         1.  create a batch; 
         2.  add msg to the batch
         3.  call method(batch.flush) to flush the batch
   
   - sync mode:  
         1. just call method(locationsDb.sync)  to write the data
         2. the rocksdb server will be timed to flush the data 
   
   ### Changes
   
   1. add async or sync for :location rocksdb write
   2. add switch to open this feature, default not open, use default sync 


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1075989764


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077489167


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1075192693


   rerun failure checks


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



[GitHub] [bookkeeper] dlg99 commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
dlg99 commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1068564975


   @hangc0276 @merlimat please take a look


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066057649


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT edited a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT edited a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066035015


   @dlg99 @eolivelli @pkumar-singh @zymap @hangc0276 @lordcheng10 @merlimat 
   If you have time, please help me review it, thank you.


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066106384


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1076248463


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1078640874


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066106384


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1075802880


   rerun failure checks


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



[GitHub] [bookkeeper] eolivelli commented on a change in pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
eolivelli commented on a change in pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#discussion_r834972991



##########
File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java
##########
@@ -1809,6 +1810,28 @@ public ServerConfiguration setIsForceGCAllowWhenNoSpace(boolean force) {
         return this;
     }
 
+    /**
+     * Get location index sync data.
+     *
+     * @return true  - sync operate location index,
+     *         false - async operate location index.
+     */
+    public boolean getLocationIndexSyncData() {

Review comment:
       This option is not for every LedgerStorage.
   We should reflect this into the name




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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1080113463


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1076248463


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077001945


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077290551


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1078565643


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066057649


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066078747


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1078900071


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077001945


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1078745223


   > You are on your way! I left a suggestion for the configuration entry.
   > 
   > We must also add comprehensive tests
   
   ok,thanks for reviewed, I will add testcases for this function


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1076308930


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077339387


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066039685


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1076021608


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1078743829


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077489167


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077290551


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1078640874


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066078747


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066039685


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1076021608


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1075989764


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1076308930


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1066035015


   @dlg99 @eolivelli @pkumar-singh @zymap @hangc0276 @lordcheng10 
   If you have time, please help me review it, thank you.


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077337449


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077339387


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1075864504


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1075192693


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1075864504


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1075802880


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077337449


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1078900071


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1077827880


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT removed a comment on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT removed a comment on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1078565643


   rerun failure checks


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



[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

Posted by GitBox <gi...@apache.org>.
StevenLuMT commented on pull request #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1078743829


   rerun failure checks


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