-
Notifications
You must be signed in to change notification settings - Fork 590
When one app fails to deploy in a stream, the stream status is "all apps failed to deploy" #1974
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
Comments
Just to confirm this is not a regression, this behavior is what we see in 1.2.x as well:
|
ilayaperumalg
added a commit
to ilayaperumalg/spring-cloud-dataflow
that referenced
this issue
Jan 26, 2018
- If the stream has at least one of the apps successfully deployed but at least one of the apps has failed, then the aggregate state needs to be set to `partital` instead of `failed` - This state will show the appropriate status description as: `In the case of multiple apps, some have successfully deployed, while others have not` Resolves spring-cloud#1974
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an incorrect message.
This is what was observed when testing with skipper and investigating the issue with escaping quote characters. The transformer app failed to start, the runtime apps command was accurate reporting what was running and what had failed.
The text was updated successfully, but these errors were encountered: