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

catch exception when register self to cluster. #7564

Merged

Conversation

horizonzy
Copy link
Collaborator

catch exception when register self to cluster.

li-xiao-shuang
li-xiao-shuang previously approved these changes Jan 6, 2022
}
Loggers.RAFT.warn("Failed to join the cluster, retry...");
} catch (Exception e) {
Loggers.RAFT.warn("Failed to join the cluster, retry...", e);
Copy link
Collaborator

Choose a reason for hiding this comment

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

catch 到异常 应该打error日志比较好

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done.

@li-xiao-shuang li-xiao-shuang merged commit 5ddb35a into alibaba:develop Jan 7, 2022
zrlw added a commit to zrlw/nacos that referenced this pull request Jan 9, 2022
zrlw added a commit to zrlw/nacos that referenced this pull request Feb 21, 2022
KomachiSion pushed a commit that referenced this pull request Feb 24, 2022
* apply PR #7564 from develop to catch exception when register self

* apply PR #6987 from develop to fix response success

* apply PR #6575 to read from leader when readIndex timeout
CherishCai pushed a commit to CherishCai/nacos that referenced this pull request Apr 12, 2022
* apply PR alibaba#7564 from develop to catch exception when register self

* apply PR alibaba#6987 from develop to fix response success

* apply PR alibaba#6575 to read from leader when readIndex timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants