You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/09/17 21:05:33 UTC

[jira] [Created] (ACCUMULO-3139) BalanceAfterCommsFailureIT alters other tservers on the system

Josh Elser created ACCUMULO-3139:
------------------------------------

             Summary: BalanceAfterCommsFailureIT alters other tservers on the system
                 Key: ACCUMULO-3139
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3139
             Project: Accumulo
          Issue Type: Bug
          Components: test
            Reporter: Josh Elser
            Assignee: Josh Elser
             Fix For: 1.6.1, 1.7.0


BalanceAfterCommsFailureIT does a SIGSTOP and then SIGCONT to simulate some network outage. It uses pkill to send the signals which will send that to any processes on the system matching "TabletServer".

This isn't really ideal (and I believe is actually error prone if there is a TabletServer running on the same node by a different user). Figuring out a way to target only the TabletServers running in the minicluster for this test is much better.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)