diff --git a/myq_status b/myq_status index 8d3526a..9fad2d7 100755 --- a/myq_status +++ b/myq_status @@ -753,11 +753,11 @@ sub process_global_status { ( &format_number( &counter_diff( 'wsrep_flow_control_sent' ), 0, 3 ) > 0 ? '*' : '' ), ); - if ($status->{'wsrep_cluster_status'} eq 'Primary' and - $status->{'wsrep_local_state_comment'} !~ m/^Join/ ) { - # This helps keep things like wsrep_apply_window and others fresh for Galera polling - &mysql_call( "FLUSH STATUS" ); - } + # if ($status->{'wsrep_cluster_status'} eq 'Primary' and + # $status->{'wsrep_local_state_comment'} !~ m/^Join/ ) { + # # This helps keep things like wsrep_apply_window and others fresh for Galera polling + # &mysql_call( "FLUSH STATUS" ); + # } } elsif( $MODE eq 'wsrep_latency' ) { printf( "%s / %s (idx: %d) / %s %s\n", $variables->{'wsrep_cluster_name'}, $variables->{'wsrep_node_name'}, $status->{'wsrep_local_index'}, $status->{'wsrep_provider_name'}, $status->{'wsrep_provider_version'}