You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Ivan Bella (JIRA)" <ji...@apache.org> on 2018/01/16 16:23:00 UTC

[jira] [Created] (ACCUMULO-4783) WAL writes should handle IOExceptions vs other exceptions differently

Ivan Bella created ACCUMULO-4783:
------------------------------------

             Summary: WAL writes should handle IOExceptions vs other exceptions differently
                 Key: ACCUMULO-4783
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4783
             Project: Accumulo
          Issue Type: Bug
          Components: tserver
    Affects Versions: 2.0.0
         Environment: The writing of WALs in the TabletServerLogger currently does not distinguish between IOExceptions and other exceptions when backing off and retrying.  I believe IOExceptions can be handled by backing off and retrying.  However other exceptions perhaps should be handled by perhaps halting the tserver as they may denote a coding error instead of some file system error.
            Reporter: Ivan Bella






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)