cockroachdb / cockroachdb/cockroach
sql: jobify fingerprint command
Open
A-disaster-recovery
C-enhancement
E-starter
O-postmortem
P-3
T-disaster-recovery
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
the internal fingeprint command is currently implemented as a query which isn't resilient to temporary unavailability or node restart. Since the fingerprint command is a full scan like a backup, we should jobify it.
Jira issue: CRDB-52221
Epic CC-32671
Contributor guide
Research direction
Start by locating the internal fingerprint command and tracing how its current query performs the full scan, then compare that behavior with the backup job. The work is done when fingerprinting is jobified and remains resilient to temporary unavailability and node restarts, as described in CRDB-52221 and epic CC-32671.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, sql
- Domain
- databases, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100