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

vtexplain throwing spurious "got strange results from 'show status'" warnings #7564

Closed
aquarapid opened this issue Feb 27, 2021 · 0 comments · Fixed by #7590
Closed

vtexplain throwing spurious "got strange results from 'show status'" warnings #7564

aquarapid opened this issue Feb 27, 2021 · 0 comments · Fixed by #7590

Comments

@aquarapid
Copy link
Contributor

On recent master (bb4d877):

Since PR #7520 we are seeing warnings when running vtexplain.

Example:

vschema.json:

{
        "ks1": {
                "tables": {
                        "t1": {}
                }
        }
}

schema.sql:

create table t1(c1 int, primary key(c1));

vtexplain run:

vtexplain -schema-file schema.sql -vschema-file vschema.json -shards 1 -sql 'select * from t1;'
W0226 18:39:58.338810  140548 engine.go:410] got strange results from 'show status': []
----------------------------------------------------------------------
select * from t1

1 ks1/-: select * from t1 limit 10001

----------------------------------------------------------------------

Note the warning; it will repeat, once for every shard (if the vschema is a sharded keyspace).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants