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

TEIID-4734: Adding safety check to restart unfinished materialiation … #889

Merged
merged 1 commit into from
Feb 13, 2017

Conversation

rareddy
Copy link
Member

@rareddy rareddy commented Feb 1, 2017

…jobs during a server restart

@shawkins
Copy link
Contributor

shawkins commented Feb 1, 2017

Without a good bit of extra work this will be a breaking change, so we'll need that called out in the release notes/docs. This will also only catch a problem when the node comes back up - but it could have been taken offline indefinitely. We could use the jgroups view to determine members who have dropped to proactively consider a load as in doubt.

@rareddy
Copy link
Member Author

rareddy commented Feb 1, 2017

I could not think of way to this without a breaking change, as you say it is little convoluted to make it as non-breaking change. I forgot to add to the compatibility notes. :(

I did think about the node being off indefinitely, but left as corner case. I could add event listener to the JGroups, but only if we are OK with breaking change.

@rareddy rareddy force-pushed the TEIID-4734 branch 2 times, most recently from d8979ab to 5d13737 Compare February 11, 2017 16:02
@rareddy rareddy merged commit ba87ebd into teiid:master Feb 13, 2017
@rareddy rareddy deleted the TEIID-4734 branch February 13, 2017 17:41
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