Pinned
1,483 contributions in the last year
Less
More
Contribution activity
July 2021
Created 2 commits in 2 repositories
Created a pull request in cockroachdb/cockroach that received 8 comments
kvcoord: always start TxnCoordSender heartbeat loop
Previously, potential 1PC transactions (containing an EndTxn in the
same batch as writes) did not start the TxnCoordSender heartbeat loop,
and thus…
+48
−67
•
8
comments
Opened 1 other pull request in 1 repository
cockroachdb/cockroach
1
open
Reviewed 16 pull requests in 1 repository
cockroachdb/cockroach 16 pull requests
- kvcoord: always start TxnCoordSender heartbeat loop
- roachtest: fix acceptance/multitenant
- roachtest: skip kv/gracefuldraining/nodes=3
- testcluster: add missing nil check
- build: add TeamCity build script to stress roachtests
- range{feed,client},roachpb: standardize mock generation through bazel
- roachtest: improve end-user documentation
- kvserver: fix data race in TestStoreBlockTransferLeaseRequestAfterSubsumption
- release-21.1: kvserver: mark 'desc not found' error as snapshot error
- kvserver: Add migration for interleaved intents to separated
-
roachtest: more ground work to move tests into
tests - roachtest: start moving tests into tests/
- roachtest: add and go through registry.Registry
-
roachtest: avoid access to
cockroachandworkloadglobals - release-21.1: kv: avoid 1k entry readahead in each scan of uncached Raft log
- release-20.2: kv: avoid 1k entry readahead in each scan of uncached Raft log