You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/08/25 02:05:03 UTC

[shardingsphere] branch master updated (80befaa -> 16508b7)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 80befaa  Move PersistService to mode module (#11991)
     add 16508b7  Fix Issue#11977 :  Scaling increment task of PostgreSQL WalEventConverter ignore correct RowEvent (#11981)

No new revisions were added by this update.

Summary of changes:
 .../scaling/core/common/record/FinishedRecord.java |  2 ++
 .../core/common/record/GroupedDataRecord.java      |  2 ++
 .../core/common/record/PlaceholderRecord.java      |  2 ++
 .../scaling/core/common/record/Record.java         |  2 ++
 .../postgresql/component/PostgreSQLWalDumper.java  |  9 +++++++-
 .../scaling/postgresql/wal/WalEventConverter.java  |  9 +++-----
 .../postgresql/wal/event/AbstractRowEvent.java     |  2 ++
 .../postgresql/wal/event/AbstractWalEvent.java     |  2 ++
 .../postgresql/wal/event/DeleteRowEvent.java       |  2 ++
 .../postgresql/wal/event/PlaceholderEvent.java     |  3 +++
 .../postgresql/wal/event/UpdateRowEvent.java       |  2 ++
 .../postgresql/wal/event/WriteRowEvent.java        |  2 ++
 .../component/PostgreSQLWalDumperTest.java         | 27 ++++++++++++++++++----
 13 files changed, 55 insertions(+), 11 deletions(-)