You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/09/22 14:23:18 UTC

[GitHub] [accumulo] dlmarion commented on issue #1689: Tserver in bad state may be writing corrupted files during compactions.

dlmarion commented on issue #1689:
URL: https://github.com/apache/accumulo/issues/1689#issuecomment-696755414


   [1] is what is invoked when the TabletServer loses its lock. I think we
   should create three issues for this:
   
   1. Remove / Replace the catching of Throwable in the code base
   2. Addition of [1] in server components that handle the case where
   exceptions are thrown in critical threads
   3. A solution to this particular problem, which may involve a little of
   both, but can be easily backported to 1.10.
   
   [1]
   https://github.com/apache/accumulo/blob/530e3dec5361244118857789054e12a53d96d34b/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java#L651
   [2]
   https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Thread.UncaughtExceptionHandler.html
   
   On Tue, Sep 22, 2020 at 10:04 AM EdColeman <no...@github.com> wrote:
   
   > Is there any recommendation on how to kill the tserver?
   >
   > —
   > You are receiving this because you are subscribed to this thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/accumulo/issues/1689#issuecomment-696743454>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AAEKUZ5DIDTFD4CQ6EVK4Q3SHCVGTANCNFSM4QFKORWQ>
   > .
   >
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org