[
https://issues.apache.org/jira/browse/FALCON-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383940#comment-15383940
]
ASF GitHub Bot commented on FALCON-2088:
----------------------------------------
GitHub user PraveenAdlakha opened a pull request:
https://github.com/apache/falcon/pull/232
FALCON-2088 Entity submission fails with EntityNotRegisteredException…
… in distributed mode
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PraveenAdlakha/falcon 2088
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/232.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 #232
----
commit 4e5c94f1c8439f0730542919063b3112d80082b5
Author: Praveen Adlakha <[email protected]>
Date: 2016-07-19T10:49:50Z
FALCON-2088 Entity submission fails with EntityNotRegisteredException in
distributed mode
----
> Entity submission fails with EntityNotRegisteredException in distributed mode
> -----------------------------------------------------------------------------
>
> Key: FALCON-2088
> URL: https://issues.apache.org/jira/browse/FALCON-2088
> Project: Falcon
> Issue Type: Bug
> Components: feed, prism, process
> Affects Versions: trunk, 0.10
> Reporter: Pragya Mittal
> Priority: Blocker
>
> Feed/Process submission fails with following error :
> dataqa@falcon1001:~$ falcon entity -type feed -submit -file feed.xml
> ERROR: Bad Request;ProcessInstanceResumeTest-raaw-logs16-8a46ee1b (feed) not
> found
> {noformat}
> 2016-07-19 07:14:08,901 INFO - [2069246737@qtp-1229202732-5 -
> b657de76-c76f-42a0-bc87-12189603862e:dataqa:POST//entities/submit/feed] ~
> Logging in dataqa (CurrentUser:65)
> 2016-07-19 07:14:08,901 INFO - [2069246737@qtp-1229202732-5 -
> b657de76-c76f-42a0-bc87-12189603862e:dataqa:POST//entities/submit/feed] ~
> Request from authenticated user: dataqa, URL=/api/entities/submit/feed, doAs
> user: null (FalconAuthenticationFilter:185)
> 2016-07-19 07:14:08,909 INFO - [2069246737@qtp-1229202732-5 -
> b657de76-c76f-42a0-bc87-12189603862e:dataqa:POST//entities/submit/feed] ~
> Parsed Entity: ProcessInstanceResumeTest-raaw-logs16-8a46ee1b
> (EntityParser:94)
> 2016-07-19 07:14:08,909 WARN - [2069246737@qtp-1229202732-5 -
> b657de76-c76f-42a0-bc87-12189603862e:dataqa:POST//entities/submit/feed] ~
> ProcessInstanceResumeTest-raaw-logs16-8a46ee1b (FEED) not found
> (AbstractEntityManager:181)
> org.apache.falcon.entity.EntityNotRegisteredException:
> ProcessInstanceResumeTest-raaw-logs16-8a46ee1b (FEED) not found
> at org.apache.falcon.entity.EntityUtil.getEntity(EntityUtil.java:149)
> at
> org.apache.falcon.resource.AbstractEntityManager.getApplicableColos(AbstractEntityManager.java:174)
> at
> org.apache.falcon.resource.proxy.SchedulableEntityManagerProxy.submit_aroundBody2(SchedulableEntityManagerProxy.java:164)
> at
> org.apache.falcon.resource.proxy.SchedulableEntityManagerProxy$AjcClosure3.run(SchedulableEntityManagerProxy.java:1)
> at
> org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
> at
> org.apache.falcon.aspect.AbstractFalconAspect.logAroundMonitored(AbstractFalconAspect.java:51)
> at
> org.apache.falcon.resource.proxy.SchedulableEntityManagerProxy.submit(SchedulableEntityManagerProxy.java:156)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> {nofromat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)