Highlights
- Arctic Code Vault Contributor
Popular repositories
2,926 contributions in the last year
Activity overview
Contributed to
cockroachdb/cockroach,
cockroachdb/cockroach-gen,
cockroachlabs/release-staging
and 5 other
repositories
Contribution activity
December 2020
Created 92 commits in 2 repositories
Created a pull request in cockroachdb/cockroach that received 9 comments
tracing: simplify recording state
We were previously keeping an authoritative recordingType under
crdbSpanMu and had a cheap atomic boolean outside of the mutex
that was checked in …
+50
−32
•
9
comments
Opened 16 other pull requests in 1 repository
cockroachdb/cockroach
14
merged
1
closed
1
open
- tracing: add LogStructured API
- execstats: use ExtractStatsFromSpans in TraceAnalyzer
- tracing: optimize context.Context allocations
- tracing: add StartSpanCtx
- pprofui: allow ?seconds to be passed to heap, goroutine, etc
- kvserver: fix testing code that was accidentally in prod
- tracing: fix child span optimization
- release-20.2: kvserver: allow healing ranges whose replicas are all lost
- tracing: rename "snowball" tracing to verbose tracing
- kvserver: avoid multiTestContext racing replicate queue
- kv: fix a snapshot error test matcher
- kvserver: fix two broken retry loops
- sql: remove `local` option to `SET TRACING`
- kvserver: disallow racing replicate queue during tests
- tracing: allow background tracing via trace.mode cluster
- tracing: remove unnecessary optimization
Reviewed 37 pull requests in 2 repositories
cockroachdb/cockroach 36 pull requests
- ts: allow time interval and series to dump to be specified
- sql,kv: add compact_engine_span for internal use
- migration: introduce primitives for below-raft migrations
- execstats: use ExtractStatsFromSpans in TraceAnalyzer
- tracing: optimize context.Context allocations
- tracing: add StartSpanCtx
- deps: bump cockroachdb/redact
- lint: simplify TestRoachVet
- migration: introduce various other bells and whistles...
- tracing: allow background tracing via trace.mode cluster
- pprofui: allow ?seconds to be passed to heap, goroutine, etc
- storage,kvserver: fix bugs and tests when using separated intents
- kv/kvserver: skip TestStoreRangeMergeWatcher
- server: add poller for tenant cluster settings
- server: delete node status entries during decommissioning
- testfilter: further cleanups
- sql: make writes to `system.eventlog` conditional
- kvserver: simplify range state initialization
- settings, *: make NonNeg/Positive passed validators
- server: improve a logging message
- build: tweak the TC test runner to detect package fails
- server: add TestBumpClusterVersion
- cli: allow `cockroach debug reset-quorum` actually connect
- *: introduce the kv `Migrate` command, and `GCReplicas`/`FlushAllEngines` RPCs
- server: name autoupgrade file more appropriately
- Some pull request reviews not shown.
cockroachdb/redact 1 pull request
Created an issue in cockroachdb/cockroach that received 4 comments
kvserver: properly sequence replication changes
Is your feature request related to a problem? Please describe. Manual and automatic replication changes often clash. This is particularly true in t…
4
comments