Page MenuHomePhabricator

Compress wikisahred.cx_corpora on x1 hosts
Closed, ResolvedPublic

Description

This table should get compressed on those hosts where it is not:

root@cumin1001:/home/marostegui# ./section x1 | while read host port; do echo $host:$port; mysql.py -h$host:$port wikishared -e "show create table cx_corpora\G" | grep -i ROW;done
dbstore1005.eqiad.wmnet:3320
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21600013 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED
db2131.codfw.wmnet:3306
*************************** 1. row ***************************
db2115.codfw.wmnet:3306
*************************** 1. row ***************************
db2101.codfw.wmnet:3320
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21600013 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED
db2096.codfw.wmnet:3306
*************************** 1. row ***************************
db1140.eqiad.wmnet:3320
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21600013 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED
db1137.eqiad.wmnet:3306
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21600013 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED
db1127.eqiad.wmnet:3306
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21600013 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED
db1120.eqiad.wmnet:3306
*************************** 1. row ***************************

Progress on the hosts that need compression:

  • db2131
  • db2115
  • db2096
  • db1140
  • db1120 (master)

Event Timeline

Mentioned in SAL (#wikimedia-operations) [2019-12-10T13:21:54Z] <marostegui> Compress table db2115 wikishared.cx_corpora on db2115 - T240325

Marostegui moved this task from Triage to In progress on the DBA board.

Mentioned in SAL (#wikimedia-operations) [2019-12-11T06:00:35Z] <marostegui> Compress cx_corpora on db2131 T240325

Mentioned in SAL (#wikimedia-operations) [2019-12-11T06:59:13Z] <marostegui> Compress cx_corpora on db2096 T240325

Mentioned in SAL (#wikimedia-operations) [2019-12-11T07:54:40Z] <marostegui> Compress cx_corpora on db1140:3320 T240325

Mentioned in SAL (#wikimedia-operations) [2019-12-11T08:34:49Z] <marostegui> Compress cx_corpora on x1 master (db1120) - T240325

Marostegui claimed this task.
Marostegui updated the task description. (Show Details)

All hosts compressed:

root@cumin1001:/home/marostegui# ./section x1 | while read host port; do echo $host:$port; mysql.py -h$host:$port wikishared -e "show create table cx_corpora\G" | grep -i ROW;done
dbstore1005.eqiad.wmnet:3320
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21624476 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED
db2131.codfw.wmnet:3306
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21624476 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=8
db2115.codfw.wmnet:3306
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21624476 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=8
db2101.codfw.wmnet:3320
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21624476 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED
db2096.codfw.wmnet:3306
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21624476 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=8
db1140.eqiad.wmnet:3320
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21624476 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=8
db1137.eqiad.wmnet:3306
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21624476 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED
db1127.eqiad.wmnet:3306
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21624476 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED
db1120.eqiad.wmnet:3306
*************************** 1. row ***************************
) ENGINE=InnoDB AUTO_INCREMENT=21624476 DEFAULT CHARSET=binary ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=8