Currently the CLI command 'storm list’ presents the output as follows:

Topology_name        Status     Num_tasks  Num_workers  Uptime_secs
-------------------------------------------------------------------
wct                  ACTIVE     28         3            2581     

Is there any technical and/or historical reason to keep it like that. Is there 
a backward compatibility concern that some users may be parsing these names? If 
not, I suggest that we present the output of this command as such:

Topology        Status     Tasks  Workers  Uptime [s]
-------------------------------------------------------------------
wct                  ACTIVE     28         3            2581     

If we agree with this proposal I will create a JIRA and submit a patch with the 
change.

Thanks,
Hugo

Reply via email to