These were used to verify that cookie blocks work and contain user IPs. Logging was removed in https://gerrit.wikimedia.org/r/#/c/365414/ , and due to these tables containing highly private data, I'm asking to not back them up before dropping.
mysql:research@analytics-store.eqiad.wmnet [log]> show tables like 'Cookie%'; +-------------------------------+ | Tables_in_log (Cookie%) | +-------------------------------+ | CookieBlock_16046548 | | CookieBlock_16241436 | | CookieBlock_16241436_15423246 | +-------------------------------+ 3 rows in set (0.00 sec) mysql:research@analytics-store.eqiad.wmnet [log]> select count(*) from CookieBlock_16046548 union select count(*) from CookieBlock_16241436 union select count(*) from CookieBlock_16241436_15423246; +----------+ | count(*) | +----------+ | 310 | | 15771712 | | 988 | +----------+ 3 rows in set (5.66 sec)