-
Cockroach Labs Inc
- NYC
- http://davidt.io
Block or Report
Block or report dt
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
cockroachdb/cockroach Public
CockroachDB - the open source, cloud-native distributed SQL database.
-
-
779 contributions in the last year
Less
More
Activity overview
Contributed to
cockroachdb/cockroach,
cockroachdb/cockroach-gen,
cockroachdb/docs
and 6 other
repositories
Contribution activity
March 2023
Created 38 commits in 1 repository
Created a pull request in cockroachdb/cockroach that received 14 comments
jobs: change job_info.info_key to string
Release note: none. Epic: none. Hopefully we get this one in now before it is released and harder to change later. I think if we go with bytes, we'…
+66
−66
•
14
comments
Opened 18 other pull requests in 1 repository
cockroachdb/cockroach
17
merged
1
open
- release-23.1: jobs: change job_info.info_key to string
- changefeed: cancel jobs replicated from another cluster
- release-22.2: kvserver: add setting to add stack history to trace of slow requests
- changefeedccl: add execution_locality option
- backupccl: support 'execution locality' option in scheduled backups
- backup: use locality filter to restrict processes to locality
- backup: rename 'coordinator_locality' to 'execution locality'
- parser: fix error, reorder SHOW BACKUP CONNECTION options
- cloud/gcp_test: add weird code 0/ok error to regex
- server: retry session creation if session isn't ready
- cloudccl/gcp: use correct testing.T in subtests
- sql: deprecate gossip-based physical planning
- sql: add closest-instance physical planning
- release-22.2: backupccl: backport SHOW BACKUP CONNECTION
- cloudcheck: add param to run multiple tests concurrently
- cloudcheck: add duration param to cloud connection tester
- tracing: fix stack gathering null bytes bug
- kvserver: add stack history to trace of slow requests
Reviewed 55 pull requests in 1 repository
cockroachdb/cockroach
25 pull requests
- jobs: update jobs and job_info join queries
- release-23.1: jobs,*: stop writing payload and progress to system.jobs
- release-23.1: backupccl: avoid RAID0ing local NVMe and GP3 storage in restore roachtests
- upgrade: override resumer to deflake TestBackfillJobsInfoTable
- server: configure nodelocal storage for shared-process tenant servers
- release-23.1: streamingccl: add size-based flushing, and sstable splitting
- cli: skip Example_demo_locality
- upgrades: skip flaky tests for TestSystemPrivilegesUserIDMigration
- kvtenantccl: skip TestTenantUpgradeInterlock until we investigate
- release-23.1: jobsprofiler: store DistSQL diagram of jobs in job info
- release-23.1: changefeedccl: add execution_locality option
- backupccl: lower the buffer size of doneScatterCh in gen split and scatter
- cloud: add optional connection timeout retries
- jobsprofiler: store DistSQL diagram of jobs in job info
- release-23.1: server,upgrades: bootstrap at binaryMinVersion and run upgrades to BinaryVersionOverride
- release-22.1: backupccl: add some observability to stats insertion during restore
- streamingccl: add size-based flushing, and sstable splitting
- jobs: fix bug in the InfoStorage read path
- release-23.1: backupccl: ensure makeSimpleImportSpans handles span frontier checkpointing
- release-23.1: c2c: add acceptance test
- jobs,*: stop writing payload and progress to system.jobs
- changefeedccl: add execution_locality option
- server,upgrades: bootstrap at binaryMinVersion and run upgrades to BinaryVersionOverride
- backup: use locality filter to restrict processes to locality
- release-22.1: backupccl: stop logging unsanitized backup stmt in schedule executor
- Some pull request reviews not shown.
Created an issue in cockroachdb/cockroach that received 1 comment
jobs: new job_info table's info_key column hard for humans to consume/debug
The bytes column adds friction when interacting which this new system table, particularly when trying to debug it. We should switch to a string now…
1
comment