apache / accumulo

Apache Accumulo
https://accumulo.apache.org
Apache License 2.0
1.07k stars 446 forks source link

When a bulkImport fails to update the MetadataTable, which bulk import failed is hard to determine #415

Closed alerman closed 2 years ago

alerman commented 6 years ago

While trying to track back issues that were seen with ConstraintViolationExeptions thrown in MetadataTableUtil#update, I noticed that tracking back exactly which bulk import threw the exception was not simple. It would be great if the error message could include more information so that we could more easily track back to which import failed

jmark99 commented 2 years ago

This issue appears to be addressed with a change in #2086 (Add optional extent to metadata update failure logs). Any objections to it being closed?

jmark99 commented 2 years ago

Closing as no objections were raised and it is addressed with #2086.