[ https://issues.apache.org/jira/browse/HBASE-12680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245840#comment-14245840 ]
Enis Soztutar commented on HBASE-12680: --------------------------------------- This could have still been achieved with just overriding the methods in the custom ClusterManager. But the patch won't hurt. It removes signal, which is not used from ChaosMonkey anyway. > Refactor base ClusterManager in HBase to not have the notion of sending a > signal. > --------------------------------------------------------------------------------- > > Key: HBASE-12680 > URL: https://issues.apache.org/jira/browse/HBASE-12680 > Project: HBase > Issue Type: Improvement > Components: integration tests > Affects Versions: 1.0.0, 2.0.0, 0.98.7 > Reporter: Yi Deng > Assignee: Yi Deng > Priority: Minor > Labels: integration-test > Fix For: 1.0.0, 2.0.0, 0.98.7 > > Attachments: > 2.0-0001-Move-signal-related-code-from-ClusterManager.patch, > 2.0-0002-Move-signal-related-code-from-ClusterManager.patch, > 2.0-0003-Move-signal-related-code-from-ClusterManager.patch > > > In some situation, we need to run the integration test under some system not > using ssh commands. Move the ssh/signal related parts out of ClusterManager > and make them as part of the implementation details of HBaseClusterManager. -- This message was sent by Atlassian JIRA (v6.3.4#6332)