Popular repositories
1,580 contributions in the last year
Less
More
Contribution activity
July 2021
Created 32 commits in 2 repositories
Created a pull request in cockroachdb/cockroach that received 7 comments
rowexec: remove unnecessary joiner member
The joiner had a field tracking a confusing lookup row index. Besides being confusing, this member obscured the fact that it was equal to the ordin…
+17
−9
•
7
comments
Opened 10 other pull requests in 1 repository
cockroachdb/cockroach
4
open
6
merged
- release-20.2: kvserver: fix bug causing stuck closed timestamps
- kvserver: simplify a test
- release-21.1: kvserver: fix bug causing stuck closed timestamps
- release-21.1: kvcoord: setting to reject txns above lock span limit
- kvserver: fix bug causing stuck closed timestamps
- catalog: calm down a spammy log message
- sql: rationalize batch key and bytes limit
- stop, kvclient: include DistSender partial batches in traces
- sql: remove unused field in txnKKFetcher
- rfc: correct bounded-staleness RFC on Spanner safe timestamp
Reviewed 19 pull requests in 1 repository
cockroachdb/cockroach 19 pull requests
- sql: rationalize batch key and bytes limit
- RFC: RFC for lookup-joins that are both limited and parallel
- sql: fix misuse of tracing API for enabling slow txn tracing
- kvcoord: always start TxnCoordSender heartbeat loop
- kvserver: fix bug causing stuck closed timestamps
- kvcoord: setting to reject txns above lock span limit
- ui: fix chart labels on the Replication Dashboard
- stop, kvclient: include DistSender partial batches in traces
- kv: introduce setting for maximum lock wait-queue depth
- kv,storage: use a BytesMonitor to track memory allocations for scans
- sql,kv: permit txn rollbacks across LockNotAvailable errors
- rowexec: remove unnecessary joiner member
- util/cache: pool short-lived Entry objects
- kv/concurrency: expose lock table counters, introduce timeseries metrics
- rowexec: add comments around joinReaderStrategies
- release-20.2: kvserver: avoid bootstrapping closedTS state with the lease start time
- pgwire: pre-allocate a temporary buffer to use when serializing arrays/tuples
- kvcoord: merge budgets for in-flight writes and lock spans
- kvcoord: assert sanity when tracking in-flight write
Created an issue in cockroachdb/cockroach that received 11 comments
cli: debug.zip collection of table schema is too slow
I saw a user collecting a debug.zip using a 21.1.5 client binary (against a 20.2 cluster). It looked to me like the collection of table schemas was…
11
comments
Opened 9 other issues in 1 repository
cockroachdb/cockroach
1
closed
8
open
- sql: sql.trace.txn.enable_threshold broken in 21.1
- opt: TestCCLLogic/multiregion-9node-3region-3azs/regional_by_row flaky
- lint: want pragma to inhibit the linter prohibiting direct error casts
- kvserver: throttle frequency of resolved timestamp checkpoints publishing to registrations
- console: statements: want median exec time instead of mean
- console: want better observability for queries executed with multiple plans
- server: runtime stats log messages were dehumanized
- log: structured log messages record useless file:line
- cli: debug.zip: want ability to trigger debug.zip collection from console