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
When handling compression job with multiple input paths, the compression scheduler silently log and skip any input that doesn't resolve to any real on disk path.
The compression is only marked as failure if none of the input paths resolve to valid path, otherwise CLP will skip compressing any invalid input path and report success.
We should update the reporting system so that we can report this kind of case as partially fail.
Bug
When handling compression job with multiple input paths, the compression scheduler silently log and skip any input that doesn't resolve to any real on disk path.
The compression is only marked as failure if none of the input paths resolve to valid path, otherwise CLP will skip compressing any invalid input path and report success.
We should update the reporting system so that we can report this kind of case as partially fail.
CLP version
469019e
Environment
Ubuntu 22.04
Reproduction steps
./sbin/compress.sh <valid_path> <invalid_path>
The text was updated successfully, but these errors were encountered: