Colin P. McCabe created KAFKA-5743:
--------------------------------------
Summary: Ducktape services should store their files in
subdirectories of /mnt
Key: KAFKA-5743
URL: https://issues.apache.org/jira/browse/KAFKA-5743
Project: Kafka
Issue Type: Improvement
Components: system tests
Reporter: Colin P. McCabe
Assignee: Colin P. McCabe
Currently, ducktape services like KafkaService store their files directly in
/mnt. This means that cleanup involves running {{rm -rf /mnt/*}}. It would be
better if services stored their files in subdirectories of mount. For example,
KafkaService could store its files in /mnt/kafka. This would make cleanup
simpler and avoid the need to remove all of /mnt. It would also make running
multiple services on the same node possible.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)