[
https://issues.apache.org/jira/browse/FALCON-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390261#comment-14390261
]
Pallavi Rao commented on FALCON-1128:
-------------------------------------
The patch seems to cause some IT failures :
{code}
Running org.apache.falcon.cli.FalconCLIIT
Apr 01, 2015 2:22:14 PM com.sun.jersey.spi.container.ContainerResponse
logException
SEVERE: Mapped exception to response: 500 (Internal Server Error)
javax.ws.rs.WebApplicationException:
com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 3 counts of
IllegalAnnotationExceptions
Class has two properties of the same name "clusterName"
this problem is related to the following location:
at public java.lang.String
org.apache.falcon.resource.FeedLookupResult$FeedProperties.getClusterName()
at org.apache.falcon.resource.FeedLookupResult$FeedProperties
at private
org.apache.falcon.resource.FeedLookupResult$FeedProperties[]
org.apache.falcon.resource.FeedLookupResult.elements
at org.apache.falcon.resource.FeedLookupResult
this problem is related to the following location:
at private java.lang.String
org.apache.falcon.resource.FeedLookupResult$FeedProperties.clusterName
at org.apache.falcon.resource.FeedLookupResult$FeedProperties
at private
org.apache.falcon.resource.FeedLookupResult$FeedProperties[]
org.apache.falcon.resource.FeedLookupResult.elements
at org.apache.falcon.resource.FeedLookupResult
Class has two properties of the same name "feedName"
this problem is related to the following location:
at public java.lang.String
org.apache.falcon.resource.FeedLookupResult$FeedProperties.getFeedName()
at org.apache.falcon.resource.FeedLookupResult$FeedProperties
at private
org.apache.falcon.resource.FeedLookupResult$FeedProperties[]
org.apache.falcon.resource.FeedLookupResult.elements
at org.apache.falcon.resource.FeedLookupResult
this problem is related to the following location:
at private java.lang.String
org.apache.falcon.resource.FeedLookupResult$FeedProperties.feedName
at org.apache.falcon.resource.FeedLookupResult$FeedProperties
at private
org.apache.falcon.resource.FeedLookupResult$FeedProperties[]
org.apache.falcon.resource.FeedLookupResult.elements
at org.apache.falcon.resource.FeedLookupResult
{code}
> Adding getter methods to FeedLookupResult
> -----------------------------------------
>
> Key: FALCON-1128
> URL: https://issues.apache.org/jira/browse/FALCON-1128
> Project: Falcon
> Issue Type: Improvement
> Components: client, feed
> Affects Versions: trunk
> Reporter: Karishma Gulati
> Assignee: Karishma Gulati
> Attachments: Falcon-1128.patch
>
>
> FeedLookupResult doesn't contain getter methods. These would be useful for
> writing regression tests for the Reverse Lookup API
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)