NJrslv opened a new pull request, #1647: URL: https://github.com/apache/cloudberry/pull/1647
MotionLayerState accumulates stats across all MotionNodeEntry instances. Per-node entries already use uint64 [0]. The global sum ≥ any individual node, so it overflows first — at 4GB. Fix by widening to uint64. Also fix the debug elog() format specifiers to match. [0] https://github.com/apache/cloudberry/blob/d971e822804ebb121ed164fc4c72a862ed33e8f7/src/include/cdb/cdbinterconnect.h#L115 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
