This is an automated email from the ASF dual-hosted git repository.
yuqi1129 pushed a change to branch me/fix-entity-change-log-poller-11736
in repository https://gitbox.apache.org/repos/asf/gravitino.git
omit 4c36397eb8 [#11739] improvement(core): drop best-effort gap detection;
document the commit-ordering limitation
omit c9d745ccd6 [#11739] fix(core): avoid duplicate entity change retries
omit 8abb18ffe7 [#11739] improvement(core): keep id-cursor poller, add
listener-failure pause and missed-row logging
add dc822fe9ce [#11736] fix(core): retry failed entity change log listeners
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 (4c36397eb8)
\
N -- N -- N refs/heads/me/fix-entity-change-log-poller-11736
(dc822fe9ce)
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.
No new revisions were added by this update.
Summary of changes:
.../relational/EntityChangeLogListener.java | 4 +
.../storage/relational/EntityChangeLogPoller.java | 148 +++++++--------------
.../relational/TestEntityChangeLogPoller.java | 28 ++--
3 files changed, 62 insertions(+), 118 deletions(-)