Closed aishikbh closed 1 week ago
Attention: Patch coverage is 0%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 63.81%. Comparing base (
59551e4
) to head (1808a98
). Report is 1343 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...lix/core/minion/PinotHelixTaskResourceManager.java | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue
Currently there is no way to add custom prefix/suffix to task names. It can be useful to have the support to add prefix/suffix support for the tasks.
Changes
TASK_NAME_PREFIX_KEY
andTASK_NAME_SUFFIX_KEY
inBatchConfigProperties
.PinotHelixTaskResourceManager
.