bulk loading causing an inconsistency check
-------------------------------------------
Key: ACCUMULO-293
URL: https://issues.apache.org/jira/browse/ACCUMULO-293
Project: Accumulo
Issue Type: Bug
Components: tserver
Affects Versions: 1.3.5
Environment: using bulk loading heavily: bulk loader client retry is
causing inconsistency
Reporter: Eric Newton
Assignee: Eric Newton
Fix For: 1.4.0
Client requests that a tablet server bulk-load a file. The file is loaded, and
then major compacted away. The client also retries the load, which succeeds,
but the changes for the major compaction are also making changes. These must
conflict because it results in an inconsistency: the bulk file is in the tablet
server's list of files, but it is not in the metadata table.
This is probably fixed in the much improved bulk loading code in the 1.4 branch.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira