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

A lot of [Err] 1055 #6

Open
ilevac opened this issue Apr 15, 2020 · 2 comments
Open

A lot of [Err] 1055 #6

ilevac opened this issue Apr 15, 2020 · 2 comments

Comments

@ilevac
Copy link

ilevac commented Apr 15, 2020

I'm using MySQL 5.7.24 in a percola cluster of 3 master-master.
When I run the script my2.sql I do have a lot of error 1055 like this one :
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

Do you have any idea why?

@ilevac
Copy link
Author

ilevac commented Apr 21, 2020

In the mysql log:
Percona-XtraDB-Cluster prohibits use of DML command on a table (my2.status) without an explicit primary key with pxc_strict_mode = ENFORCING or MASTER

@meob
Copy link
Owner

meob commented Apr 21, 2020

I never user the collector with a cluster and I'm quite sure there are problems.
Each node should collect its own statistics, can have problems with GTID, ...

The collector has been used on hundreds of "easier" configurations but I do not have clusters to manage and I can not test enough. I'm sorry!

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

2 participants