Moving Request ID to the Header of the Response DataTable in the Next Version
Open
enhancement
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 2d 55m
- Merged PRs (30d)
- 182
Description
Currently the requestID lives in the metadata of the response, **at the end of the serialized bytes**, making it harder for accountant code to track the deserialization memory of a particular query timely. This may cause OOM exceptions that's hard to map back to the actual query. Meanwhile, it can also be a blocker for the future resource management/scheduling work.
Contributor guide
Assessment
This issue has not been assessed yet.