Handle erroneously empty rfile block reads
Open
bug
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 487
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 13
Description
**Describe the bug**
When HDFS returns empty results for a rfile block that actually has data, Accumulo does not error or attempt additional validation of the rfile block. This can cause issues with metadata table reads as specific tablet contents fail to return.
**Versions (OS, Maven, Java, and others, as appropriate):**
- Affected version(s) of this project: 1.10.3
**Expected behavior**
Accumulo should be able to determine if a rfile content location is actually empty or if data should have been returned.
Contributor guide
Assessment
This issue has not been assessed yet.