You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 - It prevents running event-generator in multiple instances for the same target
2 - It doesn't allow more than 9999 files, as it formats based on 4 digits
The text was updated successfully, but these errors were encountered:
You're right @istreeter , that bug was pre-0.2.0, it is fixed here in 0.2.0 release. Pre-0.2.0 it'd lead to java.lang.IllegalArgumentException: count is negative when num of files exceeds 9999.
As you pointed we have different convention up to 4 digits, e.g. having raw_10000.gz and raw_0001.gz doesn't look consistent
Issues with current convention:
1 - It prevents running event-generator in multiple instances for the same target
2 - It doesn't allow more than 9999 files, as it formats based on 4 digits
The text was updated successfully, but these errors were encountered: