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
Starting with a clean CLP package, after submitting a compression job, occasionally "Invalid Date" is shown for both begin and end dates in Ingestion Details panel, until the next compression statistic update which happens 5 seconds after.
By extending STATS_REFRESH_INTERVAL_MILLIS from 5000 to a longer interval, I was able to inspect the compression stats document. It was found that both end_timestamp and begin_timestamp has extremely small/large values:
Looking into the CLP core code, it was found that we define epochtime_t as an int64_t and uses the extreme values of int64_t for cEpochTimeMin=-9223372036854775808 and cEpochTimeMax=9223372036854775807:
Bug
Starting with a clean CLP package, after submitting a compression job, occasionally "Invalid Date" is shown for both begin and end dates in Ingestion Details panel, until the next compression statistic update which happens 5 seconds after.

CLP version
91b7bd9
Environment
Ubuntu 22.04
Reproduction steps
./sbin/compress.sh <logs-path>
The text was updated successfully, but these errors were encountered: