Skip to content

Commit

Permalink
Fix msgq (re)insertion code to avoid O(N^2) insert sort operations on…
Browse files Browse the repository at this point in the history
… retry (confluentinc#2508)

The msgq insert code now properly handles interleaved and overlapping
message range inserts, which may occur during Producer retries for
high-throughput applications.
  • Loading branch information
edenhill committed Sep 23, 2019
1 parent b4d7f8e commit 7137df6
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 121 deletions.
Loading

0 comments on commit 7137df6

Please sign in to comment.