-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Here are some of the details of the case where we saw this happen.
- We were load testing the shovel by shoveling four separate clusters into a single one at the same time.
- The batch size for each Shoveler was 1000.
- Each shovel resulted in about 4-5GB of events migrating over, for about 18GB shoveled.
- Looking through the generated logs, the events seem to be sent (appended) in the correct order, so I'm not certain what is causing the wrong order we saw, whether the sending or receiving end.