[
https://issues.apache.org/jira/browse/STORM-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15219072#comment-15219072
]
ASF GitHub Bot commented on STORM-1668:
---------------------------------------
GitHub user priyank5485 opened a pull request:
https://github.com/apache/storm/pull/1282
STORM-1668: Fix silent failing of flux for setting a non-existent pro…
…perty.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/priyank5485/storm STORM-1668-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1282.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1282
----
commit be09c3c1fd05ec1ed8f8d7768c4023691946d0e2
Author: Priyank <[email protected]>
Date: 2016-03-30T23:23:05Z
STORM-1668: Fix silent failing of flux for setting a non-existent property.
----
> Flux silently fails while setting a non-existent property.
> ----------------------------------------------------------
>
> Key: STORM-1668
> URL: https://issues.apache.org/jira/browse/STORM-1668
> Project: Apache Storm
> Issue Type: Bug
> Components: Flux
> Affects Versions: 1.0.0, 2.0.0
> Reporter: Priyank Shah
> Assignee: Priyank Shah
> Fix For: 1.0.0
>
>
> Currently, if a yaml file has a property with a name that does not exist on
> the java topology component object then flux silently fails by logging a
> message and does not throw an exception. This needs to be changed so that
> flux throws the exception failing topology submission so that user can take
> corrective action.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)