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 8aa9737  SCB-220 aborted tx was not supposed to be compensated
    omit 03b2fb0  SCB-220 compensated only ended events
    omit 870264a  SCB-212 replaced completable future with executor to avoid 
test failures in maven
    omit a49b411  SCB-212 attempted to fix test failure
    omit 7efe752  SCB-212 fixed rebase conflict
    omit b08873b  SCB-212 closed sender after each test to avoid test 
interference
    omit 8fc4b09  SCB-212 better readability
    omit 6113c66  SCB-212 attempted to fix random test failure by resetting 
latency before test
    omit fdfbc6c  SCB-212 compensated on TxEndedEvent immediately if global TX 
already failed, in case of timeout
    omit 8acc4b6  SCB-212 removed unnecessary lines
    omit 1c3532a  SCB-212 added saga start timeout
    omit 3cc5e35  SCB-212 replaced timeout impl with atomic to avoid locking
    omit eb922dd  SCB-212 tx timeout impl
    omit 892b91d  SCB-212 united interceptors into one
    omit 814c39a  SCB-212 removed parent tx id from omega context, since it's 
not necessary
    omit ef9b3f2  SCB-212 made each @Compensable as a new sub-transaction
    omit 9dabbca  SCB-212 delegated compensation context a dedicated class
     add 968247f  SCB-212 delegated compensation context a dedicated class
     add 5b0be4b  SCB-212 made each @Compensable as a new sub-transaction
     add 137a1f4  SCB-212 removed parent tx id from omega context, since it's 
not necessary
     add 5212383  SCB-212 united interceptors into one
     add 0aaa3fd  SCB-212 tx timeout impl
     add 5751a11  SCB-212 replaced timeout impl with atomic to avoid locking
     add 51b1322  SCB-212 added saga start timeout
     add 0a18ed8  SCB-212 removed unnecessary lines
     add 5044410  SCB-212 compensated on TxEndedEvent immediately if global TX 
already failed, in case of timeout
     add 602bff5  SCB-212 attempted to fix random test failure by resetting 
latency before test
     add 20a5886  SCB-212 better readability
     add e5e65b9  SCB-212 closed sender after each test to avoid test 
interference
     add 05113e5  SCB-212 fixed rebase conflict
     add 8c455ad  SCB-212 attempted to fix test failure
     add 160bade  SCB-212 replaced completable future with executor to avoid 
test failures in maven
     add 9dd6a63  Fixed the TransactionAspectTest failure on Mac OSX
     new 967b0a5  SCB-220 compensated only ended events
     new 1238efa  SCB-220 aborted tx was not supposed to be compensated

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   (8aa9737)
            \
             N -- N -- N   refs/heads/SCB-220_avoid_redundant_compensation 
(1238efa)

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 2 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:
 .../servicecomb/saga/omega/transaction/TransactionAspectTest.java     | 4 ++++
 1 file changed, 4 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
['"commits@servicecomb.apache.org" <commits@servicecomb.apache.org>'].

Reply via email to