hanahmily opened a new pull request, #787: URL: https://github.com/apache/skywalking-banyandb/pull/787
The padding algorithm for traceID length was causing an overflow, resulting in a large byte array that led to an OOM error. After discussing this issue with @ButterBright, we concluded that the traceID should be encoded as variable-length bytes instead of fixed-length bytes. This change follows a strategy to refactor the algorithm and reduce the risk of OOM errors. - [x] If this pull request addresses an existing issue, please replace the issue number. Fixes apache/skywalking#13512. -- 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]
