Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-1442

Uncaught exception handler should exit on a java.lang.Error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.4.3, 3.3.5
    • None
    • java client, server
    • None

    Description

      The uncaught exception handler registered in NIOServerCnxnFactory and ClientCnxn simply logs exceptions and lets the rest of ZooKeeper go on its merry way. However, errors such as OutOfMemoryErrors should really crash the program, as they represent unrecoverable errors. If the exception that gets to the uncaught exception handler is an instanceof a java.lang.Error, ZK should exit with an error code (in addition to logging the error).

      Attachments

        1. ZOOKEEPER-1442.patch
          1 kB
          Jeremy Stribling
        2. ZOOKEEPER-1442.patch
          20 kB
          Jeremy Stribling
        3. ZOOKEEPER-1442.patch
          29 kB
          Jeremy Stribling

        Activity

          People

            strib Jeremy Stribling
            strib Jeremy Stribling
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: