Hi all, We have noticed that the Accumulo metadata entry reports certain RFile has file size but no entry number. For example, <tableId>;<tabletEndRow> file:hdfs://apps/accumulo/tables/<tableId>/<folder>/I001ahdz.rf [] 48,0
>From Metadata's perspective, it looks like this the RFile contains zero entries, but if we run an RFILE-INFO command against the same file, the outcome shows that the RFile has a bunch of entries. If we dump the RFile, we can see that it spills out the actual data too. We wonder what is the reason behind it. Thanks, -Dong Zhou