arvindshmicrosoft commented on issue #339: Fix wipe command for cluster_type 'existing' URL: https://github.com/apache/fluo-muchos/pull/339#issuecomment-612564301 For context, I believe the Python refactor PR done last year introduced this regression. The symptom is that attempting to wipe a cluster of type 'existing' returns the below error: ``` Killing all processes started by Muchos and wiping Muchos data from mycluster cluster Traceback (most recent call last): File "/home/arviadmin/upstream_apache/fluo-muchos/lib/main.py", line 83, in <module> main() File "/home/arviadmin/upstream_apache/fluo-muchos/lib/main.py", line 67, in main cluster.perform(action) File "/home/arviadmin/upstream_apache/fluo-muchos/lib/muchos/existing.py", line 236, in perform self.wipe() AttributeError: 'ExistingCluster' object has no attribute 'wipe' ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
