This is an automated email from the ASF dual-hosted git repository.
zhijiang pushed a change to annotated tag release-1.11.0-rc1
in repository https://gitbox.apache.org/repos/asf/flink.git.
*** WARNING: tag release-1.11.0-rc1 was modified! ***
from 80f862f (tag)
to 156ad08b (tag)
tagging 3314b26ea07b97f881a89317b241bbfdeae027ec (commit)
replaces pre-apache-rename
by Zhijiang Wang
on Sun May 24 01:34:58 2020 +0800
- Log -----------------------------------------------------------------
release-1.11.0-rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJeyV7CAAoJEAZTwKLOoA0ODNgP/3myMJC+BOiViH/sVGrAzJTi
LfVmLQL/++0qeD2Ug4/jCJ02qtq/eVITCwg7zSSNQCMZzMVPORfpLdeuDWKdAw/7
PA2RzOtS7tiOZftgF58BCcSv51D4Hm28YFpFBYc3NefxCaxmg5LYy55/GP9Ev/jE
89CAhppdNLsCSeybodcYzdefLouPSxR8qlZt77tayJ3O3fQDfe0xBKcX5rn/nGOo
oz4Fd+bHS+ROssoiOkCvu+dGHbpBStgcBRDzTfNQtd8zmOieGUHU1a6KLggsG3nq
Fc2RaiI2IYHQ3k9QI/wMJYAhf/OCIBGbR+psF2D3UjvkZAFMhfcjjTj4njm+jWhu
sO46abagR3+69UliFh5+fnxZmRbvjDHNNk6k7DX421KmKkMJBu+gxw38FxWUQdX6
qyUiMhUTXUFJSkHAz+NU8Rw44udGrBsCZiHdOILPh7zAWxAIMUUYdKh39YC8MB+s
xKJ6o14cBc4lGsLh12G+TFPMV5GphYPLK7P5V05XgFrlq1UspNCnTsWTO0YngQwD
eSr//I2vHYyTV/sBr4D2ejql92xw0bpTKMtman0sWz4wdtjT9RQBW4uFHfKwSeRw
H9TmBgoQKdU+Qaa4VWxeF+epCoT24YC6RJpRFWVj/3qVS6HPq6mEbD7243KRCHYT
S7SXEyVVGtB1qku6EvDL
=hqXK
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
discard 8aaea7f Commit for release 1.11.0
add 828ba1d [FLINK-17801][tests] Increase timeout of
TaskExecutorTest.testHeartbeatTimeoutWithResourceManager
add 1bf5b81 [hotfix][tests] Make ClientTest extend TestLogger
add 81c185b [hotfix][qs] Fix logging of exception in RequestWriteListener
add 7cbdd91 [FLINK-13553][qs] Add logging to AbstractServerHandler
add 3e18c10 [FLINK-13553][tests] Enable TRACE logging for
org.apache.flink.queryablestate
add 17d3f05 [FLINK-17854][core] Move InputStatus to flink-core
add a0abaaf [FLINK-17854][core] Let SourceReader use InputStatus directly
add c408bb1 [hotfix][formatting] Fix the checkstyle issue of missing a
javadoc comment in DummyNoOpOperator
new 3314b26 Commit for release 1.11.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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 (80f862f)
\
N -- N -- N refs/tags/release-1.11.0-rc1 (156ad08b)
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.
The 1 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:
.../base/source/reader/SourceReaderBase.java | 13 ++++++-----
.../base/source/reader/SourceReaderTestBase.java | 3 ++-
.../flink/api/connector/source/SourceReader.java | 19 ++++-----------
.../org/apache/flink/core}/io/InputStatus.java | 27 +++++++++++++++-------
.../connector/source/mocks/MockSourceReader.java | 7 +++---
.../network/AbstractServerHandler.java | 5 +++-
.../flink/queryablestate/network/ClientTest.java | 3 ++-
.../runtime/taskexecutor/TaskExecutorTest.java | 2 +-
.../streaming/api/operators/SourceOperator.java | 13 ++---------
.../runtime/io/MultipleInputSelectionHandler.java | 1 +
.../runtime/io/PushingAsyncDataInput.java | 1 +
.../streaming/runtime/io/StreamInputProcessor.java | 1 +
.../runtime/io/StreamMultipleInputProcessor.java | 1 +
.../runtime/io/StreamOneInputProcessor.java | 1 +
.../runtime/io/StreamTaskNetworkInput.java | 1 +
.../runtime/io/StreamTaskSourceInput.java | 1 +
.../runtime/io/StreamTwoInputProcessor.java | 1 +
.../flink/streaming/runtime/tasks/StreamTask.java | 2 +-
.../runtime/io/StreamTaskNetworkInputTest.java | 1 +
.../runtime/tasks/MultipleInputStreamTaskTest.java | 2 +-
.../streaming/runtime/tasks/StreamTaskTest.java | 2 +-
.../apache/flink/table/util/DummyNoOpOperator.java | 3 +++
tools/log4j-travis.properties | 5 ++++
23 files changed, 65 insertions(+), 50 deletions(-)
rename {flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime
=> flink-core/src/main/java/org/apache/flink/core}/io/InputStatus.java (52%)