Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
2,633 contributions in the last year
Contribution activity
September 2020
Created a pull request in cockroachdb/cockroach that received 5 comments
kvclient: fix a request routing bug
This patch fixes a bug in the DistSender's interaction with the range cache. The DistSender interacts with the cache through an EvictionToken; this…
+397
−233
•
5
comments
- release-20.1: util/tracing: fix timing info on Recording.String()
- release-20.2: util/tracing: fix timing info on Recording.String()
- release-20.2: kvclient: fix a request routing bug
- roachtest: improve Ctrl+C behavior
- sql: add a test for the internal executor
- kvclient: seed the random num generator for tests
- roachtest: add a few roachtest logs
- roachtest: fix leaking of clusters
- release-20.2: kvserver: reintroduce RangeDesc.GenerationComparable
- release-20.1: kvserver: remove bad wto assertion
- release-20.2: kvserver: remove bad wto assertion
- kvserver: reintroduce RangeDesc.GenerationComparable
- kvserver: plumb a ctx
- util/tracing: fix timing info on Recording.String()
- kvserver: remove bad wto assertion
- kvserver: remove stale desc compare code
- sql: include err msg in a barrier
- kvclient: fix a request routing bug
- sql: fix internal executor usage in leaf txn
- util/tracing: fix timing info on Recording.String()
- kvserver: reintroduce RangeDesc.GenerationComparable
- sql: exempt `SET` statements from the statement_timeout
- kv: increment bytesSent, not batchSize in kvBatchSnapshotStrategy.sendBatch
- util/tracing: limit number of child spans per span
- kv: disallow 1PC evaluation when heartbeating and txn record present
- rpc: set up tracing for gRPC streams
- roachtest: unskip cdc/crdb-chaos
- kvserver: remove stale desc compare code
- kvserver: remove bad wto assertion
- sql: ensure auto-retrying transactions respect the statement_timeout
- testutils: improve TestCluster{Interface,Factory} API
- kvclient: improve logging of slow RPCs in DistSender
- cli: improve interactive sql shell timings
- kvserver: unskip TestStoreRangeMergeConcurrentRequests
Created an issue in cockroachdb/cockroach that received 4 comments
server: redactable logs flips bits when printing pointers
This on the face of it will seem completely bizarre, but I believe I am not a crackpot.
When running with --redactable-logs (the default), some of …
4
comments
- execinfra: panic decoding row in under high verbosity
- adminui: table on the jobs page looks iffy when it doesn't have horizontal space
- adminui: arrows are for moving the timeseries window are not positioned properly in 20.1.4
- adminUI: statements pages doesn't load; Uncaught TypeError: Cannot read property 'mean' of undefined