Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.4
Description
Encountered this error in a Security randomwalk test under 1.4.5-SNAPSHOT:
Caused by: org.apache.accumulo.core.client.AccumuloException: Table User existance out of sync
It seemed to be caused by the immediately previous security test, which does not adjust the shared state to indicate that the table user was dropped when the test is closing down.
This problem was fixed in 1.5 and later under ACCUMULO-1162, and an analogous repair has helped out under 1.4.
Attachments
Issue Links
- relates to
-
ACCUMULO-1162 Security.xml random walk test fails
- Resolved