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/06/25 13:41:18 UTC

[GitHub] [bookkeeper] lordcheng10 opened a new pull request, #3363: add writeThreadQueueStats

lordcheng10 opened a new pull request, #3363:
URL: https://github.com/apache/bookkeeper/pull/3363

   ### Motivation
   add writeThreadQueueStats :  calculate the time the request stays in the write threadpool queue
   


-- 
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] hangc0276 merged pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
hangc0276 merged PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363


-- 
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] lordcheng10 commented on a diff in pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on code in PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#discussion_r911608343


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/RequestStats.java:
##########
@@ -92,6 +93,14 @@ public class RequestStats {
         parent = ADD_ENTRY_REQUEST
     )
     private final OpStatsLogger addEntryStats;
+
+    @StatsDoc(
+            name = WRITE_THREAD_QUEUED_LATENCY,
+            help = "operation stats of enqueuing requests to write threadpool queue",
+            parent = ADD_ENTRY_REQUEST
+    )
+    private final OpStatsLogger writeThreadQueueStats;

Review Comment:
   rename to writeThreadQueuedLatency.
   
   PTAL,thanks! @hangc0276 



-- 
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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1184127851

   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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1166322151

   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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1171963174

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1174935043

   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] hangc0276 commented on a diff in pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
hangc0276 commented on code in PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#discussion_r906747954


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookKeeperServerStats.java:
##########
@@ -46,6 +46,7 @@ public interface BookKeeperServerStats {
     // Stats
     String ADD_ENTRY_REQUEST = "ADD_ENTRY_REQUEST";
     String ADD_ENTRY = "ADD_ENTRY";
+    String WRITE_THREAD_QUEUE_LATENCY = "WRITE_THREAD_QUEUE_LATENCY";

Review Comment:
   use `WRITE_THREAD_QUEUED_LATENCY` might be better.



-- 
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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1168569742

   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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1169525129

   
   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1173075649

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1179529323

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1178500726

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1182991700

   
   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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1172839428

   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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1167690292

   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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1170943115

   
   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] michaeljmarshall commented on a diff in pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on code in PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#discussion_r970270387


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PacketProcessorBase.java:
##########
@@ -152,6 +152,8 @@ protected void sendResponseAndWait(int rc, Object response, OpStatsLogger statsL
 
     @Override
     public void safeRun() {
+        requestProcessor.getRequestStats().getWriteThreadQueuedLatency()
+                .registerSuccessfulEvent(MathUtils.elapsedNanos(enqueueNanos), TimeUnit.NANOSECONDS);

Review Comment:
   This line will run for both read and write requests. I think that is fine because they share the same queue, but just want to mention it because the name indicates it is only running for writes.



-- 
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: commits-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] lordcheng10 commented on a diff in pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on code in PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#discussion_r906753871


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookKeeperServerStats.java:
##########
@@ -46,6 +46,7 @@ public interface BookKeeperServerStats {
     // Stats
     String ADD_ENTRY_REQUEST = "ADD_ENTRY_REQUEST";
     String ADD_ENTRY = "ADD_ENTRY";
+    String WRITE_THREAD_QUEUE_LATENCY = "WRITE_THREAD_QUEUE_LATENCY";

Review Comment:
   Fixed,PTAL,thanks!



-- 
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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1175668861

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1176260484

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1173050221

   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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1169494561

   
   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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1171898508

   
   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] hangc0276 commented on a diff in pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
hangc0276 commented on code in PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#discussion_r910525040


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/RequestStats.java:
##########
@@ -92,6 +93,14 @@ public class RequestStats {
         parent = ADD_ENTRY_REQUEST
     )
     private final OpStatsLogger addEntryStats;
+
+    @StatsDoc(
+            name = WRITE_THREAD_QUEUED_LATENCY,
+            help = "operation stats of enqueuing requests to write threadpool queue",
+            parent = ADD_ENTRY_REQUEST
+    )
+    private final OpStatsLogger writeThreadQueueStats;

Review Comment:
   writeThreadQueuedStats ?



-- 
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] lordcheng10 commented on a diff in pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on code in PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#discussion_r910770963


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/RequestStats.java:
##########
@@ -92,6 +93,14 @@ public class RequestStats {
         parent = ADD_ENTRY_REQUEST
     )
     private final OpStatsLogger addEntryStats;
+
+    @StatsDoc(
+            name = WRITE_THREAD_QUEUED_LATENCY,
+            help = "operation stats of enqueuing requests to write threadpool queue",
+            parent = ADD_ENTRY_REQUEST
+    )
+    private final OpStatsLogger writeThreadQueueStats;

Review Comment:
   To calculate the time a request spends in the write thread pool queue.



-- 
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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1169511871

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1176308028

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1175042203

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1184540257

   @dlg99 @eolivelli PTAL,thanks!


-- 
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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1170948452

   
   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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1166547514

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1184541794

   @hangc0276 PTAL,thanks!


-- 
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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1169530883

   @Shoothzj PTAL,thanks!


-- 
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] lordcheng10 commented on pull request #3363: add writeThreadQueueStats

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1168634266

   @eolivelli PTAL,thanks!


-- 
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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1172845362

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1175041928

   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] lordcheng10 commented on pull request #3363: add writeThreadQueuedLatency

Posted by GitBox <gi...@apache.org>.
lordcheng10 commented on PR #3363:
URL: https://github.com/apache/bookkeeper/pull/3363#issuecomment-1178870116

   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