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

dwysakowicz pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from d129d61  [FLINK-15152][checkpointing] Restart CheckpointCoordinator if 
StopWithSavepoint failed (#10824)
     new 2fe90d0  [FLINK-14853][core] Implemented Duration formatting
     new f31311a  [FLINK-14853][core] Implemented MemorySize formatting
     new e23f89e  [FLINK-14853][docs] Updated documentation generator to print 
MemorySize and Duration in a nicer way

The 3 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:
 .../execution_checkpointing_configuration.html     |   4 +-
 .../generated/execution_configuration.html         |   2 +-
 ...ailure_rate_restart_strategy_configuration.html |   4 +-
 ...fixed_delay_restart_strategy_configuration.html |   2 +-
 .../generated/pipeline_configuration.html          |   2 +-
 .../rocks_db_configurable_configuration.html       |   2 +-
 .../generated/task_manager_configuration.html      |   8 +-
 .../task_manager_memory_configuration.html         |  16 +--
 ...lasticsearchUpsertTableSinkFactoryTestBase.java |   2 +-
 .../flink/table/descriptors/ElasticsearchTest.java |   2 +-
 .../flink/addons/hbase/HBaseDescriptorTest.java    |   2 +-
 .../org/apache/flink/configuration/MemorySize.java | 108 ++++++++++++++-------
 .../main/java/org/apache/flink/util/TimeUtils.java |  43 ++++++++
 .../MemorySizePrettyPrintingTest.java              |  72 ++++++++++++++
 .../flink/util/TimeUtilsPrettyPrintingTest.java    |  79 +++++++++++++++
 .../configuration/ConfigOptionsDocGenerator.java   |   2 +-
 .../ConfigOptionsDocGeneratorTest.java             |   4 +-
 .../pyflink/table/tests/test_descriptor.py         |   2 +-
 18 files changed, 294 insertions(+), 62 deletions(-)
 create mode 100644 
flink-core/src/test/java/org/apache/flink/configuration/MemorySizePrettyPrintingTest.java
 create mode 100644 
flink-core/src/test/java/org/apache/flink/util/TimeUtilsPrettyPrintingTest.java

Reply via email to