-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/catalogIssues or PRs related to catalog managementIssues or PRs related to catalog managementkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Describe the bug
In our cluster, we found a lot warning log in Master fe.log
2020-05-25 14:33:06,763 WARN 44 [DynamicPartitionScheduler.recordCreatePartitionFailedMsg():324] dynamic add partition failed: errCode = 2, detailMessage = Range [types: [DATE]; keys: [2021-03-23]; ‥types: [DATE]; keys: [2021-04-23]; ) is intersected with range: [types: [DATE]; keys: [2021-03-25]; ‥types: [DATE]; keys: [2021-04-25]; ), db: default_cluster:db1, table: palo_tbl
To Reproduce
- Create table with dynamic partition enabled, and time unit is month.
- Suppose today is 2020-05-25, it will create partition with range
[05-25, 06-25), ... - Tomorrow, it will begin to create partition with range
[05-26, 06-26)
Expected behavior
We expected to have range [05-01, 06-01), [06-01, 07-01)
Metadata
Metadata
Assignees
Labels
area/catalogIssues or PRs related to catalog managementIssues or PRs related to catalog managementkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.