This is an automated email from the ASF dual-hosted git repository.
jark pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
from be01cffa9 [kv] Improve the implementation of AUTO_INCREMENT column
add a6b0b8587 [server] Prevent remote log TTL expiration until tiering
completes (#1940)
No new revisions were added by this update.
Summary of changes:
.../org/apache/fluss/server/log/LogManager.java | 1 +
.../org/apache/fluss/server/log/LogTablet.java | 12 +++++++
.../fluss/server/log/remote/LogTieringTask.java | 5 ++-
.../fluss/server/log/remote/RemoteLogTablet.java | 27 +++++++++++++--
.../org/apache/fluss/server/replica/Replica.java | 1 +
.../fluss/server/log/remote/RemoteLogTTLTest.java | 38 ++++++++++++++++++++--
6 files changed, 77 insertions(+), 7 deletions(-)