Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send subsegments separately from segments when serialized size is lar…
…ger than the UDP packet size limit. This is similar to how the DefaultStreamingStrategy behaves. (aws#344) Segments occasionally can be too large and contain hundreds subsegments, despite the behavior of the DefaultStreamingStrategy class, when running with multiple threads. It is suspected that race conditions can lead to subsegments building up and not getting pushed into xray daemon by the time the segment is ended.
- Loading branch information