[
https://issues.apache.org/jira/browse/FALCON-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14936346#comment-14936346
]
sandeep samudrala commented on FALCON-1499:
-------------------------------------------
[~ajayyadava] : Can you link the review board entry?.
+ controls.setConcurrency("1");
It might cause issue in case of one instance getting hanged for some reason and
retention will not work at all.
Set it atleast to 2.
+ String queue = retentionStage.getQueue() == null ? "default" :
retentionStage.getQueue();
Why default? if feedLevel property ( <property name="queueName") is defined,
shouldn't that be honored?
> Lifecycle Retention Issues
> --------------------------
>
> Key: FALCON-1499
> URL: https://issues.apache.org/jira/browse/FALCON-1499
> Project: Falcon
> Issue Type: Bug
> Reporter: Ajay Yadava
> Assignee: Ajay Yadava
> Attachments: FALCON-1499.patch
>
>
> Two issues:
> 1) Some properties were missing from startup.properties
> 2) NullPointerException when queueName and priority are not specified in
> retentionStage.
> Originally reported by [~pragya.mittal].
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)