Class DfsLogger.LogHeaderIncompleteException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    DfsLogger

    public static class DfsLogger.LogHeaderIncompleteException
    extends Exception
    A well-timed tabletserver failure could result in an incomplete header written to a write-ahead log. This exception is thrown when the header cannot be read from a WAL which should only happen when the tserver dies as described.
    See Also:
    Serialized Form
    • Constructor Detail

      • LogHeaderIncompleteException

        public LogHeaderIncompleteException​(EOFException cause)