Performance schema heuristics need to be updated

Bug #1370988 reported by Philip Stoev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL patches by Codership
Status tracked in 5.6
5.6
Confirmed
Undecided
Unassigned

Bug Description

the perfschema.sizing_growth MTR test fails as follows:

--- /home/philips/git/codership-mysql/mysql-test/suite/perfschema/r/sizing_growth.result 2014-09-14 13:37:39.645912000 +0300
+++ /home/philips/git/codership-mysql/mysql-test/var/log/sizing_growth.reject 2014-09-18 12:02:32.614071364 +0300
@@ -214,13 +214,13 @@
 1
 select @mutex_per_con;
 @mutex_per_con
-3
+4
 select @rwlock_per_con;
 @rwlock_per_con
 1
 select @cond_per_con;
 @cond_per_con
-2
+3
 select @file_per_con;
 @file_per_con
 0
@@ -252,4 +252,4 @@
 "FAILED: heuristics need to be updated")
 as status;
 status
-OK: heuristics are up to date
+FAILED: heuristics need to be updated

This implies that codership-galera takes more mutexes per connection compared to stock mysql. The test has the following comment:

#
# IMPORTANT NOTE:
# when any measurement here changes, the heuristics
# in storage/perfschema/pfs_autosize.cc need to be updated.
# Note that this in turns will lead to different estimations for automated
# sizing, and imply to update the results for sizing_*.
#

Revision history for this message
Philip Stoev (philip-stoev-f) wrote :

I have added the problematic test to the disabled.def

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.