atlarge-research / wta-tools

The tools and scripts used to generate and manage the traces in the Workflow Trace Archive.
Apache License 2.0
7 stars 4 forks source link

Traces overwritten #12

Open tetra-code opened 1 year ago

tetra-code commented 1 year ago

In WtaDriverPlugin class of spark_plugin, the class field CURRENT_TIME makes the trace file directories all have the same time stamp each the the WtaDriverPlugin is initialized. This makes the new generated traces overwrite the previous one.

The fix is creating a new time stamp every time it is intialized.