srv_cleaner_flush_chunk_size different default for regular and UNIV_PERF_DEBUG binaries; wrong default for regular ones

Bug #1238008 reported by Laurynas Biveinis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Fix Released
Medium
Laurynas Biveinis
5.1
Invalid
Undecided
Unassigned
5.5
Invalid
Undecided
Unassigned
5.6
Fix Released
Medium
Laurynas Biveinis

Bug Description

UNIV_INTERN ulint srv_cleaner_flush_chunk_size = 200;

static MYSQL_SYSVAR_ULONG(cleaner_flush_chunk_size,
  srv_cleaner_flush_chunk_size,
  PLUGIN_VAR_RQCMDARG,
  "Divide page cleaner flush list flush batches into chunks of this size",
  NULL, NULL, 100, 1, ~0UL, 0);

This was discovered before the GA, and attempted to fix with bug 1235114 branch, and with xtradb-empty-free-list-backoff. These two "fixes" crossed each other, reversing the mismatch.

The correct default is 100.

Related branches

tags: added: low-hanging-fruit xtradb
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-1436

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.