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

bugs when select system.query_log #6758

Closed
youngsofun opened this issue Jul 22, 2022 · 2 comments
Closed

bugs when select system.query_log #6758

youngsofun opened this issue Jul 22, 2022 · 2 comments
Assignees

Comments

@youngsofun
Copy link
Member

youngsofun commented Jul 22, 2022

select written_rows from system.query_log where query_text='insert into  tbl_01_0002 values(1)' and written_rows != 0;
select count(1) from system.query_log where query_text='select count(*) from tbl_01_0002 where a > 1' and scan_partitions = 1 and total_partitions = 2;

for now only in ci

  1. the first return slowly in mac, and lead to 500 in k3d, bug: flaky logic test failed in macos  #6614
  2. the second return the wrong count sometimes. (including MySQL handler)

cc @zhang2014 @sundy-li @ZeaLoVe

@ZeaLoVe
Copy link
Contributor

ZeaLoVe commented Jul 22, 2022

#6757 the failed check in this pr relate to these sqls, get no result.

@sundy-li sundy-li self-assigned this Jul 23, 2022
@sundy-li
Copy link
Member

sundy-li commented Aug 3, 2022

fixed in #6614

@sundy-li sundy-li closed this as completed Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants