admin show ddl jobs output confusing with multiple jobs #23494
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
sig/sql-infra
SIG: SQL Infra
type/feature-request
Categorizes issue or PR as related to a new feature.
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
I have 10 tables all trying to add an index concurrently (via sysbench):
There are two confusing parts to this output:
START_TIME
is the time the job was first created, not the time it actually started (because of queueing).STATE
ofnone
for the queued jobs would be easier to understand if it said "queueing" or "blocked".Describe alternatives you've considered:
These are not technically bugs. They should in theory be improved when concurrent DDL is possible, but even with concurrent I expect there will be some maximum concurrency and hence improving still helps.
Teachability, Documentation, Adoption, Migration Strategy:
N/A
The text was updated successfully, but these errors were encountered: