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

github-bot pushed a change to branch 
dependabot/maven/flink-connectors/flink-connector-jdbc/mysql-mysql-connector-java-8.0.28
in repository https://gitbox.apache.org/repos/asf/flink.git


    omit 898dfbceec0 Bump mysql-connector-java in 
/flink-connectors/flink-connector-jdbc
     add dcb77049d21 [FLINK-28147][Python] Update httplib2 to at least 0.19.0 
to address CVE-2021-21240
     add 0b60ee8e295 [FLINK-26762][network] Add the overdraft buffer in 
ResultPartition
     add c08f33dab25 [hotfix] Removed foul language. This closes #18722
     add 0912765acc2 [FLINK-28077][checkpoint] Allow buffers to be discarded 
asynchronously
     add f8f54bc1831 [FLINK-28044][runtime][security] Make hadoop filesystems 
configuration available to all deployment targets
     add a17d824e179 [FLINK-26762][docs] Document overdraft buffers
     add e374b7f1682 fixup! [FLINK-26762][docs] Document overdraft buffers
     add f88d276bb42 fixup! fixup! [FLINK-26762][docs] Document overdraft 
buffers
     add 006c4f07a60 [hotfix][tests] Cleanup StopWithSavepointTest
     add d13cb056912 [FLINK-27972][coordination] Wait until savepoint operation 
is complete
     add 402ca9671e0 [FLINK-27972][tests] Forbid multiple state transitions
     add a7c1896a33c [FLINK-27667][yarn-tests] Stabilize flaky YARN integration 
tests
     add 89ac755c64c [hotfix][docs] Fix the inaccessible documentation link
     add b79625de622 [hotfix][ci] Update libssl download link
     add c3c058a2f83 [hotfix][docs] Fix the Intellij key nouns.
     add c9fbb6bde2b [hotfix][legal] Correct module name in NOTICE
     add 408c88ba194 Bump mysql-connector-java in 
/flink-connectors/flink-connector-jdbc

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   (898dfbceec0)
            \
             N -- N -- N   
refs/heads/dependabot/maven/flink-connectors/flink-connector-jdbc/mysql-mysql-connector-java-8.0.28
 (408c88ba194)

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:
 .../docs/deployment/memory/network_mem_tuning.md   |  17 ++
 docs/content.zh/docs/ops/metrics.md                |   4 +-
 .../docs/deployment/memory/network_mem_tuning.md   |  17 ++
 docs/content/docs/ops/metrics.md                   |   4 +-
 .../generated/all_taskmanager_network_section.html |   6 +
 .../netty_shuffle_environment_configuration.html   |   6 +
 .../generated/security_auth_kerberos_section.html  |   6 +
 .../generated/security_configuration.html          |   6 +
 .../generated/yarn_config_configuration.html       |   8 +-
 .../src/main/resources/META-INF/NOTICE             |   2 +-
 .../NettyShuffleEnvironmentOptions.java            |  18 ++
 .../flink/configuration/SecurityOptions.java       |  12 +
 flink-examples/flink-examples-table/pom.xml        |   2 +-
 .../apache/flink/runtime/util/HadoopUtilsTest.java |   2 +-
 .../api/java/io/TypeSerializerInputFormat.java     |   2 +-
 flink-python/dev/dev-requirements.txt              |   2 +-
 flink-python/setup.py                              |   2 +-
 .../channel/ChannelStateWriteRequest.java          |  24 +-
 .../io/network/NettyShuffleServiceFactory.java     |   3 +-
 .../io/network/buffer/BufferPoolFactory.java       |   4 +-
 .../runtime/io/network/buffer/LocalBufferPool.java |  93 +++++--
 .../io/network/buffer/NetworkBufferPool.java       |  18 +-
 .../network/partition/ResultPartitionFactory.java  |  12 +-
 .../scheduler/adaptive/StopWithSavepoint.java      | 179 +++++++++----
 .../NettyShuffleEnvironmentConfiguration.java      |  23 +-
 .../ChannelStateWriteRequestExecutorImplTest.java  |  30 ++-
 .../flink/runtime/hadoop/HadoopUserUtilsTest.java  |   6 +
 .../io/network/NettyShuffleEnvironmentBuilder.java |  11 +-
 .../api/writer/RecordWriterDelegateTest.java       |   2 +-
 .../io/network/api/writer/RecordWriterTest.java    |   2 +-
 .../io/network/buffer/LocalBufferPoolTest.java     | 105 +++++++-
 .../network/partition/ResultPartitionBuilder.java  |  10 +-
 .../partition/ResultPartitionFactoryTest.java      |   3 +-
 .../io/network/partition/ResultPartitionTest.java  |   2 +-
 .../partition/consumer/LocalInputChannelTest.java  |   3 +-
 .../scheduler/adaptive/AdaptiveSchedulerTest.java  |  19 +-
 .../scheduler/adaptive/StopWithSavepointTest.java  | 280 +++++++++++++--------
 .../runtime/state/ChannelPersistenceITCase.java    |   3 +-
 .../src/main/resources/META-INF/NOTICE             |   2 +-
 .../flink/yarn/YARNHighAvailabilityITCase.java     |  18 +-
 .../java/org/apache/flink/yarn/YARNITCase.java     |  11 +-
 .../yarn/YARNSessionCapacitySchedulerITCase.java   |  26 +-
 .../apache/flink/yarn/YarnClusterDescriptor.java   |   9 +-
 .../yarn/configuration/YarnConfigOptions.java      |  10 +-
 pom.xml                                            |   2 +-
 tools/azure-pipelines/e2e-template.yml             |   4 +-
 46 files changed, 770 insertions(+), 260 deletions(-)

Reply via email to