Done
Details
Assignee
Kamil HolubickiKamil HolubickiReporter
parveez.baigparveez.baigPlanned Version/s
Needs QA
NoSprint
NoneFix versions
Priority
Medium
Details
Details
Assignee
Kamil Holubicki
Kamil HolubickiReporter
parveez.baig
parveez.baigPlanned Version/s
Needs QA
No
Sprint
None
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created October 29, 2024 at 8:14 AM
Updated December 11, 2024 at 3:33 PM
Resolved November 27, 2024 at 9:12 AM
Setup the PXC using the build from branch release-8.0.39 with telemetry enabled.
Connect to one of the PXC nodes and create the databases say sbtest.
generate some sysbench load by executing command say,
databases_size will still be 0 in the new json file (
/usr/local/percona/telemetry/pxc/1730183471-394114b2-70ad-4eca-95a0-67c778ac0fa8.json
) created by the telemetry componentMost probably the mysql.session user is missing the privilege to fetch the overall databases size.
Tested same scenario with branch 8.4.0-1 which doesn’t;t contain the related patch, hence uses root user, it works correctly and we can see the actual
databases_size
in generated json file.