Josh Elser created ACCUMULO-3834:
------------------------------------
Summary: ConstraintIT occasionally failing
Key: ACCUMULO-3834
URL: https://issues.apache.org/jira/browse/ACCUMULO-3834
Project: Accumulo
Issue Type: Bug
Components: test
Affects Versions: 1.7.0
Reporter: Josh Elser
Assignee: Josh Elser
Priority: Minor
Fix For: 1.8.0, 1.7.1
Noticed ConstraintIT sometimes fails for me.
Looks like it's our old async ZK propagation friend. Some servers don't get the
watcher to fire and don't get the constraint update before the client
successfully writes the data.
{code}
java.lang.Exception: Unexpected constraints
at
org.apache.accumulo.test.functional.ConstraintIT.test2(ConstraintIT.java:275)
at
org.apache.accumulo.test.functional.ConstraintIT.run(ConstraintIT.java:70)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)