OK thanks
Public From: dev1 <d...@etcoleman.com> Sent: Saturday, March 11, 2023 12:14 PM To: user@accumulo.apache.org; Hart, Andrew <and.h...@cgi.com> Subject: RE: accumulo shell compact --cancel -t mytable does not work EXTERNAL SENDER: Do not click any links or open any attachments unless you trust the sender and know the content is safe. EXPÉDITEUR EXTERNE: Ne cliquez sur aucun lien et n'ouvrez aucune pièce jointe à moins qu'ils ne proviennent d'un expéditeur fiable, ou que vous ayez l'assurance que le contenu provient d'une source sûre. Which Accumulo version are you using? The command should 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, Andrew via user <user@accumulo.apache.org<mailto:user@accumulo.apache.org>> Sent: Saturday, March 11, 2023 4:06 AM To: user@accumulo.apache.org<mailto:user@accumulo.apache.org> Subject: accumulo shell compact --cancel -t mytable does not work 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 hours or if it is necessary to repeat until the queue is drained? And. Public