Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: #734 #735

Merged
merged 2 commits into from
Sep 6, 2020
Merged

Fix: #734 #735

merged 2 commits into from
Sep 6, 2020

Conversation

wenxuwan
Copy link
Member

@wenxuwan wenxuwan commented Sep 4, 2020

What this PR does:

try to fix #734

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@zouyx zouyx added the improve Refactor or improve label Sep 4, 2020
@zouyx zouyx added this to the 1.5.2 milestone Sep 4, 2020
@@ -322,7 +322,7 @@ func (l *ZkEventListener) listenDirEvent(conf *common.URL, zkPath string, listen
for {
select {
case <-ticker.C:
l.handleZkNodeEvent(zkEvent.Path, children, listener)
l.handleZkNodeEvent(zkPath, children, listener)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls add the issue as the comment here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to fix issue #734

@AlexStocks AlexStocks changed the title Fix:fix #734 Fix: #734 Sep 4, 2020
@AlexStocks AlexStocks merged commit bb197cc into apache:develop Sep 6, 2020
zouyx added a commit to zouyx/dubbo-go that referenced this pull request Sep 22, 2020
AlexStocks pushed a commit that referenced this pull request Apr 14, 2021
Malvin666 pushed a commit to Malvin666/dubbo-go that referenced this pull request Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improve Refactor or improve
Projects
None yet
Development

Successfully merging this pull request may close these issues.

启动dubbo-go 服务过段时间zk的监听会报错,但是貌似不影响服务调用
4 participants