Skip to content

Added variable LIMIT_PARTITION_REQUEST_NUMBER to protect the cluster

Compare
Choose a tag to compare
@RickArt RickArt released this 28 Jun 19:46
· 67 commits to master since this release
e2dca92

[3.0.10] - 2023-06-28
Added
Added variable LIMIT_PARTITION_REQUEST_NUMBER to protect the cluster, this controls how many partitions can be scanned for each partitioned table. The default value "-1" means no limit. The limit on partitions does not affect metadata-only queries.
Changed
Upgraded github actions ubuntu runner to 22.04 (was 18.04).
Set amazonlinux version to 2 (was latest).
Upgraded mvn version to 3.9.3(was 3.6.3).