ddanielr opened a new issue, #4047:
URL: https://github.com/apache/accumulo/issues/4047
**Describe the bug**
When creating Bulk Import Flags mutation, a constraint is used to ensure the
BulkImport FateTX id is found in zookeeper.
If the FateTX is not found, the constraint is violated and the mutation is
rejected.
This does not seem like a valid use of a constraint as the mutation itself
can be valid or invalid at different points in time.
**Versions (OS, Maven, Java, and others, as appropriate):**
- Affected version(s) of this project: 2.1.x, 3.1.x
- OS: [e.g. CentOS 7.5] Centos 7
- Others:
**Expected behavior**
If a constraint is used, it should validate the data in question and not be
indeterministic.
A conditional mutation is probably a better fit for this scenario.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]