This is an automated email from the ASF dual-hosted git repository.
seanyinx pushed a change to branch SCB-152_compensated_event
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.
omit a32c7f1 SCB-152 sent tx compensated event on compensation completed
omit 8d459e2 SCB-149 distinguished omega callbacks by service name and
instance id
omit 47a1ba6 SCB-149 omega callback signature change
omit 1fe3e9d SCB-149 checked matching of compensation method
omit 6cbcf09 SCB-149 added service name and instance id to contract
omit 63ccc28 SCB-149 removed unnecessary endpoint interface
add 0f36948 SCB-104 Removed the get method in the RestTemplateTransport
add 5328f26 SCB-149 removed unnecessary endpoint interface
add a682178 SCB-149 added service name and instance id to contract
add 4e8c376 SCB-149 checked matching of compensation method
add d801105 SCB-149 omega callback signature change
add 314a271 SCB-149 distinguished omega callbacks by service name and
instance id
add 49235b5 SCB-149 pushed failed compensations to a scheduled task queue
new 606f028 SCB-152 sent tx compensated event on compensation completed
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 (a32c7f1)
\
N -- N -- N refs/heads/SCB-152_compensated_event (606f028)
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 1 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/PendingTaskRunner.java | 30 +++++---
...egaCallback.java => PushBackOmegaCallback.java} | 38 ++++-------
.../saga/alpha/core/TxConsistentService.java | 1 -
.../saga/alpha/core/PendingTaskRunnerTest.java | 60 ++++++++++++++++
.../saga/alpha/core/PushBackOmegaCallbackTest.java | 65 ++++++++++++++++++
.../saga/alpha/core/RetryOmegaCallbackTest.java | 79 ----------------------
.../servicecomb/saga/alpha/core/TxEventMaker.java | 19 ++++--
.../servicecomb/saga/alpha/server/AlphaConfig.java | 23 +++++--
.../resttemplate/RestTemplateTransport.java | 6 +-
9 files changed, 190 insertions(+), 131 deletions(-)
copy
saga-core/src/test/java/io/servicecomb/saga/core/dag/GraphBasedSagaExecutionComponentTest.java
=>
alpha/alpha-core/src/main/java/io/servicecomb/saga/alpha/core/PendingTaskRunner.java
(53%)
rename
alpha/alpha-core/src/main/java/io/servicecomb/saga/alpha/core/{RetryOmegaCallback.java
=> PushBackOmegaCallback.java} (58%)
create mode 100644
alpha/alpha-core/src/test/java/io/servicecomb/saga/alpha/core/PendingTaskRunnerTest.java
create mode 100644
alpha/alpha-core/src/test/java/io/servicecomb/saga/alpha/core/PushBackOmegaCallbackTest.java
delete mode 100644
alpha/alpha-core/src/test/java/io/servicecomb/saga/alpha/core/RetryOmegaCallbackTest.java
copy
omega/omega-context/src/main/java/io/servicecomb/saga/omega/context/UniqueIdGenerator.java
=>
alpha/alpha-core/src/test/java/io/servicecomb/saga/alpha/core/TxEventMaker.java
(61%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].