Need to test partitions at scale -------------------------------- Key: ACCUMULO-244 URL: https://issues.apache.org/jira/browse/ACCUMULO-244 Project: Accumulo Issue Type: Improvement Reporter: Keith Turner
We currently test faults at scale by killing server processes while running a test suite like continuous ingest or random walk. We need to test partitions at scale. We need to take subsets of processes and partition them from all other processes while running a test suite. What is the easiest way to simulate this? The only option I can think of at the moment is 'ifdown eth0; sleep xxx; ifup eth0'. I do not like this option though. Would rather do something at the process level though instead of the server level. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira