Álvaro López López

Results 4 comments of Álvaro López López

Hello @hectoras, Currently, your scripts work perfectly! I have just had to apply the MySql workaround you describe in a previous post: set @orig_mode = @@global.sql_mode; set @@global.sql_mode = MYSQL40;...

Ouch! I didn't get a complete import: Tue Jul 28 01:40:38 2015: Loading data into 'recording' (160 of 217)... DBD::mysql::db do failed: Lock wait timeout exceeded; try restarting transaction at...

...and last but not least: Sun Aug 2 09:25:21 2015: Loading data into 'recording' (1 of 1)... Done (66h 4m 32s) Complete (66h 4m 32s)

These are my flags, which are working for collecting data and index size information: `MONGOD_EXPORTER_FLAGS="--compatible-mode --mongodb.global-conn-pool --mongodb.collstats-colls=mydb.* --mongodb.indexstats-colls=mydb.* --discovering-mode"` I am not sure about the discovering-mode flag, though. Regarding the...