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

[AMBARI-22805] Blueprints do not handle some failures properly #159

Merged

Conversation

adoroszlai
Copy link
Contributor

What changes were proposed in this pull request?

This is the same as #146, cherry-picked to trunk, except I replaced Function<Throwable, ?> (from Guava) with Consumer<Throwable> (from java.util.function) in AsyncCallableService, since trunk can use Java 8 features.

How was this patch tested?

All Java unit tests pass, except some Kerberos-related ones already broken on trunk. Python unit tests and Checkstyle are also OK.

@asfgit
Copy link

asfgit commented Jan 20, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/Ambari-Github-PullRequest-Builder/217/
Test FAILed.
Test FAILured.

@adoroszlai adoroszlai merged commit f837a6c into apache:trunk Jan 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants