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 compressing a log event with a large timestamp, the decompressed timestamp is inconsistent with the original one.
Before compression: 3924-03-28 10:17:41.891
After compression: 2170-07-29 11:34:00.762
With further explorations, it was believed that this was caused by the execution of the following line:
Bug
When compressing a log event with a large timestamp, the decompressed timestamp is inconsistent with the original one.
Before compression:
3924-03-28 10:17:41.891
After compression:
2170-07-29 11:34:00.762
With further explorations, it was believed that this was caused by the execution of the following line:
clp/components/core/src/clp/TimestampPattern.cpp
Line 733 in c158852
It seems like the nanosecond precision causes the timestamp overflow; by removing line 737 the bug would be solved.
CLP version
c158852
Environment
macOS 14.2.1
Reproduction steps
The text was updated successfully, but these errors were encountered: