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
BUG#27692831: DECODE OF SOME PIT ON PIPELINE_STATS_MEMBER_MESSAGE IS NOT
ENDIAN SAFE
Some PITs of the stats member message are not being decoded correctly
w.r.t. endianness. Specifically the PIT_TRANSACTIONS_NEGATIVE_CERTIFIED,
the PIT_TRANSACTIONS_ROWS_VALIDATING and the PIT_TRANSACTIONS_LOCAL_ROLLBACK.
The fix was to call uint8korr() upon reading from the raw buffer.
0 commit comments