Un-referenced rfiles in hdfs

2022-06-29 Thread Hart, Andrew via user
Hi, I have some rfiles in hdfs that aren't referenced in the accumulo.metadata. So there will be a file like 85 2022-02-02 11:59 /accumulo/tables/3/t-1234567/Cabcdef.rf but grep -t accumulo.metadata Cabcdef.rf doesn't find anything. Is there any way run the gc process so that it cleans

RE: Un-referenced rfiles in hdfs

2022-06-30 Thread Hart, Andrew via user
after an unexpected failure, it's hard to provide a general solution within Accumulo itself. On Wed, Jun 29, 2022, 07:54 Hart, Andrew via user mailto:user@accumulo.apache.org>> wrote: Hi, I have some rfiles in hdfs that aren't referenced in the accumulo.metadata. So there will

RE: Un-referenced rfiles in hdfs

2022-07-07 Thread Hart, Andrew via user
I am still trying to track down the cause of the un-referenced rfiles and unsplitable tablets causing hold-time tservers exits. In the logs I see (something like) 2022-07-07 12:00:00 ..splitting tablet x 2022-07-07 12:00:03 x was split size1 10 size2 11 time 30ms So in the lo

accumulo shell compact --cancel -t mytable does not work

2023-03-11 Thread Hart, Andrew via user
Hi, I had some thousands of compactions running and queued (full user type) and tried to cancel but despite the command completing, the compactions did not cancel. What could be wrong? I resorted to repeatedly sending the same compact - cancel commands but I don't know if the cancel just takes h

RE: accumulo shell compact --cancel -t mytable does not work

2023-03-15 Thread Hart, Andrew via user
ld work - it may not stop the compations that are currently writing files, but it should stop new ones from starting and cancel once those write complete. Can you look at the number of FATE operations you have running and if there are conflicting table locks? Ed Coleman From: Hart, And