Ruslan Ostafiychuk created FALCON-1253:
------------------------------------------
Summary: Fortify ExternalFSTest
Key: FALCON-1253
URL: https://issues.apache.org/jira/browse/FALCON-1253
Project: Falcon
Issue Type: Improvement
Components: merlin
Affects Versions: 0.7
Reporter: Ruslan Ostafiychuk
Assignee: Ruslan Ostafiychuk
Fix For: 0.7
ExternalFSTest uses a single cluster (both cluster xmls use same physical
cluster). This means that 2 Bundle job for the same feed is created on the same
cluster. Now the the order of bundle job creation becomes important. We pickup
the latest bundle created for the process and check replication job associated
with it. Since, one of the bundle job(corresponding to replication source) has
only retention job associated with it. Every once in a while we get:
{code}
2015-05-20 09:52:26,268 INFO - [pool-30-thread-1:] ~
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at
org.apache.falcon.regression.core.util.InstanceUtil.waitTillInstanceReachState(InstanceUtil.java:670)
at
org.apache.falcon.regression.core.util.InstanceUtil.waitTillInstanceReachState(InstanceUtil.java:719)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)