matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.79k stars 277 forks source link

feat: support reset ETLMergeTask and StorageUsage cron_task Options.Labels 2.0-dev #20232

Open xzxiong opened 22 hours ago

xzxiong commented 22 hours ago

What type of PR is this?

Which issue(s) this PR fixes:

issue #https://github.com/matrixorigin/MO-Cloud/issues/3245

cherry-pick: https://github.com/matrixorigin/matrixone/pull/20104

What this PR does / why we need it:

  1. new config observability.task-label. specify options.Label for mo_task ETLMergeTaskStorageUsage
  2. new config observability.reset-task-label. Do reset and check labels op at the beginning of StorageUsage task.
  3. fix internalExecutor got query result, in append situation.