Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-4332

Tserver exiting due to uncaught error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.6.5
    • None
    • None
    • None

    Description

      After the following log statements, the tserver became a zombie and did nothing but spit GC and Cache log statements. The fix was to add more open files, ulimit -n was 1024. This ticket is to see if we can catch this exception and kill the tserver.

      ERROR: run() exiting due to uncaught error
      java.lang.OutOfMemoryError: unable to create new native thread
        at java.lang.Thread.start0(Native Method)
        at java.lang.Thread.start(Thread.java:714)
        at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:949)
        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1360)
        at org.apache.thrift.server.THsHaServer.requestInvoke(THsHaServer.java:157)
        at org.apache.thrift.server.AbstractNonblockingServer$AbstractSelectThread.handleRead(AbstractNonblockingServer.java:210)
        at org.apache.accumulo.server.util.CustomNonBlockerServer$SelectAcceptThread.select(CustomNonBlockingServer.java:227)
        at org.apache.accumulo.server.util.CustomNonBlockerServer$SelectAcceptThread.run(CustomNonBlockingServer.java:183)
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mjwall Michael Wall
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: