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 b1e70aebd3e [FLINK-30846][runtime] Fix getSchedulerType for testing 
with flink.tests.enable-adaptive-scheduler
     new c5d13f8c7c2 [refactor][state / rocksdb] Introduce RocksDBMemory 
factory interface to facilitate testing
     new 7b656441617 [FLINK-30328][tests] Use RocksDBMemory factory interface 
in TaskManagerWideRocksDbMemorySharingITCase

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:
 .../state/EmbeddedRocksDBStateBackend.java         |  14 +-
 .../state/RocksDBMemoryControllerUtils.java        |  37 +++-
 .../streaming/state/RocksDBOperationUtils.java     |   6 +-
 .../state/RocksDBSharedResourcesFactory.java       |  12 +-
 .../state/RocksDBMemoryControllerUtilsTest.java    |  77 +++------
 .../state/RocksDBSharedResourcesFactoryTest.java   |   3 +-
 .../TaskManagerWideRocksDbMemorySharingITCase.java | 191 +++++++--------------
 7 files changed, 146 insertions(+), 194 deletions(-)

Reply via email to