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

need a fix for the "unable to create messenger" IOException #72

Open
glassfishrobot opened this issue Jul 24, 2008 · 6 comments
Open

need a fix for the "unable to create messenger" IOException #72

glassfishrobot opened this issue Jul 24, 2008 · 6 comments

Comments

@glassfishrobot
Copy link

The "unable to create messenger" IOException occurs in different scenarios. One of the scenarions is when
an instance is killed. before instance B can know that the instance A has been killed, it tries to send a
message via ClusterManager.send() (could be to sync the DSC or for some other reason).

When such an IOException occurs, the Shoal code should check which instance is supposedly down. Then
the code wait for a little while before finding the state that that instance is in. If the state is
alive/aliveandready, the message should be sent again as a retry. If the instance is in in_retry_mode (i.e. it
has'nt been deemed in_doubt/failed yet), then the right way of dealing with this should be decided.

Environment

Operating System: All
Platform: All

Affected Versions

[current]

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by sheetalv

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
@jfialli said:
Short term solution described in shoal issue 73.

Change platform to ALL since issue is not specific to MAC os.

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
sheetalv said:
short term solution in issue 73 has been added to Sailfin 0.5.

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
sheetalv said:
assigning to Joe.

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA SHOAL-72

@glassfishrobot
Copy link
Author

@glassfishrobot glassfishrobot added this to the 1.1 milestone Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant