[HUDI-6261] Make deltastreamer exceptions more descriptive#8638
Merged
codope merged 15 commits intoapache:masterfrom May 27, 2023
Merged
[HUDI-6261] Make deltastreamer exceptions more descriptive#8638codope merged 15 commits intoapache:masterfrom
codope merged 15 commits intoapache:masterfrom
Conversation
.../src/main/java/org/apache/hudi/utilities/exception/HoodieDeltaStreamerMetaSyncException.java
Outdated
Show resolved
Hide resolved
...ava/org/apache/hudi/utilities/exception/HoodieDeltaStreamerSchemaCompatibilityException.java
Outdated
Show resolved
Hide resolved
9d6806a to
6898285
Compare
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/AvroConvertor.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/transform/SqlQueryBasedTransformer.java
Outdated
Show resolved
Hide resolved
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/AvroConversionUtils.scala
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/RowBasedSchemaProvider.java
Outdated
Show resolved
Hide resolved
hudi-common/src/main/java/org/apache/hudi/exception/HoodieMetaSyncException.java
Show resolved
Hide resolved
added 2 commits
May 23, 2023 12:49
rmahindra123
approved these changes
May 23, 2023
nsivabalan
reviewed
May 24, 2023
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/AvroConversionUtils.scala
Outdated
Show resolved
Hide resolved
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/AvroConversionUtils.scala
Outdated
Show resolved
Hide resolved
...ies/src/main/java/org/apache/hudi/utilities/exception/HoodieTransformExecutionException.java
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/KafkaOffsetPostProcessor.java
Outdated
Show resolved
Hide resolved
...-utilities/src/main/java/org/apache/hudi/utilities/schema/ProtoClassBasedSchemaProvider.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/SchemaRegistryProvider.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/AvroConvertor.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/SchemaRegistryProvider.java
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/AvroConvertor.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/AvroConvertor.java
Outdated
Show resolved
Hide resolved
hudi-common/src/main/java/org/apache/hudi/exception/HoodieMetaSyncException.java
Outdated
Show resolved
Hide resolved
nsivabalan
approved these changes
May 24, 2023
Contributor
|
Please prefix hudi jira. and update the PR description. |
Contributor
|
you can land it once CI is green. |
4 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Logs
Modified exception types and added new try catch blocks.
Impact
Makes it easier to track down why deltastreamer is failing.
Risk level (write none, low medium or high below)
low
Documentation Update
N/A
Contributor's checklist