This is an automated email from the ASF dual-hosted git repository.
seanyinx pushed a change to branch SCB-220_avoid_redundant_compensation
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.
omit 6fdbdc2 SCB-220 aborted tx was not supposed to be compensated
omit 56c54c6 SCB-220 compensated only ended events
add 4377256 SCB-227 stop sub tx from running when global tx failed
add e932061 SCB-227 proper namings for aborted status
add 555e018 SCB-227 add OmegaTxAbortedException
add f9acce0 SCB-227 throw OmegaException when sending get interrupted
add 0dd9330 SCB-227 use InvalidTransactionException instead of custom
exception
add 9643ad8 SCB-227 minor fix
new 61b0dc1 SCB-220 compensated only ended events
new 3662c5a SCB-220 aborted tx was not supposed to be compensated
new d6a8f1b SCB-220 fixed rebase conflict
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6fdbdc2)
\
N -- N -- N refs/heads/SCB-220_avoid_redundant_compensation
(d6a8f1b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../saga/alpha/core/TxConsistentService.java | 7 +++-
.../saga/alpha/core/TxConsistentServiceTest.java | 13 ++++++++
.../saga/alpha/server/GrpcTxEventEndpointImpl.java | 10 +++---
.../saga/alpha/server/AlphaIntegrationTest.java | 20 ++++++++++++
.../connector/grpc/GrpcClientMessageSender.java | 7 ++--
.../grpc/LoadBalancedClusterMessageSender.java | 23 ++++++++------
.../grpc/LoadBalancedClusterMessageSenderTest.java | 33 ++++++++++++++++++-
.../spring/TransactionInterceptionTest.java | 6 +++-
.../{OmegaException.java => AlphaResponse.java} | 11 +++++--
.../omega/transaction/CompensableInterceptor.java | 5 +--
.../omega/transaction/EventAwareInterceptor.java | 5 +--
.../saga/omega/transaction/MessageSender.java | 5 ++-
.../saga/omega/transaction/OmegaException.java | 3 ++
.../transaction/SagaStartAnnotationProcessor.java | 4 +--
.../omega/transaction/TimeAwareInterceptor.java | 4 +--
.../saga/omega/transaction/TransactionAspect.java | 10 +++++-
.../transaction/CompensableInterceptorTest.java | 5 ++-
.../CompensationMessageHandlerTest.java | 5 ++-
.../SagaStartAnnotationProcessorTest.java | 5 ++-
.../omega/transaction/SagaStartAspectTest.java | 5 ++-
.../transaction/TimeAwareInterceptorTest.java | 3 +-
.../omega/transaction/TransactionAspectTest.java | 37 ++++++++++++++++++----
.../src/main/proto/GrpcTxEvent.proto | 1 +
23 files changed, 183 insertions(+), 44 deletions(-)
copy
omega/omega-transaction/src/main/java/org/apache/servicecomb/saga/omega/transaction/{OmegaException.java
=> AlphaResponse.java} (82%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].