You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2013/05/14 16:11:16 UTC

[jira] [Created] (ACCUMULO-1416) FileSystemMonitor isn't necessary anymore?

John Vines created ACCUMULO-1416:
------------------------------------

             Summary: FileSystemMonitor isn't necessary anymore?
                 Key: ACCUMULO-1416
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1416
             Project: Accumulo
          Issue Type: Bug
          Components: tserver
            Reporter: John Vines


With the removal of direct walogs, do we still need tservers monitoring the filesystem and dying if things go wonky? Just had it happen and the death of the tserver didn't seem necessary, especially with multiple disks.

Relevant stack trace-
{code}
2013-05-14 08:54:55,693 [util.FileSystemMonitor] FATAL: Exception while checking mount points, halting process
java.lang.Exception: Filesystem /data/04 switched to read only
        at org.apache.accumulo.server.util.FileSystemMonitor.checkMounts(FileSystemMonitor.java:134)
        at org.apache.accumulo.server.util.FileSystemMonitor$1.run(FileSystemMonitor.java:91)
        at java.util.TimerThread.mainLoop(Timer.java:534)
        at java.util.TimerThread.run(Timer.java:484)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira