This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 76b9dd2c1e9 MINOR: Fix typo in
CoordinatorBackgroundThreadPoolExecutorTest (#21932)
76b9dd2c1e9 is described below
commit 76b9dd2c1e99e5fee4a324f1f7fdec78b2c51363
Author: Sean Quah <[email protected]>
AuthorDate: Thu Apr 2 05:06:42 2026 +0100
MINOR: Fix typo in CoordinatorBackgroundThreadPoolExecutorTest (#21932)
Reviewers: Chia-Ping Tsai <[email protected]>
---
.../common/runtime/CoordinatorBackgroundThreadPoolExecutorTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/coordinator-common/src/test/java/org/apache/kafka/coordinator/common/runtime/CoordinatorBackgroundThreadPoolExecutorTest.java
b/coordinator-common/src/test/java/org/apache/kafka/coordinator/common/runtime/CoordinatorBackgroundThreadPoolExecutorTest.java
index f021cfe2447..ddd95c6e6c0 100644
---
a/coordinator-common/src/test/java/org/apache/kafka/coordinator/common/runtime/CoordinatorBackgroundThreadPoolExecutorTest.java
+++
b/coordinator-common/src/test/java/org/apache/kafka/coordinator/common/runtime/CoordinatorBackgroundThreadPoolExecutorTest.java
@@ -39,7 +39,7 @@ public class CoordinatorBackgroundThreadPoolExecutorTest {
CoordinatorRuntimeMetrics metrics =
mock(CoordinatorRuntimeMetrics.class);
Time mockTime = new MockTime();
CoordinatorBackgroundThreadPoolExecutor threadPoolExecutor = new
CoordinatorBackgroundThreadPoolExecutor(
- "threaad-pool-",
+ "thread-pool-",
2,
mockTime,
metrics