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

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


    from 9d92aad  Revert "[FLINK-26232][avro] Migrate tests to JUnit5"
     new a3080ee  [refactor][state/changelog] Extract 
StateChangeUploadScheduler interface from StateChangeUploader
     new 1f1480a  [refactor][state/changelog] Complete upload tasks in 
StateChangeUploadScheduler
     new acd2238  [FLINK-26485][state/changelog] Discard unnecessarily uploaded 
state
     new 3fb1703  [hotfix][state/changelog] Fix UploadTask.getSize

The 4 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:
 ...ava => BatchingStateChangeUploadScheduler.java} |  44 ++++--
 .../changelog/fs/FsStateChangelogStorage.java      |  18 ++-
 .../flink/changelog/fs/FsStateChangelogWriter.java |  12 +-
 .../flink/changelog/fs/RetryingExecutor.java       | 134 ++++++++++--------
 .../flink/changelog/fs/StateChangeFsUploader.java  |  49 ++-----
 ...loader.java => StateChangeUploadScheduler.java} |  41 ++++--
 .../flink/changelog/fs/StateChangeUploader.java    | 138 +++++-------------
 .../apache/flink/changelog/fs/UploadThrottle.java  |   2 +-
 ...=> BatchingStateChangeUploadSchedulerTest.java} | 157 ++++++++++++++++-----
 .../changelog/fs/ChangelogStorageMetricsTest.java  |  48 ++++---
 .../fs/FsStateChangelogWriterSqnTest.java          |   3 +-
 .../changelog/fs/FsStateChangelogWriterTest.java   |   2 +-
 .../flink/changelog/fs/RetryingExecutorTest.java   | 101 +++++++++++--
 .../changelog/fs/TestingStateChangeUploader.java   |  17 ++-
 14 files changed, 460 insertions(+), 306 deletions(-)
 rename 
flink-dstl/flink-dstl-dfs/src/main/java/org/apache/flink/changelog/fs/{BatchingStateChangeUploader.java
 => BatchingStateChangeUploadScheduler.java} (87%)
 copy 
flink-dstl/flink-dstl-dfs/src/main/java/org/apache/flink/changelog/fs/{StateChangeUploader.java
 => StateChangeUploadScheduler.java} (82%)
 rename 
flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/{BatchingStateChangeUploaderTest.java
 => BatchingStateChangeUploadSchedulerTest.java} (72%)

Reply via email to