Details
Assignee
inel.pandzicinel.pandzicReporter
Yunus ShaikhYunus ShaikhReviewer
Yunus ShaikhYunus ShaikhNeeds Review
NoAffects versions
Priority
Medium
Details
Details
Assignee
inel.pandzic
inel.pandzicReporter
Yunus Shaikh
Yunus ShaikhReviewer
Yunus Shaikh
Yunus ShaikhNeeds Review
No
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created August 30, 2023 at 1:25 PM
Updated March 5, 2024 at 5:23 PM
Hello Team,
I have tried to deploy Operator v1.11.0 and Operator v1.13.0 without any explicit configuration of innodb_buffer_pool_size and innodb_buffer_pool_chunk_size.
Resource limits for PXC used in cr.yaml file were
With Operator v1.11.0
With Operator v1.13.0
Operator when trying to setup buffer pool is not setting it according to the calculations in autotune.go
Here is the code that does the calculation,
As per the calculation it should be as below,
We get proper calculations in Operator v1.11.0 but it does not matches in Operator v1.13.0.
The variable innodb_dedicated_server is also set to off by default.
Is it calculating buffer_pool_size from something else?
Let me know if there is any question.
Regards,
Yunus Shaikh