forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve Ordering in Bulk (Azure#35892)
* preserve ordering and some of the retry logic * Logic for preserving order and add batch item to fault injection * Preserve ordering on retry failures * test for no retry flow of bulk executor * added comments * added back window and sort * refactoring and addressing comments from meeting * revert some changes * removed idPartitionKey class and used CosmosItemIdentity instead * revert some changes and clean up code * refactor code and tests, add comments, address partition splitting scenario * Comments and cleaned up code * fix spacing * Added generic typing to status queue * added equals and hashcode to flush and bulk * added copyright note * revert bulk executor * remove typo * Changed equals method back for bulk item operation because causes spark to fail * addressed comments on pr --------- Co-authored-by: Tomas Varon <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,663 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.