public class CommitFailedException
extends Exception
CommitCoordinatorClient.commit(LogStore, Configuration, TableDescriptor, long, Iterator, UpdatedActions)
| retryable | conflict | meaning | | no | no | something bad happened (e.g. auth failure) | | no | yes | permanent transaction conflict (e.g. multi-table commit failed) | | yes | no | transient error (e.g. network hiccup) | | yes | yes | physical conflict (allowed to rebase and retry) |
| Constructor and Description |
|---|
CommitFailedException(boolean retryable,
boolean conflict,
String message) |
CommitFailedException(boolean retryable,
boolean conflict,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getConflict() |
boolean |
getRetryable() |