cockroachdb / cockroachdb/cockroach

jobs: add DELETE job ability

Open
#104,612 0 comments 0 reactions 0 assignees View on GitHub
A-jobs C-enhancement T-jobs
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

Customer Request: CANCEL JOB unfortunately leaves jobs behind to clutter up the jobs table until the jobs retention time is hit. Customer requested the ability to DELETE JOB, which would remove it as an entry in the jobs table. This way, they would be able to cancel jobs without them cluttering up the jobs table.

They want to keep their jobs retention time high for important jobs. However, they ran into an issue when testing changefeeds where they were constantly canceling changefeed jobs while testing, which quickly cluttered up the jobs table in a way that made the jobs table almost unusable. They would like to differentiate between types of job cancelations this way.

Jira issue: CRDB-28631

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.