This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 2021ed7 Fix typo for process name
2021ed7 is described below
commit 2021ed78e18143a318a957a8595bf81062e8a36d
Author: Junkai Xue <[email protected]>
AuthorDate: Mon Aug 19 11:15:05 2019 -0700
Fix typo for process name
---
.../src/main/java/org/apache/helix/manager/zk/CallbackHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java
b/helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java
index 8de6cad..42afcd1 100644
--- a/helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java
+++ b/helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java
@@ -114,7 +114,7 @@ public class CallbackHandler implements IZkChildListener,
IZkDataListener {
static {
SubscribeChangeEventProcessor = new DedupEventProcessor<CallbackHandler,
SubscribeChangeEvent>(
- "Singleton", "CallbackHanlder-AsycSubscribe") {
+ "Singleton", "CallbackHandler-AsycSubscribe") {
@Override
protected void handleEvent(SubscribeChangeEvent event) {
logger.info("Resubscribe change listener to path: " + event.path + ",
for listener: "