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

DataServer as a server to store other dataServer link information error #22

Closed
Synex-wh opened this issue May 20, 2019 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@Synex-wh
Copy link
Contributor

Describe the bug

  • The test verifies the data synchronization process between dataServers. When the link is normal, the data backup notification information in the cluster is reported. The ip error of the link cannot be found.

  • connect log eg:
    image
    image
    image

  • The above logs are the link log and the broken link log printed at the time of the link event of the bolt. Note: The link triggered by the link 43:44066 is triggered before the link 43:55174 chain break event, and the last link status 43:44066 is on the successful link

  • However, the current dataserver stores the client dataserver link stored by the server as the Map, so if the storage relationship of the key is determined only by ip in the above process, the previously broken link event is triggered after the new connection is established (the above is). In this way, the event of the broken link is deleted by the same deletion logic of ip, and the link is actually connected but the storage relationship cannot be found. code show as below
    image

  • Data synchronization logic and error exceptions are as follows
    image

  • SOFARegistry version:

  • JVM version (e.g. java -version):

  • OS version (e.g. uname -a):

  • Maven version:

  • IDE version:

@Synex-wh Synex-wh added the bug Something isn't working label May 29, 2019
@dzdx dzdx closed this as completed Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants