Closed JanDeDobbeleer closed 2 weeks ago
@lewis-yeung this should solve the issue in #5859 but the only line that really matters is the change in segment.go
. The map rewrite is only to make it more simple. In the end it turns out the logic is correct but it writes so fast that the map breaks in parallel. Adding it again after write makes it behave correctly in all cases apparently.
Can you do a sanity check here?
@JanDeDobbeleer Seems fixed.
Prerequisites