[
https://issues.apache.org/jira/browse/FALCON-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047884#comment-16047884
]
ASF GitHub Bot commented on FALCON-2298:
----------------------------------------
GitHub user PrabhuJoseph opened a pull request:
https://github.com/apache/falcon/pull/383
Create ConfigurationStore.java
FALCON-2298 Error message is not helpful when a feed has issue during
umarshall
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PrabhuJoseph/falcon master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/383.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 #383
----
commit 6c9d91d2a3ecf91c93864155cb1e47d1a5fa16bb
Author: Prabhu Joseph <[email protected]>
Date: 2017-06-13T13:18:25Z
Create ConfigurationStore.java
FALCON-2298 Error message is not helpful when a feed has issue during
umarshall
----
> Error message is not helpful when a feed has issue during umarshall
> -------------------------------------------------------------------
>
> Key: FALCON-2298
> URL: https://issues.apache.org/jira/browse/FALCON-2298
> Project: Falcon
> Issue Type: Bug
> Components: common
> Affects Versions: 0.11
> Reporter: Prabhu Joseph
> Assignee: Prabhu Joseph
> Attachments: FALCON-2298.001.patch
>
>
> Falcon Error message is not helpful when a feed.xml has some issue while
> un-marshall. Currently it logs only below error message. We need to print the
> actual feed.xml file failed along with Exception stacktrace / message.
> {code}
> 2017-06-08 17:10:03,992 ERROR - [pool-7-thread-68:] ~ Unable to restore
> entity of (ConfigurationStore:212)
> {code}
> https://github.com/apache/falcon/blob/7800d342c8da1ad6bbc4940bf57b255b92031c3f/common/src/main/java/org/apache/falcon/entity/store/ConfigurationStore.java#L214
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)