(flink) branch master updated: [FLINK-35215][core] Add a test for deserializing an object whose serialization result is an empty byte array

2024-05-25 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 5b535e14107 [FLINK-35215][core] Add a test

(flink) branch release-1.19 updated: [hotfix][rest] Add getter methods for SubtasksTimesInfo to get all values easily

2024-05-22 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.19 by this push: new ddccfb62dcb [hotfix][rest] Add

(flink) branch master updated: [hotfix][rest] Add getter methods for SubtasksTimesInfo to get all values easily

2024-05-22 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 5ba0141e3b9 [hotfix][rest] Add getter methods

(flink) 02/02: [FLINK-35215][core] Fix the bug when Kryo serialize length is 0

2024-05-21 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit c1baf07d7601a683f42997dc35dfaef4e41bc928 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Tue Apr 23 14:21:1

(flink) 01/02: Revert "[FLINK-34954][core] Kryo Input bug fix"

2024-05-21 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 46db92641602313c4f5c1390807222c344880e2d Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Tue Apr 23 14:09:2

(flink) branch master updated (8b73ca955bc -> c1baf07d760)

2024-05-21 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 8b73ca955bc [FLINK-35383][docs] Update compatibility matrix for 1.19 release new 46db9264160 Revert "[

(flink) branch master updated (0c28e1ca7ea -> 48c14fe5d2b)

2024-05-16 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 0c28e1ca7ea [FLINK-35226][rest] Deprecate execution-mode in ExecutionConfigInfo related rest api add 48c14fe5d2b

(flink) branch master updated: [FLINK-35226][rest] Deprecate execution-mode in ExecutionConfigInfo related rest api

2024-05-16 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 0c28e1ca7ea [FLINK-35226][rest] Deprecate

(flink-kubernetes-operator) branch main updated: [FLINK-34537] Autoscaler JDBC Support HikariPool (#785)

2024-05-16 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new eb191337 [FLINK-34537

(flink) branch master updated: [FLINK-35041][test] Fix the IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration failed

2024-05-11 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 86c8304d735 [FLINK-35041][test] Fix

(flink) branch master updated: [hotfix][test] Fix InstantiationUtilTest cannot find assertFalse

2024-05-11 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new ec5364d251b [hotfix][test] Fix

(flink-kubernetes-operator) branch main updated: [FLINK-34212][autoscaler] Autoscaler Standalone cleans up stopped jobs to prevent memory leaks (#824)

2024-05-09 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 04829bf1 [FLINK-34212

(flink-connector-jdbc) 01/02: [Hotfix][Connector/JDBC] Add the validation hint-message for connection check timeout seconds

2024-05-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git commit 50e8d2b16c31420bad475b629b4ab0bf4218a1f1 Author: Roc Marshal AuthorDate: Sat Apr 20 13:54:36 2024 +0800

(flink-connector-jdbc) 02/02: [FLINK-33463][Connector/JDBC] Support the implementation of dynamic source tables based on the new source

2024-05-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git commit bde28e6a92ffa75ae45bc8df6be55d299ff995a2 Author: Roc Marshal AuthorDate: Sat Apr 20 13:55:44 2024 +0800

(flink-connector-jdbc) branch main updated (a9135f98 -> bde28e6a)

2024-05-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git from a9135f98 [FLINK-35176][Connector/JDBC] Support property authentication connection for dynamic jdbc

(flink) branch master updated: [FLINK-35306][test] Migrate flink-tests-java17 module to JUnit5 and assertj to solve jdk17 compile fails

2024-05-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 1c34ca011ca [FLINK-35306][test] Migrate flink

(flink-benchmarks) branch analyze-serializerKryoWithoutRegistration deleted (was cbace8d)

2024-05-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch analyze-serializerKryoWithoutRegistration in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git was cbace8d Analyze

(flink-benchmarks) branch analyze-serializerKryoWithoutRegistration created (now cbace8d)

2024-05-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch analyze-serializerKryoWithoutRegistration in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git at cbace8d Analyze

(flink-benchmarks) 01/01: Analyze SerializationFrameworkAllBenchmarks.serializerKryoWithoutRegistration

2024-05-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch analyze-serializerKryoWithoutRegistration in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git commit cbace8dd24854530d466df6c450f840a0b18dbce Author: fanrui <1996

(flink-kubernetes-operator) branch main updated: [FLINK-35105][autoscaler] Support setting default Autoscaler options at autoscaler standalone level

2024-05-06 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 249a6945 [FLINK-35105

(flink-connector-jdbc) 01/02: [FLINK-35176][Connector/JDBC] Support property authentication connection for JDBC catalog

2024-05-06 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git commit 5a8060b39d50490dc317ac941782df36d9a1d42d Author: Roc Marshal AuthorDate: Fri Apr 19 23:37:48 2024 +0800

(flink-connector-jdbc) 02/02: [FLINK-35176][Connector/JDBC] Support property authentication connection for dynamic jdbc source table

2024-05-06 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git commit a9135f98bd708525c1474d76da98dfce149fb4d3 Author: Roc Marshal AuthorDate: Sat Apr 20 16:27:43 2024 +0800

(flink-connector-jdbc) branch main updated (bb43b3c1 -> a9135f98)

2024-05-06 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git from bb43b3c1 [FLINK-33460][Connector/JDBC] Support property authentication connection. (#115) new

(flink-kubernetes-operator) branch main updated: [FLINK-34980] Translate overview document into Chinese (#810)

2024-05-06 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 9db83bcb [FLINK-34980] Translate

(flink) 03/03: [FLINK-35224][web] Show the JobType on Flink WebUI

2024-04-29 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 86de622c807413f2a7a1664113e39798f0fed81d Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Wed Apr 24 17:52:3

(flink) branch master updated (f75c5188660 -> 86de622c807)

2024-04-29 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from f75c5188660 [hotfix][docs] Fix file reference new 5263f9cbf20 [FLINK-35222][rest] Add getJobType

(flink) 01/03: [FLINK-35222][rest] Add getJobType for AccessExecutionGraph

2024-04-29 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 5263f9cbf20536e9a81a0044f22b033e78a908ea Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Wed Apr 24 17:25:0

(flink) 02/03: [FLINK-35223][rest] Add jobType in JobDetailsInfo related rest api

2024-04-29 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 917352ed35eff562a032a6e3038aaaf1177d2a8a Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Wed Apr 24 17:47:1

(flink) branch master updated: [hotfix][docs] Fix file reference

2024-04-28 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new f75c5188660 [hotfix][docs] Fix file reference

(flink) branch master updated (cca14d42106 -> 5e924d76250)

2024-04-28 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from cca14d42106 [FLINK-34379][table] Fix OutOfMemoryError with large queries add 5e924d76250 [hotfix][docs] Fix typo

(flink-kubernetes-operator) branch main updated: [hotfix] Using Flink ExceptionUtils#findThrowable for exception checking (#818)

2024-04-27 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 921bfd04 [hotfix] Using Flink

(flink) 02/03: [FLINK-29050][test-utils] Use JUnit5 to re-write AbstractTestBase, JavaProgramTestBase MultipleProgramsTestBase and tag the corresponding old implementation classes as deprecated

2024-04-24 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 29a045574efd498ba0cb760845a459928c722531 Author: Roc Marshal AuthorDate: Mon Jun 26 21:43:51 2023 +0800 [FLINK

(flink) branch master updated (09531994e3c -> 92eef24d4cc)

2024-04-24 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 09531994e3c [FLINK-35088][core] Watermark alignment maxAllowedWatermarkDrift and updateInterval param need check

(flink) 03/03: [FLINK-29050][JUnit5 Migration] Module: flink-hadoop-compatibility

2024-04-24 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 92eef24d4cc531d6474252ef909fc6d431285dd9 Author: Roc Marshal AuthorDate: Mon Jun 26 23:03:04 2023 +0800 [FLINK

(flink-connector-jdbc) branch main updated: [FLINK-33460][Connector/JDBC] Support property authentication connection. (#115)

2024-04-24 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git The following commit(s) were added to refs/heads/main by this push: new bb43b3c1 [FLINK-33460][Connector/JDBC

(flink) branch master updated (8576178c4c0 -> 09531994e3c)

2024-04-24 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 8576178c4c0 [FLINK-35188][table-api] Introduce RefreshHandler interface to support materialized table add

(flink-kubernetes-operator) branch main updated: [FLINK-34970] Translate architecture documents into Chinese

2024-04-22 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 9ea69eb1 [FLINK-34970] Translate

(flink-kubernetes-operator) branch main updated: [FLINK-34906][autoscaler] Only scale when all tasks are running

2024-04-16 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 75eb206e [FLINK-34906

(flink) branch master updated: [hotfix] Fix YARN ContainerId.getId Deprecated Used.

2024-04-06 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new ad8bbb49a5a [hotfix] Fix YARN ContainerId.getId

(flink) branch release-1.19 updated: [FLINK-34956][doc] Fix the config type wrong of Duration

2024-03-29 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.19 by this push: new e4ac2ee6257 [FLINK-34956][doc] Fix

(flink-kubernetes-operator) branch main updated (96f8b20d -> 9119d73a)

2024-03-28 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git from 96f8b20d [FLINK-34538][docs] Add Autotuning documentation (#807) add 9119d73a [FLINK-34957

(flink) branch master updated: [FLINK-34956][doc] Fix the config type wrong of Duration

2024-03-28 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new f31c128bfc4 [FLINK-34956][doc] Fix the config

(flink-kubernetes-operator) branch release-1.8 updated: [hotfix] Correct the doc related to restart time tracking

2024-03-25 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.8 in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/release-1.8 by this push: new d249e250 [hotfix

(flink) branch master updated: [FLINK-34526][runtime] Actively disconnect the TM in RM to reduce restart time (#24539)

2024-03-25 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new a54ee77a64c [FLINK-34526][runtime] Actively

(flink-kubernetes-operator) branch main updated: [hotfix] Correct the doc related to restart time tracking

2024-03-24 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new a97bc2d5 [hotfix] Correct

(flink-kubernetes-operator) branch main updated: [FLINK-34744][autoscaler] Fix the issue that autoscaling-dynamic cannot run

2024-03-19 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new b584b088 [FLINK-34744

(flink) branch release-1.19 updated: [FLINK-33798][statebackend/rocksdb] automatically clean up rocksdb logs when the task exited. (#23922)

2024-03-14 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.19 by this push: new 943d9a48fdc [FLINK-33798

(flink) branch release-1.18 updated: [FLINK-33798][statebackend/rocksdb] automatically clean up rocksdb logs when the task exited. (#23922)

2024-03-14 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.18 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.18 by this push: new 5a1fb807ab8 [FLINK-33798

(flink) branch release-1.17 updated: [FLINK-33798][statebackend/rocksdb] automatically clean up rocksdb logs when the task exited. (#23922)

2024-03-14 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.17 by this push: new 09e448440b8 [FLINK-33798

(flink-kubernetes-operator) branch main updated: [FLINK-34655] Copy IOMetricsInfo to `flink-autoscaler-standalone` module

2024-03-13 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new ab41083f [FLINK-34655] Copy

(flink) branch master updated: [FLINK-33798][statebackend/rocksdb] automatically clean up rocksdb logs when the task exited. (#23922)

2024-03-12 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 398bb506870 [FLINK-33798][statebackend/rocksdb

(flink) branch master updated (d6a4eb966fb -> eb9bcfa5893)

2024-03-11 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from d6a4eb966fb [FLINK-34417] Log Job ID via MDC add 7bfa1d303d8 [FLINK-34522][core] Changing the Time to Duration

(flink) branch master updated: [hotfix][runtime] Remove unneeded requestTaskManagerFileUploadByName (#24386)

2024-02-29 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new f88f7506834 [hotfix][runtime] Remove unneeded

(flink-kubernetes-operator) branch main updated: [FLINK-34504][autoscaler] Avoid the parallelism adjustment when the upstream shuffle type doesn't have keyBy (#783)

2024-02-26 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new f4b04ec5 [FLINK-34504

(flink-kubernetes-operator) branch main updated: [FLINK-34502][autoscaler] Support calculating network memory for forward and rescale edge (#782)

2024-02-23 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 304fca82 [FLINK-34502

(flink-kubernetes-operator) 04/04: [FLINK-33636][autoscaler] Document the JDBC Autoscaler event handler

2024-02-20 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git commit 37ca517f33c65c0a60eb54b90db85408124b45d4 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Wed

(flink-kubernetes-operator) 01/04: [refactor] Moving the getParallelismHashCode from KubernetesAutoScalerEventHandler to AutoScalerEventHandler

2024-02-20 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git commit 7cad846d8704a469229728b494f79d4e1d5c4513 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Wed

(flink-kubernetes-operator) 02/04: [FLINK-33636][autoscaler] Support the JDBCAutoScalerEventHandler

2024-02-20 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git commit 9fda27a855549d9e3d132523642f732a3a554354 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Wed

(flink-kubernetes-operator) 03/04: [FLINK-33636][autoscaler] Autoscaler Standalone supports the JdbcAutoScalerEventHandler

2024-02-20 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git commit c576c41742b0844c7506c37c456073a65d60ed09 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Wed

(flink-kubernetes-operator) branch main updated (0a7588c0 -> 37ca517f)

2024-02-20 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git from 0a7588c0 [FLINK-34266][FLINK-34213] Compute Autoscaler metrics correctly over metric window

(flink) 02/02: [FLINK-34336][test] Fix the bug that AutoRescalingITCase may hang sometimes

2024-02-20 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git commit c91029b0456ddd7635fe0f04ad9ecb4813c5d5a3 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Fri Feb 2 13:08:0

(flink) branch release-1.19 updated (a9bec20cdef -> c91029b0456)

2024-02-20 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git from a9bec20cdef [hotfix][docs] Update the versions of mongodb supported by mongodb-connector (#24342) new

(flink) 01/02: [hotfix][tests] Disables cool down phase for faster test execution

2024-02-20 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git commit b7ea090082d374e4788192dc75eabfa0bbca2777 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Thu Feb 1 21:09:3

(flink) branch master updated: [FLINK-34336][test] Fix the bug that AutoRescalingITCase may hang sometimes

2024-02-19 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new e2e3de2d48e [FLINK-34336][test] Fix the bug

(flink) 02/02: [FLINK-33960][Scheduler] Fix the bug that Adaptive Scheduler doesn't respect the lowerBound when one flink job has more than 1 tasks

2024-02-18 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git commit d039c6f8ace186151706477bfa95ac312218 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Mon Jan 1 11:59:5

(flink) 01/02: [FLINK-33960][JUnit5 migration] Migrate SlotSharingSlotAllocatorTest to Junit5 and Assertj

2024-02-18 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git commit 891a9755eba1ba1be7598c35e8b3060dbf28b482 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Mon Jan 1 11:26:1

(flink) branch release-1.19 updated (e7ac9887f92 -> d039c6f8ace)

2024-02-18 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git from e7ac9887f92 [hotfix] Rename ProtobufSQLITCaseTest -> ProtobufSQLITCase new 891a9755eba [FLINK-33960][JUn

(flink) branch master updated (620e5975985 -> 050503c65f5)

2024-02-17 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 620e5975985 [FLINK-26948][table] Add-ARRAY_SORT-function. add 050503c65f5 [Hotfix] fix typo for pipelne No new

(flink-kubernetes-operator) branch main updated: [FLINK-34389][autoscaler] JdbcAutoscalerStateStore explicitly writes update_time

2024-02-14 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 733b1b54 [FLINK-34389

(flink) 01/02: [FLINK-33960][JUnit5 migration] Migrate SlotSharingSlotAllocatorTest to Junit5 and Assertj

2024-02-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.18 in repository https://gitbox.apache.org/repos/asf/flink.git commit ae8f8b1eb839dff388f3435a3d16e0db33e1e41e Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Mon Jan 1 11:26:1

(flink) 02/02: [FLINK-33960][Scheduler] Fix the bug that Adaptive Scheduler doesn't respect the lowerBound when one flink job has more than 1 tasks

2024-02-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.18 in repository https://gitbox.apache.org/repos/asf/flink.git commit 6cd71506fe474eca3b02fbb064912fba9f242b94 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Mon Jan 1 11:59:5

(flink) branch release-1.18 updated (d185531f109 -> 6cd71506fe4)

2024-02-08 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch release-1.18 in repository https://gitbox.apache.org/repos/asf/flink.git from d185531f109 [hotfix][build] Fixes error message when printing the 15 biggest directories new ae8f8b1eb83

(flink) branch master updated (777e96f0fbd -> 1b95b191922)

2024-02-07 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 777e96f0fbd [FLINK-33960][Scheduler] Fix the bug that Adaptive Scheduler doesn't respect the lowerBound when one

(flink) 01/02: [FLINK-33960][JUnit5 migration] Migrate SlotSharingSlotAllocatorTest to Junit5 and Assertj

2024-02-07 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 71336d6c874cd3e4da3b694e22df132dff51a6a8 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Mon Jan 1 11:26:18 2024

(flink) 02/02: [FLINK-33960][Scheduler] Fix the bug that Adaptive Scheduler doesn't respect the lowerBound when one flink job has more than 1 tasks

2024-02-07 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 777e96f0fbd90e5a45366c0fd54bda85dc813b94 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Mon Jan 1 11:59:54 2024

(flink) branch master updated (042a4d2d8a8 -> 777e96f0fbd)

2024-02-07 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 042a4d2d8a8 [FLINK-21949][table] Support ARRAY_AGG aggregate function (#23411) new 71336d6c874 [FLINK-33960

(flink) branch master updated: [FLINK-34345][runtime] Remove TaskExecutorManager related logic

2024-02-06 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new f1fba33d85a [FLINK-34345][runtime] Remove

(flink) branch master updated: [FLINK-33739][doc] Document FLIP-364: Improve the exponential-delay restart-strategy

2024-02-06 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 2f040e38eab [FLINK-33739][doc] Document FLIP-364

(flink) branch master updated: [FLINK-34247][doc] Fix the wrong zh link for flink-configuration-file and repeated flink configuration file

2024-02-05 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new d44e940e9d2 [FLINK-34247][doc] Fix the wrong zh

(flink) branch release-1.17 updated: [FLINK-33981][runtime] Fix not closing DirectoryStream after listing local state files

2024-02-04 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.17 by this push: new 1419619b071 [FLINK-33981][runtime

(flink) branch master updated: [FLINK-33981][runtime] Fix not closing DirectoryStream after listing local state files

2024-02-04 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 360c1a0831b [FLINK-33981][runtime] Fix

(flink) branch release-1.18 updated: [FLINK-33981][runtime] Fix not closing DirectoryStream after listing local state files

2024-02-03 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch release-1.18 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.18 by this push: new fc54ffd0c3e [FLINK-33981][runtime

(flink) branch master updated: [FLINK-26369][doc-zh] Translate the part zh-page mixed with not be translated.

2024-02-02 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 5fe6f2024f7 [FLINK-26369][doc-zh] Translate

(flink-kubernetes-operator) 01/02: [FLINK-34178][autoscaler][refactor] Get the jobRunningTs from JobStatus.RUNNING instead of max timestamp

2024-02-01 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git commit 746a996732e56e573f7882764c82e2faa2cba71d Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Mon

(flink-kubernetes-operator) 02/02: [FLINK-34178][autoscaler] Fix the bug that observed scaling restart time is always great than `stabilization.interval`

2024-02-01 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git commit 2bd6b1b38171ce821509d46d687291b876f72a2e Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Mon

(flink-kubernetes-operator) branch main updated (398a87c9 -> 2bd6b1b3)

2024-02-01 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git from 398a87c9 [FLINK-34329][autoscaler] Fix the bug that scaling report parser doesn't support Locale

(flink-kubernetes-operator) branch main updated: [FLINK-34329][autoscaler] Fix the bug that scaling report parser doesn't support Locale

2024-02-01 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 398a87c9 [FLINK-34329

(flink-kubernetes-operator) branch main updated: [FLINK-34104][autoscaler] Improve the ScalingReport format of autoscaling

2024-01-29 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 66808eb9 [FLINK-34104

(flink) branch master updated: [FLINK-34249][runtime] Remove DefaultSlotTracker related logic.

2024-01-28 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new a24f7717847 [FLINK-34249][runtime] Remove

(flink-kubernetes-operator) branch main updated: [FLINK-33287] Using the flink shaded jackson for flink-autoscaler

2024-01-24 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new ca558744 [FLINK-33287] Using

(flink) branch master updated (393ef1cc439 -> 551bb9ebdc4)

2024-01-23 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 393ef1cc439 [FLINK-33865][runtime] Adding an ITCase to ensure `exponential-delay.attempts-before-reset-backoff` works

(flink) branch master updated (533ead6ae94 -> 393ef1cc439)

2024-01-23 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 533ead6ae94 [FLINK-33198][format/avro] Properly map Avro timestamp types in Flink Avro format add 5c895aa670b

(flink) 03/05: [FLINK-33565][Scheduler] ConcurrentExceptions works with exception merging

2024-01-23 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 9f20bc41db85b0928cd98c172a85cb43076e0ec0 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Sun Dec 17 17:12:1

(flink) 05/05: [hotfix] Remove the wrong `@Nullable` annotation of FailureHandlingResult due to the constructor checks `verticesToRestart` is not null

2024-01-23 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit ad3f13f1d5b1604fda76292944233be78a87b456 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Wed Jan 10 16:53:4

(flink) branch master updated (580c4ae0e4e -> ad3f13f1d5b)

2024-01-23 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 580c4ae0e4e [FLINK-33975] Tests for the new Sink V2 transformations new 8a7e5499398 [FLINK-33565][Exception

(flink) 02/05: [FLINK-33565][Exception] Restart strategy checks whether current failure is a new attempt

2024-01-23 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit bb437bd07f583ffa4c86bc525659abe477d6d051 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Sat Dec 16 12:33:1

(flink) 04/05: [FLINK-33565][Scheduler] Correct the numberOfRestarts metric

2024-01-23 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit d031f6008d7cc2cb7928adbf84ff89e7bccf9dde Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Wed Jan 10 15:48:3

(flink) 01/05: [FLINK-33565][Exception] Archive exceptions into the exception history immediately when they occur, instead of archiving them when restarting

2024-01-23 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 8a7e54993980d84886c5c24d2fe9d2f7f42b9f74 Author: Rui Fan <1996fan...@gmail.com> AuthorDate: Sun Dec 17 11:56:4

(flink-kubernetes-operator) branch main updated: [FLINK-33403] Bump flink version to 1.18.1 for flink-kubernetes-operator

2024-01-22 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git The following commit(s) were added to refs/heads/main by this push: new 72231cf1 [FLINK-33403] Bump

(flink) branch master updated: [FLINK-33221][core][config] Add config options for administrator JVM options

2024-01-21 Thread fanrui
This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new b4eb8ac503f [FLINK-33221][core][config] Add

  1   2   3   4   >