Storm is supposed to be cleaning them up itself. The supervisor is supposed to
know when a topology is no longer needed and remove them after a specific
timeout. If this is not happening for you there may be a bug in the code.
Could you file a JIRA and post the JIRA number here. If you could include the
version number of storm and any logs you have from the supervisor that would be
helpful. I cannot guarantee how quickly the community can get to this though.
- Bobby
On Tuesday, March 3, 2015 4:39 PM, clay teahouse <[email protected]>
wrote:
Hi all,
How do I remove storm generated system files programmatically without stepping
over the files that I shouldn't be deleting? I need this to cleanup the files
left behind from the aborted topologies. I tried fuser and lsof, but with no
luck. For example, fuser shows stormconf.ser and stormcode.ser not in use even
in cases where these files are being used.
thanksClay