MySQL Master-Master replication generating thousands of log files
        Posted  
        
            by 
                Andrew
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Andrew
        
        
        
        Published on 2011-01-05T04:42:03Z
        Indexed on 
            2011/01/05
            4:55 UTC
        
        
        Read the original article
        Hit count: 488
        
Today, I checked the /var/lib/mysql/ directory of a server in a master-master replication setup and noticed there were about 3,600 slave-relay.00xxxx files in there (where "xxxx" is an incrementing integer).
They appear to be binary log files and don't take up much space (only about 42K), but are they an indication that something is wrong?
They range in date from August until today with about 25 per day.
Thanks for any help.
© Server Fault or respective owner