Fix misleading extrapolation time in buffer_core (#832) (backport #896)#899
Fix misleading extrapolation time in buffer_core (#832) (backport #896)#899mergify[bot] wants to merge 2 commits intohumblefrom
Conversation
|
Pulls: #899 |
ahcorde
left a comment
There was a problem hiding this comment.
@selimrecep Do you mind to review backport code in Humble? it's not compiling
|
Issue seems to be using Despite I don't have a setup for "humble" yet, I will push a small change that should fix the issue |
|
#900 should fix this issue |
|
Pulls: #899 |
|
Hmm, not sure what's wrong with CI/CD pipeline of Linux-rhel, looks like Jenkins can not fetch git submodules? |
Description
This PR fixes the issue where extrapolation errors incorrectly prioritize metadata gathered during the initial source-to-root traversal (Phase 1). By comparing timestamps from both traversal phases, the error now correctly reports the 'latest data' time for the specific link on the requested transform path.
Verification
Reproduced with the script in #832:
Fixes #832
This is an automatic backport of pull request #896 done by Mergify.