Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: make statement-bundle recreate work with MR and distsql #99131

Open
cucaroach opened this issue Mar 21, 2023 · 1 comment
Open

sql: make statement-bundle recreate work with MR and distsql #99131

cucaroach opened this issue Mar 21, 2023 · 1 comment
Labels
A-multiregion Related to multi-region A-sql-debug-bundle Issues related to statement bundle improvements C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-support Would prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docs P-3 Issues/test failures with no fix SLA T-sql-queries SQL Queries Team
Projects

Comments

@cucaroach
Copy link
Contributor

cucaroach commented Mar 21, 2023

statement-bundle recreate is currently unaware of regions, localities, node topology and range cache information. We should enhance statement-bundles to have all the information it needs to do accurate logical and physical planning.

Jira issue: CRDB-25715
Epic CRDB-37757

@cucaroach cucaroach added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Mar 21, 2023
@cucaroach cucaroach added this to Triage in SQL Queries via automation Mar 21, 2023
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Mar 21, 2023
@msirek msirek moved this from Triage to New Backlog in SQL Queries Mar 28, 2023
@michae2 michae2 added A-multiregion Related to multi-region A-sql-debug-bundle Issues related to statement bundle improvements O-support Would prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docs labels Dec 2, 2023
@michae2 michae2 added the P-3 Issues/test failures with no fix SLA label Dec 21, 2023
@rytaft
Copy link
Collaborator

rytaft commented Jan 10, 2024

See example here of what we'd need to add to the bundle: https://github.com/cockroachlabs/support/issues/2478#issuecomment-1656508923

@yuzefovich yuzefovich removed their assignment Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-multiregion Related to multi-region A-sql-debug-bundle Issues related to statement bundle improvements C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-support Would prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docs P-3 Issues/test failures with no fix SLA T-sql-queries SQL Queries Team
Projects
Status: 24.2 Release
SQL Queries
New Backlog
Development

No branches or pull requests

4 participants