aws / aws/aws-xray-sdk-java

Failed to send over 64KB for subsegment output

Open
#388 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
100
Forks
100
PR merge metrics
No merged PRs in 30d

Description

the current situation
① Create subsegment of insertKaisyuRenkeiToSeikyuIchiranyoDataWork
*Metadata size: 53688

②Using UDP Emitter,
If it exceeds 64KB, first send the child subsegment, then send the parent subsegment
Finally send the segment
➡When sending ① above, debug and check sendData of UDPEmitter,
data. length: 59590
The difference between them is about 6000. Why is there such a difference?

↑The above is the pattern normally sent


The attached image is a transmission failure pattern
※The difference is about 6000 bytes

![image](https://github.com/aws/aws-xray-sdk-java/assets/85141881/5b630bcf-ee28-4a8a-916d-558652a01346)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.