This is an automated email from the ASF dual-hosted git repository.

yong pushed a commit to branch branch-4.15
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.15 by this push:
     new 19f7403fb8 Fix the style issue in branch-4.15
19f7403fb8 is described below

commit 19f7403fb85d359bdc085d5cd180a4415250de1b
Author: zymap <[email protected]>
AuthorDate: Fri Sep 23 10:47:34 2022 +0800

    Fix the style issue in branch-4.15
---
 .../org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java    | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java
 
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java
index fa1dba0cda..62ecca17ec 100644
--- 
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java
+++ 
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java
@@ -26,6 +26,9 @@ import org.apache.bookkeeper.test.BookKeeperClusterTestCase;
 import org.junit.Assert;
 import org.junit.Test;
 
+/**
+ * BookieRecoveryUseIOThreadTest to test when the worker thread setting as 0.
+ */
 public class BookieRecoveryUseIOThreadTest extends BookKeeperClusterTestCase {
 
     public BookieRecoveryUseIOThreadTest() {

Reply via email to