[
https://issues.apache.org/jira/browse/SOLR-5482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13828349#comment-13828349
]
Mark Miller commented on SOLR-5482:
-----------------------------------
i.e.
{noformat}
iptables -I INPUT -p tcp --dport 8983 -j ACCEPT
iptables -A INPUT -p tcp --destination-port 8983 -j DROP
iptables -A OUTPUT -p tcp --dport 8983 -j DROP
# /sbin/service iptables save
{noformat}
> We should add an option to the ChaosMonkey's to do more complicated partition
> failures on Linux, as well as simulate hard fails of Jetty.
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: SOLR-5482
> URL: https://issues.apache.org/jira/browse/SOLR-5482
> Project: Solr
> Issue Type: Test
> Components: SolrCloud
> Reporter: Mark Miller
>
> We can call out to iptables to block incoming and outgoing ports during the
> test run.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]