The GitHub Actions job "CI" on rocketmq-dashboard.git/rocketmq-studio has 
failed.
Run started by GitHub user lizhimins (triggered by lizhimins).

Head commit for run:
a847be73803ac1e00eebbb7af7ffebd6af4aebb2 / Yu Xinqiang <[email protected]>
fix(trace): derive trace query window from message store timestamp (#1413)

The trace query used a hardcoded 1-hour lookback window, causing traces
for messages older than 1 hour to be silently lost. The fix:

- Fetches the message's storeTimestamp via viewMessage before querying
  the trace topic
- Sets begin to storeTimestamp - 5min and end to max(storeTimestamp +
  24h, now + 1min) to cover the full trace lifecycle
- Falls back to the existing 1-hour window if the message cannot be
  located, with a warning log

Fixes #1411

Report URL: 
https://github.com/apache/rocketmq-dashboard/actions/runs/31408965219

With regards,
GitHub Actions via GitBox

Reply via email to