Juraci Paixão Kröhling created THRIFT-5369:
----------------------------------------------
Summary: Malformed payload can still cause huge allocations
Key: THRIFT-5369
URL: https://issues.apache.org/jira/browse/THRIFT-5369
Project: Thrift
Issue Type: Bug
Components: Go - Compiler, Go - Library
Affects Versions: 0.14.1
Reporter: Juraci Paixão Kröhling
While testing Jaeger with the fix provided as part of THRIFT-5322, users in our
community reported that they are still seeing huge allocations when malformed
packets are received by our backend (jaeger-agent). See the [discussion
starting from this comment by vchirikov on Mar
5|https://github.com/jaegertracing/jaeger/issues/2638#issuecomment-791242270].
Based on the comment from [~fishywang] in the issue linked above, I understand
that the issue should be addressed at both the compiler and the Go library:
bq. The sanity check on container header should be done in thrift go library
(github.com/apache/thrift/lib/go/thrift)
bq.
bq. If you want to avoid allocation of the containers upfront after it passed
the header sanity check, then that needs to be don in thrift compiler (in
generated go code)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)