forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retrying on a new BulkWriter when commit task gets stuck (Azure#41553)
* Retrying on a new BulkWriter when commit task gets stuck * Fixing build errors * Update CosmosBulkWriter.java * Update BulkWriter.scala * Update SparkE2EBulkWriteITest.scala * Adding change log * Update cosmos-emulator-matrix.json * Fixed scheduleWrite path * Implement E2E timeout for batch * Update CosmosConfig.scala * Including BulkWriter retries on close path * Update CosmosWriterBase.scala * Update BulkWriter.scala * Update BulkWriter.scala * Update BulkWriterNoProgressException.scala * Update BulkWriter.scala * Update BulkWriter.scala
- Loading branch information
1 parent
30e6467
commit fc2be76
Showing
45 changed files
with
1,061 additions
and
439 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
1 change: 1 addition & 0 deletions
1
..._2-12/src/test/resources/META-INF/services/com.azure.cosmos.spark.CosmosClientInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestFaultInjectionClientInterceptor |
1 change: 1 addition & 0 deletions
1
...src/test/resources/META-INF/services/com.azure.cosmos.spark.WriteOnRetryCommitInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestWriteOnRetryCommitInterceptor |
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
1 change: 1 addition & 0 deletions
1
..._2-12/src/test/resources/META-INF/services/com.azure.cosmos.spark.CosmosClientInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestFaultInjectionClientInterceptor |
1 change: 1 addition & 0 deletions
1
...src/test/resources/META-INF/services/com.azure.cosmos.spark.WriteOnRetryCommitInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestWriteOnRetryCommitInterceptor |
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
1 change: 1 addition & 0 deletions
1
..._2-12/src/test/resources/META-INF/services/com.azure.cosmos.spark.CosmosClientInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestFaultInjectionClientInterceptor |
1 change: 1 addition & 0 deletions
1
...src/test/resources/META-INF/services/com.azure.cosmos.spark.WriteOnRetryCommitInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestWriteOnRetryCommitInterceptor |
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
1 change: 1 addition & 0 deletions
1
..._2-12/src/test/resources/META-INF/services/com.azure.cosmos.spark.CosmosClientInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestFaultInjectionClientInterceptor |
1 change: 1 addition & 0 deletions
1
...src/test/resources/META-INF/services/com.azure.cosmos.spark.WriteOnRetryCommitInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestWriteOnRetryCommitInterceptor |
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
1 change: 1 addition & 0 deletions
1
..._2-12/src/test/resources/META-INF/services/com.azure.cosmos.spark.CosmosClientInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestFaultInjectionClientInterceptor |
1 change: 1 addition & 0 deletions
1
...src/test/resources/META-INF/services/com.azure.cosmos.spark.WriteOnRetryCommitInterceptor
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.azure.cosmos.spark.TestWriteOnRetryCommitInterceptor |
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.