beyond1920 commented on a change in pull request #453: URL: https://github.com/apache/flink-web/pull/453#discussion_r663444090
########## File path: _posts/2021-07-01-release-1.13.2.md ########## @@ -0,0 +1,265 @@ +--- +layout: post +title: "Apache Flink 1.13.2 Released" +date: 2021-07-01 00:00:00 +categories: news +authors: +- tangyun: + name: "Yun Tang" + +--- + +The Apache Flink community released the first bugfix version of the Apache Flink 1.13 series. + +This release includes 82 fixes and minor improvements for Flink 1.13.2. The list below includes bugfixes and improvements. For a complete list of all changes see: +[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350218&styleName=&projectId=12315522). + +We highly recommend all users to upgrade to Flink 1.13.2. + +Updated Maven dependencies: + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>1.13.2</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java_2.11</artifactId> + <version>1.13.2</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients_2.11</artifactId> + <version>1.13.2</version> +</dependency> +``` + +You can find the binaries on the updated [Downloads page]({{ site.baseurl }}/downloads.html). + + + + + Release Notes - Flink - Version 1.13.2 + +<h2> Sub-task +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22726'>FLINK-22726</a>] - Hive GROUPING__ID returns different value in older versions +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-15493'>FLINK-15493</a>] - FlinkKafkaInternalProducerITCase.testProducerWhenCommitEmptyPartitionsToOutdatedTxnCoordinator failed on travis +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-20431'>FLINK-20431</a>] - KafkaSourceReaderTest.testCommitOffsetsWithoutAliveFetchers:133->lambda$testCommitOffsetsWithoutAliveFetchers$3:134 expected:<10> but was:<1> +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-20975'>FLINK-20975</a>] - HiveTableSourceITCase.testPartitionFilter fails on AZP +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-21389'>FLINK-21389</a>] - ParquetInputFormat should not need parquet schema as user input +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-21445'>FLINK-21445</a>] - Application mode does not set the configuration when building PackagedProgram +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-21952'>FLINK-21952</a>] - Make all the "Connection reset by peer" exception wrapped as RemoteTransportException +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22045'>FLINK-22045</a>] - Set log level for shaded zookeeper logger +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22272'>FLINK-22272</a>] - Some scenes can't drop table by hive catalog +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22312'>FLINK-22312</a>] - YARNSessionFIFOSecuredITCase>YARNSessionFIFOITCase.checkForProhibitedLogContents due to the heartbeat exception with Yarn RM +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22370'>FLINK-22370</a>] - ParquetColumnarRowSplitReader#reachedEnd() returns false after it returns true +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22376'>FLINK-22376</a>] - SequentialChannelStateReaderImpl may recycle buffer twice +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22464'>FLINK-22464</a>] - OperatorEventSendingCheckpointITCase.testOperatorEventLostWithReaderFailure hangs with `AdaptiveScheduler` +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22480'>FLINK-22480</a>] - KafkaChangelogTableITCase hangs on Azure +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22492'>FLINK-22492</a>] - KinesisTableApiITCase with wrong results +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22496'>FLINK-22496</a>] - ClusterEntrypointTest.testCloseAsyncShouldBeExecutedInShutdownHook failed +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22613'>FLINK-22613</a>] - FlinkKinesisITCase.testStopWithSavepoint fails +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22621'>FLINK-22621</a>] - HBaseConnectorITCase.testTableSourceSinkWithDDL unstable on azure +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22683'>FLINK-22683</a>] - The total Flink/process memory of memoryConfiguration in /taskmanagers can be null or incorrect value +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22686'>FLINK-22686</a>] - Incompatible subtask mappings while resuming from unaligned checkpoints +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22689'>FLINK-22689</a>] - Table API Documentation Row-Based Operations Example Fails +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22698'>FLINK-22698</a>] - RabbitMQ source does not stop unless message arrives in queue +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22725'>FLINK-22725</a>] - SlotManagers should unregister metrics at the start of suspend() +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22730'>FLINK-22730</a>] - Lookup join condition with CURRENT_DATE fails to filter records +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22746'>FLINK-22746</a>] - Links to connectors in docs are broken +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22759'>FLINK-22759</a>] - Correct the applicability of RocksDB related options as per operator +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22760'>FLINK-22760</a>] - HiveParser::setCurrentTimestamp fails with hive-3.1.2 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22777'>FLINK-22777</a>] - Restore lost sections in Try Flink DataStream API example +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22779'>FLINK-22779</a>] - KafkaChangelogTableITCase.testKafkaDebeziumChangelogSource fail due to ConcurrentModificationException +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22786'>FLINK-22786</a>] - sql-client can not create .flink-sql-history file +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22795'>FLINK-22795</a>] - Throw better exception when executing remote SQL file in SQL Client +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22796'>FLINK-22796</a>] - Update mem_setup_tm documentation +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22814'>FLINK-22814</a>] - New sources are not defining/exposing checkpointStartDelayNanos metric +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22815'>FLINK-22815</a>] - Disable unaligned checkpoints for broadcast partitioning +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22820'>FLINK-22820</a>] - Stopping Yarn session cluster will cause fatal error +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22833'>FLINK-22833</a>] - Source tasks (both old and new) are not reporting checkpointStartDelay via CheckpointMetrics +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22856'>FLINK-22856</a>] - Move our Azure pipelines away from Ubuntu 16.04 by September +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22863'>FLINK-22863</a>] - ArrayIndexOutOfBoundsException may happen when building rescale edges +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22886'>FLINK-22886</a>] - Thread leak in RocksDBStateUploader +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22890'>FLINK-22890</a>] - Few tests fail in HiveTableSinkITCase +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22894'>FLINK-22894</a>] - Window Top-N should allow n=1 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22908'>FLINK-22908</a>] - FileExecutionGraphInfoStoreTest.testPutSuspendedJobOnClusterShutdown should wait until job is running +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22927'>FLINK-22927</a>] - Exception on JobClient.get_job_status().result() +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22932'>FLINK-22932</a>] - RocksDBStateBackendWindowITCase fails with savepoint timeout +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22945'>FLINK-22945</a>] - StackOverflowException can happen when a large scale job is CANCELING/FAILING +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22946'>FLINK-22946</a>] - Network buffer deadlock introduced by unaligned checkpoint +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22948'>FLINK-22948</a>] - Scala example for toDataStream does not compile +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22952'>FLINK-22952</a>] - docs_404_check fail on azure due to ruby version not available +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-22955'>FLINK-22955</a>] - lookup join filter push down result to mismatch function signature Review comment: [FLINK-22955] is Unresolved, should we remove it from the 1.13.2 list? If yes, maybe it's better to double check if there are other unfinished issues in the list? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org