IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 90 and Version 91 of Moped_accident


Ignore:
Timestamp:
Jun 5, 2012, 2:49:07 PM (14 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Moped_accident

    v90 v91  
    169169 * '''DONE''' restart the mysql server on ippdb00.
    170170 * '''ONGOING''' play binlogs taken from ippdb02 on ippdb00 (Started at 10:43; Complete at TODO)
    171    * For the first binlog I executed: {{{'mysqlbinlog <binlog> | mysql -u root -p nebulous'}}} which took 3 hours: "blocked" by COMMIT statements happenign every other line or so...
     171   * In order not to block processing I asked Gavin to leave the dns configuration so that nebulous.ipp.ifa.hawaii.edu points to ippdb02
     172   * For the first binlog I executed: {{{'mysqlbinlog <binlog> | mysql -u root -p nebulous'}}} which took 3 hours: "blocked" by COMMIT statements happening every other line or so...
    172173   * For the second binlog I executed: {{{'mysqlbinlog <binlog> | grep -v 'COMMIT/*!*/' | mysql -u root -p nebulous'}}}. That took TODO hours: "blocked" by BEGIN statements...
    173174 * '''DONE''' compress all possible logs on ippdb00: I compressed the mysql slowlog. I didn't find the nebdiskd log though...