-
Cockroach Labs
- https://stevendanna.github.io
Highlights
- Pro
Block or Report
Block or report stevendanna
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.
-
chef/chef-server Public
Chef Infra Server is a hub for configuration data; storing cookbooks, node policies and metadata of managed nodes.
-
1,119 contributions in the last year
Less
More
Contribution activity
March 2023
Created 28 commits in 1 repository
Created a pull request in cockroachdb/cockroach that received 29 comments
sql: add REPLICATION and MANAGETENANT system privileges
This adds two new system privileges:
REPLICATION
: Allows the user to call the internal functions that
produce a cross-cluster replication stream.
+160
−84
•
29
comments
Opened 18 other pull requests in 1 repository
cockroachdb/cockroach
4
open
14
merged
- cloud: add optional connection timeout retries
- ui: add empty go.mod files to workspaces
- streamingccl: add size-based flushing, and sstable splitting
- multitenant: don't panic if reader doesn't exist yet
- server: use no-op cost controller for shared-process tenants
- backupccl, sql: ignore missing sequences when request during restore
- release-22.2: backupccl: add include_all_secondary_tenants option
- streamingccl: use fingerprinting in more tests
- sql: fix iteration conditions in crdb_internal.scan
- sql: avoid panic by not applying AvoidBuffering to InternalExecutor
- storage: mvccExportToWriter should always return buffered range keys
- server: configure nodelocal storage for shared-process tenant servers
- sql: accept names in crdb_internal.update_tenant_resource_limits
- kv: exempt tenant from KV-side limiting based on capability
- sql: crdb_internal.fingerprint should read at txn.ReadTimestamp
- sql: crdb_internal.fingerprint isn't Immutable
- kv: opt into Elastic CPU limiting resume spans
- sql: add RevertSpans and RevertSpansFanout
Reviewed 49 pull requests in 1 repository
cockroachdb/cockroach
25 pull requests
- cloud: add optional connection timeout retries
- streamingccl: add size-based flushing, and sstable splitting
- jobsprofiler: store DistSQL diagram of jobs in job info
- *: identify remaining uses of TODOSQLCodec
- sql: block DROP TENANT based on a session var
- streamingccl: skip acceptance/c2c on remote cluster setup
- backupccl: create stripped crdb_internal.fingerprint overload
- release-23.1: multitenant: Disable multi-tenant demo for 23.1
- c2c: add acceptance test
- release-23.1: multitenant: Disable multi-tenant demo for 23.1
- release-23.1: multitenant: re-enable TestTenantUpgradeInterlock
- release-23.1: backup: add 'execution locality' option
- release-23.1: backupccl: stop logging unsanitized backup stmt in schedule executor
- backupccl: support 'execution locality' option in scheduled backups
- release-23.1: roachtest: fix c2c roachtests that read job payload
- backupccl: stop logging unsanitized backup stmt in schedule executor
- randgen: disable generation of REGNAMESPACE type expressions
- backupccl: fix occassional TestRestoreErrorPropagates flake
- multitenant: NewIterator connector infinite retry loop
- backup: rename 'coordinator_locality' to 'execution locality'
- sql: add REPLICATION and MANAGETENANT system privileges
- sql,backupccl: set system table user ID columns to be NOT NULL
- testutils: move tenant or server logic into test server
- cli,server: static configuration profiles
- sql: support IF NOT EXISTS in CREATE TENANT
- Some pull request reviews not shown.
Created an issue in cockroachdb/cockroach that received 4 comments
sql: calling (*planner).HasRoleOption
after the user has executed SET avoid_buffering=true
causes a panic
Describe the problem
The (*planner).HasRoleOption
uses the internal executor to scan the relevant system table to find the user's roles. The intern…
4
comments