Mariadb incremental backup sometimes failed

Hello MariaDB community.

After upgrading mariadb from 10.5 to 10.11, we encountered several problems: high CPU spike, bad response time, and backup via mariadbackup binary failed.

We tuned our configuration as follows to solve the first 2 problems, but we still have problems with the backup.

Sometimes the incremental backup fails, sometimes it works. For example, we do a full backup on Wednesday (incremental the other day). Sunday's backup failed, but Monday's backup was successful.

Here are the logs:

{"asctime": "2024-12-15 08:00:02,227", "message": "Found credentials in environment variables.", "levelname": "INFO"}
{"asctime": "2024-12-15 08:00:02,686", "message": "Preparing backup directories...", "levelname": "INFO"}
{"asctime": "2024-12-15 08:00:02,686", "message": "Creating directories...", "levelname": "INFO"}
{"asctime": "2024-12-15 08:00:02,687", "message": "/data/backup/2024-12-15_08_00_02 created.", "levelname": "INFO"}
{"asctime": "2024-12-15 08:00:02,687", "message": "Prepare finished", "levelname": "INFO", "success": true, "action": "prepare"}
{"asctime": "2024-12-15 08:00:02,687", "message": "Generating backup...", "levelname": "INFO"}
{"asctime": "2024-12-15 08:00:02,688", "message": "Executing: mariabackup --user=backup --host=localhost --password=xxx --backup --safe-slave-backup --incremental-basedir=/data/backup//full_backup --extra-lsndir=/data/backup//incr_backup  --no-lock --parallel=4 --stream=xbstream --slave-info | pigz -p 4 > /data/backup/2024-12-15_08_00_02/backup.xb.gz", "levelname": "INFO"}
{"asctime": "2024-12-15 08:31:03,710", "message": "Something went wrong during the backup", "levelname": "CRITICAL", "error": "[00] 2024-12-15 08:00:02 Connecting to MariaDB server host: localhost, user: backup, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock\n[00] 2024-12-15 08:00:03 Using server version 10.11.10-MariaDB-deb11-log\nmariabackup based on MariaDB server 10.11.10-MariaDB debian-linux-gnu (x86_64)\n[00] 2024-12-15 08:00:03 incremental backup from 175795233447152 is enabled.\n[00] 2024-12-15 08:00:03 uses posix_fadvise().\n[00] 2024-12-15 08:00:03 cd to /data/mysql/\n[00] 2024-12-15 08:00:03 open files limit requested 0, set to 1024000\n[00] 2024-12-15 08:00:03 mariabackup: using the following InnoDB configuration:\n[00] 2024-12-15 08:00:03 innodb_data_home_dir = \n[00] 2024-12-15 08:00:03 innodb_data_file_path = ibdata1:12M:autoextend\n[00] 2024-12-15 08:00:03 innodb_log_group_home_dir = ./\n[00] 2024-12-15 08:00:03 InnoDB: Using liburing\n2024-12-15  8:00:03 0 [Note] InnoDB: Number of transaction pools: 1\n2024-12-15  8:00:03 0 [Note] InnoDB: Memory-mapped log (block size=4096 bytes)\n[00] 2024-12-15 08:00:03 mariabackup: Generating a list of tablespaces\n[00] 2024-12-15 08:00:08 mariabackup: Starting 4 threads for parallel data files transfer\n[00] 2024-12-15 08:00:08 Connecting to MariaDB server host: localhost, user: backup, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock\n[00] 2024-12-15 08:00:08 Connecting to MariaDB server host: localhost, user: backup, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock\n[00] 2024-12-15 08:00:08 Connecting to MariaDB server host: localhost, user: backup, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock\n[00] 2024-12-15 08:00:08 Connecting to MariaDB server host: localhost, user: backup, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock\n[00] 2024-12-15 08:00:08 Connecting to MariaDB server host: localhost, user: backup, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock\n[00] 2024-12-15 08:00:08 BACKUP STAGE START\n[00] 2024-12-15 08:00:08 Streaming /data/mysql//aria_log_control to <STDOUT>\n[00] 2024-12-15 08:00:08         ...done\n[01] 2024-12-15 08:00:08 Loading aria_log_control.\n[01] 2024-12-15 08:00:08 aria_log_control: last_log_number: 1\n[01] 2024-12-15 08:00:08 Start scanning aria tables.\n[02] 2024-12-15 08:00:08 Streaming ./feedpad/issue_media.ibd\n[00] 2024-12-15 08:00:08 Streaming ./feedpad/issue_tag.ibd\n[02] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08         ...done\n[01] 2024-12-15 08:00:08 Start scanning aria log files.\n[01] 2024-12-15 08:00:08 Found 1 aria log files, minimum log number 1, maximum log number 1\n[01] 2024-12-15 08:00:08 Stop scanning aria tables.\n[00] 2024-12-15 08:00:08 Streaming ./feedpad/ref_suggestion_category.ibd\n[00] 2024-12-15 08:00:08         ...done\n[01] 2024-12-15 08:00:08 Streaming ./feedpad/ref_issue_category.ibd\n[01] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./feedpad/issue_comment.ibd\n[02] 2024-12-15 08:00:08 Streaming ./feedpad/issue.ibd\n[01] 2024-12-15 08:00:08 Streaming ./feedpad/suggestion_media.ibd\n[00] 2024-12-15 08:00:08 Streaming ./feedpad/ref_tag.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./feedpad/suggestion_stats.ibd\n[03] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08         ...done\n[01] 2024-12-15 08:00:08         ...done\n[01] 2024-12-15 08:00:08 Streaming ./feedpad/suggestion_vote.ibd\n[03] 2024-12-15 08:00:08 Streaming ./feedpad/suggestion_comment.ibd\n[00] 2024-12-15 08:00:08 Streaming ./feedpad/suggestion.ibd\n[02] 2024-12-15 08:00:08         ...done\n[01] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./mysql/transaction_registry.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./mysql/innodb_table_stats.ibd\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[01] 2024-12-15 08:00:08 Streaming ./mysql/gtid_slave_pos.ibd\n[00] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./percona/checksums.ibd\n[02] 2024-12-15 08:00:08 Streaming ./mysql/innodb_index_stats.ibd\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/keyword_product_review.ibd\n[00] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/_tmp_fresh_likes.ibd\n[00] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/_tmp_fresh_reviews.ibd\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/cinetick_venue.ibd\n[00] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/cnc_tv_product_modality.ibd\n[02] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/sc_ab.ibd\n[00] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/kkbb_projects.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/kkbb_votes.ibd\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/_tmp_reviews_logged_fresh.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/allocine_product.ibd\n[00] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/email_team.ibd\n[00] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/allocine_product_tag.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/allocine_sc_product_matching.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/label_carac.ibd\n[03] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/label_carac_grammar.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/label_carac_level.ibd\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/allocine_tag.ibd\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/amazon_products.ibd\n[00] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/filmo_product.ibd\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/amazon_seasons.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/filmo_product_buffer.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/appletvplus_seasons.ibd\n[02] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/canalplus_products.ibd\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/label_carac_rules.ibd\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/filmotv_incentives.ibd\n[03] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/canalplus_seasons.ibd\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/label_carac_type.ibd\n[03] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/cannes_2019.ibd\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/cannes_videos.ibd\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/label_country_grammar_fr.ibd\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/cannes_videos_tmp.ibd\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/homepage_selection.ibd\n[03] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/giantbomb.ibd\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/checklist_product.ibd\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/carac_fame.ibd\n[00] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/homepage_selection_products.ibd\n[03] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/cineplus_products.ibd\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/label_genre_grammar_fr.ibd\n[00] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/jwt_authenticator.ibd\n[03] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/cinetick_product.ibd\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/cnc_tv_product.ibd\n[00] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/labelledata_product.ibd\n[00] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/list_delete.ibd\n[00] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/disney_seasons.ibd\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/matching_provider.ibd\n[00] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[00] 2024-12-15 08:00:08 Streaming ./sc_2/mbz_mbid_index.ibd\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/mubi_product.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/mycanal_carousel.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/netflix_seasons.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/nikon_products.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/nolim_product.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/nolim_product_stage.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/nolim_similar_product.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/ocs_products.ibd\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/ocs_seasons.ibd\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner.ibd\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner_2020.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner_articles.ibd\n[03] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner_copy.ibd\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner_dev.ibd\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner_moods.ibd\n[03] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner_genres.ibd\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner_reviews.ibd\n[03] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner_sagas.ibd\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/op_spe_warner_selection.ibd\n[03] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/partners_polls.ibd\n[02] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/plurimedia_product.ibd\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/plurimedia_product_theater.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/plurimedia_state_reference.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/poll_carac.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/popcorn_provider.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/popcorns_beta_user.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/popcorns_tag.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/popcorns_tag_category.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/popcorns_tag_group.ibd\n[02] 2024-12-15 08:00:08         ...done\n[02] 2024-12-15 08:00:08 Streaming ./sc_2/popcorns_tag_group_product.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/popcorns_tag_keyword.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/sc_api.ibd\n[03] 2024-12-15 08:00:08         ...done\n[03] 2024-12-15 08:00:08 Streaming ./sc_2/popcorns_tag_keyword_product_temp.ibd\n[02] 2024-12-15 08:00:09         ...done\n[02] 2024-12-15 08:00:09 Streaming ./sc_2/popcorns_tag_list.ibd\n[02] 2024-12-15 08:00:09         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/pub_cannes.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/popcorns_tag_match.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/pub_cinex100.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/popcorns_tag_product.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/popcorns_tag_product_review.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/popcorns_tag_vote.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/popcorns_tag_product_temp.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/rejected_user_products.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/salto_products.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/salto_seasons.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ab_action.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ab_case.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ab_mailer.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ab_user.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ad_campaign.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ad_contest.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ad_contest_invitation.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ad_contest_user.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ad_event.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ad_halfpage.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ad_halfpage_stats.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_ad_sponsored_feed.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_admin_query.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_admin_query_return_type.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_admin_query_template.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_adserver.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_changelog_type.ibd\n[02] 2024-12-15 08:00:10         ...done\n[02] 2024-12-15 08:00:10 Streaming ./sc_2/sc_api_account.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_captcha_score.ibd\n[03] 2024-12-15 08:00:10         ...done\n[03] 2024-12-15 08:00:10 Streaming ./sc_2/sc_collection.ibd\n[01] 2024-12-15 08:00:12         ...done\n[01] 2024-12-15 08:00:12 Streaming ./sc_2/sc_api_action.ibd\n[01] 2024-12-15 08:00:12         ...done\n[01] 2024-12-15 08:00:12 Streaming ./sc_2/sc_contact.ibd\n[02] 2024-12-15 08:00:12         ...done\n[02] 2024-12-15 08:00:12 Streaming ./sc_2/sc_api_product.ibd\n[02] 2024-12-15 08:00:12         ...done\n[02] 2024-12-15 08:00:12 Streaming ./sc_2/sc_contact_blacklist.ibd\n[02] 2024-12-15 08:00:12         ...done\n[02] 2024-12-15 08:00:12 Streaming ./sc_2/sc_api_request.ibd\n[02] 2024-12-15 08:00:12         ...done\n[02] 2024-12-15 08:00:12 Streaming ./sc_2/sc_carac_ranking.ibd\n[02] 2024-12-15 08:00:13         ...done\n[02] 2024-12-15 08:00:13 Streaming ./sc_2/sc_api_request_token.ibd\n[02] 2024-12-15 08:00:13         ...done\n[02] 2024-12-15 08:00:13 Streaming ./sc_2/sc_api_request_type.ibd\n[02] 2024-12-15 08:00:13         ...done\n[02] 2024-12-15 08:00:13 Streaming ./sc_2/sc_carousel_item_date.ibd\n[02] 2024-12-15 08:00:13         ...done\n[02] 2024-12-15 08:00:13 Streaming ./sc_2/sc_api_user_action_right.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_application.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_country.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_article.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_dict.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_autopromo.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_dynamic_rule.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_award.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_category.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_award_festival.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_dict_value.ibd\n[02] 2024-12-15 08:00:16         ...done\n[02] 2024-12-15 08:00:16 Streaming ./sc_2/sc_dynamic_element.ibd\n[01] 2024-12-15 08:00:17         ...done\n[01] 2024-12-15 08:00:17 Streaming ./sc_2/sc_award_product.ibd\n[01] 2024-12-15 08:00:17         ...done\n[01] 2024-12-15 08:00:17 Streaming ./sc_2/sc_faq.ibd\n[01] 2024-12-15 08:00:17         ...done\n[01] 2024-12-15 08:00:17 Streaming ./sc_2/sc_badge.ibd\n[01] 2024-12-15 08:00:17         ...done\n[01] 2024-12-15 08:00:17 Streaming ./sc_2/sc_badge_user.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_dynamic_element_rule.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_banned_email.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_changelog.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_dynamic_position.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_gen_feed_sponsored.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_element_template.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_facebook_action.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_facebook_past_sync_task.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_language.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_faq_like.ibd\n[02] 2024-12-15 08:00:17         ...done\n[02] 2024-12-15 08:00:17 Streaming ./sc_2/sc_like.ibd\n[01] 2024-12-15 08:00:20         ...done\n[01] 2024-12-15 08:00:20 Streaming ./sc_2/sc_faq_like_type.ibd\n[01] 2024-12-15 08:00:20         ...done\n[01] 2024-12-15 08:00:20 Streaming ./sc_2/sc_faq_tag.ibd\n[01] 2024-12-15 08:00:20         ...done\n[01] 2024-12-15 08:00:20 Streaming ./sc_2/sc_list_alias.ibd\n[01] 2024-12-15 08:00:20         ...done\n[01] 2024-12-15 08:00:20 Streaming ./sc_2/sc_faq_tag_index.ibd\n[01] 2024-12-15 08:00:20         ...done\n[01] 2024-12-15 08:00:20 Streaming ./sc_2/sc_feed#P#ARCHIVED.ibd\n[00] 2024-12-15 08:00:28         ...done\n[00] 2024-12-15 08:00:28 Streaming ./sc_2/sc_feed#P#LIVE.ibd\n[02] 2024-12-15 08:00:29         ...done\n[02] 2024-12-15 08:00:29 Streaming ./sc_2/sc_list_blacklist.ibd\n[02] 2024-12-15 08:00:29         ...done\n[02] 2024-12-15 08:00:29 Streaming ./sc_2/sc_feedback.ibd\n[02] 2024-12-15 08:00:30         ...done\n[02] 2024-12-15 08:00:30 Streaming ./sc_2/sc_list_category.ibd\n[02] 2024-12-15 08:00:30         ...done\n[02] 2024-12-15 08:00:30 Streaming ./sc_2/sc_feedback_type.ibd\n[02] 2024-12-15 08:00:30         ...done\n[02] 2024-12-15 08:00:30 Streaming ./sc_2/sc_gen_param_index_fr_FR.ibd\n[02] 2024-12-15 08:00:30         ...done\n[02] 2024-12-15 08:00:30 Streaming ./sc_2/sc_forbidden_text.ibd\n[02] 2024-12-15 08:00:30         ...done\n[02] 2024-12-15 08:00:30 Streaming ./sc_2/sc_forbidden_text_type.ibd\n[02] 2024-12-15 08:00:30         ...done\n[02] 2024-12-15 08:00:30 Streaming ./sc_2/sc_list_product.ibd\n[02] 2024-12-15 08:01:13         ...done\n[02] 2024-12-15 08:01:13 Streaming ./sc_2/sc_format.ibd\n[02] 2024-12-15 08:01:13         ...done\n[02] 2024-12-15 08:01:13 Streaming ./sc_2/sc_list_product_rank.ibd\n[01] 2024-12-15 08:01:25         ...done\n[01] 2024-12-15 08:01:25 Streaming ./sc_2/sc_forum_alert.ibd\n[01] 2024-12-15 08:01:25         ...done\n[01] 2024-12-15 08:01:25 Streaming ./sc_2/sc_forum_message.ibd\n[01] 2024-12-15 08:01:25         ...done\n[01] 2024-12-15 08:01:25 Streaming ./sc_2/sc_gen_popcorn_season.ibd\n[01] 2024-12-15 08:01:25         ...done\n[01] 2024-12-15 08:01:25 Streaming ./sc_2/sc_forum_message_vote.ibd\n[01] 2024-12-15 08:01:25         ...done\n[01] 2024-12-15 08:01:25 Streaming ./sc_2/sc_forum_related.ibd\n[01] 2024-12-15 08:01:25         ...done\n[01] 2024-12-15 08:01:25 Streaming ./sc_2/sc_forum_topic.ibd\n[01] 2024-12-15 08:01:29         ...done\n[01] 2024-12-15 08:01:29 Streaming ./sc_2/sc_gender.ibd\n[01] 2024-12-15 08:01:29         ...done\n[01] 2024-12-15 08:01:29 Streaming ./sc_2/sc_forum_topic_vote.ibd\n[01] 2024-12-15 08:01:29         ...done\n[01] 2024-12-15 08:01:30 Streaming ./sc_2/sc_gen_feed.ibd\n[02] 2024-12-15 08:01:50         ...done\n[02] 2024-12-15 08:01:50 Streaming ./sc_2/sc_media.ibd\n[02] 2024-12-15 08:01:57         ...done\n[02] 2024-12-15 08:01:57 Streaming ./sc_2/sc_forum_user_notification.ibd\n[02] 2024-12-15 08:01:57         ...done\n[02] 2024-12-15 08:01:57 Streaming ./sc_2/sc_log_ab.ibd\n[02] 2024-12-15 08:01:57         ...done\n[02] 2024-12-15 08:01:57 Streaming ./sc_2/sc_franchise.ibd\n[02] 2024-12-15 08:01:58         ...done\n[02] 2024-12-15 08:01:58 Streaming ./sc_2/sc_gen_feed_imported.ibd\n[02] 2024-12-15 08:01:58         ...done\n[02] 2024-12-15 08:01:58 Streaming ./sc_2/sc_i18n.ibd\n[02] 2024-12-15 08:01:58         ...done\n[02] 2024-12-15 08:01:58 Streaming ./sc_2/sc_month.ibd\n[02] 2024-12-15 08:01:58         ...done\n[02] 2024-12-15 08:01:58 Streaming ./sc_2/sc_gen_contact_affinity.ibd\n[02] 2024-12-15 08:01:58         ...done\n[02] 2024-12-15 08:01:58 Streaming ./sc_2/sc_keyval.ibd\n[02] 2024-12-15 08:01:58         ...done\n[02] 2024-12-15 08:01:58 Streaming ./sc_2/sc_gen_contact_fr_FR.ibd\n[02] 2024-12-15 08:02:04         ...done\n[02] 2024-12-15 08:02:04 Streaming ./sc_2/sc_log_ad.ibd\n[02] 2024-12-15 08:02:49         ...done\n[02] 2024-12-15 08:02:49 Streaming ./sc_2/sc_log_ad_event.ibd\n[00] 2024-12-15 08:02:51         ...done\n[00] 2024-12-15 08:02:51 Streaming ./sc_2/sc_list_product_blacklist.ibd\n[00] 2024-12-15 08:02:51         ...done\n[00] 2024-12-15 08:02:51 Streaming ./sc_2/sc_log_api.ibd\n[00] 2024-12-15 08:02:52         ...done\n[00] 2024-12-15 08:02:52 Streaming ./sc_2/sc_log_ext_query.ibd\n[00] 2024-12-15 08:02:52         ...done\n[00] 2024-12-15 08:02:52 Streaming ./sc_2/sc_log_feed_sponsored.ibd\n[00] 2024-12-15 08:02:53         ...done\n[00] 2024-12-15 08:02:53 Streaming ./sc_2/sc_log_hit#P#done.ibd\n[03] 2024-12-15 08:07:30         ...done\n[03] 2024-12-15 08:07:30 Streaming ./sc_2/sc_log_hit#P#pending.ibd\n[03] 2024-12-15 08:07:33         ...done\n[03] 2024-12-15 08:07:33 Streaming ./sc_2/sc_log_hit#P#updating.ibd\n[03] 2024-12-15 08:07:35         ...done\n[03] 2024-12-15 08:07:35 Streaming ./sc_2/sc_log_merge_delete.ibd\n[02] 2024-12-15 08:08:22         ...done\n[02] 2024-12-15 08:08:22 Streaming ./sc_2/sc_log_notification_contest.ibd\n[00] 2024-12-15 08:08:36         ...done\n[00] 2024-12-15 08:08:36 Streaming ./sc_2/sc_log_query.ibd\n[00] 2024-12-15 08:08:36         ...done\n[00] 2024-12-15 08:08:36 Streaming ./sc_2/sc_log_review.ibd\n[02] 2024-12-15 08:08:42         ...done\n[02] 2024-12-15 08:08:42 Streaming ./sc_2/sc_log_user_action.ibd\n[00] 2024-12-15 08:10:00         ...done\n[00] 2024-12-15 08:10:00 Streaming ./sc_2/sc_mailer_blacklist.ibd\n[00] 2024-12-15 08:10:00         ...done\n[00] 2024-12-15 08:10:00 Streaming ./sc_2/sc_mailer_bounce.ibd\n[00] 2024-12-15 08:10:00         ...done\n[00] 2024-12-15 08:10:00 Streaming ./sc_2/sc_mailer_event.ibd\n[00] 2024-12-15 08:10:00         ...done\n[00] 2024-12-15 08:10:00 Streaming ./sc_2/sc_mailer_type.ibd\n[00] 2024-12-15 08:10:00         ...done\n[00] 2024-12-15 08:10:00 Streaming ./sc_2/sc_media_format.ibd\n[00] 2024-12-15 08:10:00         ...done\n[00] 2024-12-15 08:10:00 Streaming ./sc_2/sc_media_prefix.ibd\n[00] 2024-12-15 08:10:00         ...done\n[00] 2024-12-15 08:10:00 Streaming ./sc_2/sc_media_type.ibd\n[00] 2024-12-15 08:10:00         ...done\n[00] 2024-12-15 08:10:00 Streaming ./sc_2/sc_message.ibd\n[02] 2024-12-15 08:10:05         ...done\n[02] 2024-12-15 08:10:05 Streaming ./sc_2/sc_message_topic.ibd\n[00] 2024-12-15 08:10:06         ...done\n[00] 2024-12-15 08:10:06 Streaming ./sc_2/sc_message_user.ibd\n[02] 2024-12-15 08:10:06         ...done\n[02] 2024-12-15 08:10:06 Streaming ./sc_2/sc_mood.ibd\n[02] 2024-12-15 08:10:06         ...done\n[02] 2024-12-15 08:10:06 Streaming ./sc_2/sc_mood_group.ibd\n[02] 2024-12-15 08:10:06         ...done\n[02] 2024-12-15 08:10:06 Streaming ./sc_2/sc_mood_product_blacklist.ibd\n[02] 2024-12-15 08:10:06         ...done\n[02] 2024-12-15 08:10:06 Streaming ./sc_2/sc_movies_catchall.ibd\n[02] 2024-12-15 08:10:06         ...done\n[02] 2024-12-15 08:10:06 Streaming ./sc_2/sc_newsletter.ibd\n[02] 2024-12-15 08:10:06         ...done\n[02] 2024-12-15 08:10:07 Streaming ./sc_2/sc_newsletter_category.ibd\n[02] 2024-12-15 08:10:07         ...done\n[02] 2024-12-15 08:10:07 Streaming ./sc_2/sc_newsletter_report.ibd\n[02] 2024-12-15 08:10:07         ...done\n[02] 2024-12-15 08:10:07 Streaming ./sc_2/sc_newsletter_report_products.ibd\n[02] 2024-12-15 08:10:07         ...done\n[02] 2024-12-15 08:10:07 Streaming ./sc_2/sc_newsletter_report_products_category.ibd\n[02] 2024-12-15 08:10:07         ...done\n[02] 2024-12-15 08:10:07 Streaming ./sc_2/sc_newsletter_report_products_providers.ibd\n[02] 2024-12-15 08:10:07         ...done\n[02] 2024-12-15 08:10:07 Streaming ./sc_2/sc_newsletter_user_opt_in.ibd\n[02] 2024-12-15 08:10:07         ...done\n[02] 2024-12-15 08:10:07 Streaming ./sc_2/sc_notification.ibd\n[00] 2024-12-15 08:10:08         ...done\n[00] 2024-12-15 08:10:08 Streaming ./sc_2/sc_notification_agenda.ibd\n[00] 2024-12-15 08:10:17         ...done\n[00] 2024-12-15 08:10:17 Streaming ./sc_2/sc_notification_agenda_test.ibd\n[00] 2024-12-15 08:10:17         ...done\n[00] 2024-12-15 08:10:17 Streaming ./sc_2/sc_notification_contest.ibd\n[00] 2024-12-15 08:10:17         ...done\n[00] 2024-12-15 08:10:17 Streaming ./sc_2/sc_notification_contest_user.ibd\n[00] 2024-12-15 08:10:18 DDL tracking : rename 1020445 \"./sc_2/sc_gen_contact_product.ibd\",\"./sc_2/#sql-ib1298616.ibd\"\n[00] 2024-12-15 08:10:18 DDL tracking : create 1020446 \"./sc_2/sc_gen_contact_product.ibd\"\n[00] 2024-12-15 08:10:18 DDL tracking : delete 1020445 \"./sc_2/#sql-ib1298616.ibd\"\n[02] 2024-12-15 08:10:55         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_notification_contest_user_test.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_notification_item.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_notification_item_template.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_notification_test.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_notification_type.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_oauth_consumer.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_oauth_consumer_nonce.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_oauth_token.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_oauth_token_type.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_os.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_param.ibd\n[02] 2024-12-15 08:10:56         ...done\n[02] 2024-12-15 08:10:56 Streaming ./sc_2/sc_param_index#P#p0.ibd\n[00] 2024-12-15 08:10:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:04 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:05         ...done\n[02] 2024-12-15 08:11:05 Streaming ./sc_2/sc_param_index#P#p1.ibd\n[00] 2024-12-15 08:11:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:11 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:12         ...done\n[00] 2024-12-15 08:11:12 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:12 Streaming ./sc_2/sc_param_index#P#p10.ibd\n[00] 2024-12-15 08:11:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:21 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:21         ...done\n[02] 2024-12-15 08:11:21 Streaming ./sc_2/sc_param_index#P#p11.ibd\n[00] 2024-12-15 08:11:22 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:23         ...done\n[00] 2024-12-15 08:11:23 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:23 Streaming ./sc_2/sc_param_index#P#p12.ibd\n[00] 2024-12-15 08:11:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:39 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:39         ...done\n[02] 2024-12-15 08:11:39 Streaming ./sc_2/sc_param_index#P#p13.ibd\n[02] 2024-12-15 08:11:39         ...done\n[02] 2024-12-15 08:11:39 Streaming ./sc_2/sc_param_index#P#p14.ibd\n[00] 2024-12-15 08:11:40 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:40         ...done\n[02] 2024-12-15 08:11:40 Streaming ./sc_2/sc_param_index#P#p15.ibd\n[02] 2024-12-15 08:11:41         ...done\n[02] 2024-12-15 08:11:41 Streaming ./sc_2/sc_param_index#P#p16.ibd\n[02] 2024-12-15 08:11:41         ...done\n[02] 2024-12-15 08:11:41 Streaming ./sc_2/sc_param_index#P#p17.ibd\n[00] 2024-12-15 08:11:41 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:41         ...done\n[02] 2024-12-15 08:11:41 Streaming ./sc_2/sc_param_index#P#p18.ibd\n[02] 2024-12-15 08:11:41         ...done\n[02] 2024-12-15 08:11:41 Streaming ./sc_2/sc_param_index#P#p19.ibd\n[02] 2024-12-15 08:11:41         ...done\n[02] 2024-12-15 08:11:41 Streaming ./sc_2/sc_param_index#P#p2.ibd\n[00] 2024-12-15 08:11:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:51 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:51         ...done\n[02] 2024-12-15 08:11:51 Streaming ./sc_2/sc_param_index#P#p20.ibd\n[02] 2024-12-15 08:11:51         ...done\n[02] 2024-12-15 08:11:51 Streaming ./sc_2/sc_param_index#P#p21.ibd\n[00] 2024-12-15 08:11:52 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:52         ...done\n[02] 2024-12-15 08:11:52 Streaming ./sc_2/sc_param_index#P#p22.ibd\n[02] 2024-12-15 08:11:53         ...done\n[02] 2024-12-15 08:11:53 Streaming ./sc_2/sc_param_index#P#p23.ibd\n[00] 2024-12-15 08:11:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:11:56 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:57         ...done\n[02] 2024-12-15 08:11:57 Streaming ./sc_2/sc_param_index#P#p24.ibd\n[02] 2024-12-15 08:11:57         ...done\n[02] 2024-12-15 08:11:57 Streaming ./sc_2/sc_param_index#P#p25.ibd\n[02] 2024-12-15 08:11:57         ...done\n[02] 2024-12-15 08:11:57 Streaming ./sc_2/sc_param_index#P#p26.ibd\n[02] 2024-12-15 08:11:57         ...done\n[00] 2024-12-15 08:11:57 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:11:58 Streaming ./sc_2/sc_param_index#P#p27.ibd\n[02] 2024-12-15 08:11:58         ...done\n[02] 2024-12-15 08:11:58 Streaming ./sc_2/sc_param_index#P#p28.ibd\n[02] 2024-12-15 08:11:58         ...done\n[02] 2024-12-15 08:11:58 Streaming ./sc_2/sc_param_index#P#p29.ibd\n[02] 2024-12-15 08:11:58         ...done\n[02] 2024-12-15 08:11:58 Streaming ./sc_2/sc_param_index#P#p3.ibd\n[00] 2024-12-15 08:11:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:01 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:12:01         ...done\n[02] 2024-12-15 08:12:01 Streaming ./sc_2/sc_param_index#P#p30.ibd\n[02] 2024-12-15 08:12:01         ...done\n[02] 2024-12-15 08:12:01 Streaming ./sc_2/sc_param_index#P#p31.ibd\n[00] 2024-12-15 08:12:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:41 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p32.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p33.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p34.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p35.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p36.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p37.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p38.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p39.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p4.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p40.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p41.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p42.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p43.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p44.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p45.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p46.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p47.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p48.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p49.ibd\n[02] 2024-12-15 08:12:41         ...done\n[02] 2024-12-15 08:12:41 Streaming ./sc_2/sc_param_index#P#p5.ibd\n[00] 2024-12-15 08:12:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:43 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p50.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_select.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p51.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p52.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p53.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p54.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p55.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p56.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p57.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p58.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p59.ibd\n[02] 2024-12-15 08:12:43         ...done\n[02] 2024-12-15 08:12:43 Streaming ./sc_2/sc_param_index#P#p6.ibd\n[00] 2024-12-15 08:12:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:12:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:00 Retrying read of log at LSN=175942591942771\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p60.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p61.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p62.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p63.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p64.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p65.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p66.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p67.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p68.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:01 Streaming ./sc_2/sc_param_index#P#p69.ibd\n[03] 2024-12-15 08:13:01         ...done\n[03] 2024-12-15 08:13:02 Streaming ./sc_2/sc_scout.ibd\n[00] 2024-12-15 08:13:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:03 Retrying read of log at LSN=175942591942771\n[03] 2024-12-15 08:13:03         ...done\n[03] 2024-12-15 08:13:03 Streaming ./sc_2/sc_param_index#P#p7.ibd\n[00] 2024-12-15 08:13:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:13:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:14:55 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p70.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p71.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p72.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p73.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p74.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p75.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p76.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p77.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p78.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p79.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p8.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p80.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p81.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p82.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:56 Streaming ./sc_2/sc_param_index#P#p83.ibd\n[02] 2024-12-15 08:14:56         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p84.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p85.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p86.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p87.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p88.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p89.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p9.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p90.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p91.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p92.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p93.ibd\n[02] 2024-12-15 08:14:57         ...done\n[00] 2024-12-15 08:14:57 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p94.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p95.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p96.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_index#P#p97.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_param_translate.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_popcorns_parameters.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_popcorns_selection.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_popcorns_selection_carac.ibd\n[02] 2024-12-15 08:14:57         ...done\n[02] 2024-12-15 08:14:57 Streaming ./sc_2/sc_popcorns_selection_products.ibd\n[00] 2024-12-15 08:14:58 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:14:58         ...done\n[02] 2024-12-15 08:14:58 Streaming ./sc_2/sc_popcorns_user_provider.ibd\n[02] 2024-12-15 08:14:58         ...done\n[02] 2024-12-15 08:14:58 Streaming ./sc_2/sc_prettier_links.ibd\n[02] 2024-12-15 08:14:58         ...done\n[02] 2024-12-15 08:14:58 Streaming ./sc_2/sc_prettier_links_tmp.ibd\n[02] 2024-12-15 08:14:58         ...done\n[02] 2024-12-15 08:14:58 Streaming ./sc_2/sc_product.ibd\n[00] 2024-12-15 08:14:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:10 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:11         ...done\n[02] 2024-12-15 08:15:11 Streaming ./sc_2/sc_product_blacklist.ibd\n[02] 2024-12-15 08:15:11         ...done\n[02] 2024-12-15 08:15:11 Streaming ./sc_2/sc_product_focus.ibd\n[00] 2024-12-15 08:15:11 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:12         ...done\n[02] 2024-12-15 08:15:12 Streaming ./sc_2/sc_product_focus_type.ibd\n[02] 2024-12-15 08:15:12         ...done\n[02] 2024-12-15 08:15:12 Streaming ./sc_2/sc_product_genre.ibd\n[00] 2024-12-15 08:15:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:13 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:14         ...done\n[02] 2024-12-15 08:15:14 Streaming ./sc_2/sc_product_label.ibd\n[00] 2024-12-15 08:15:14 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:15         ...done\n[02] 2024-12-15 08:15:15 Streaming ./sc_2/sc_product_mood.ibd\n[00] 2024-12-15 08:15:15 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:16         ...done\n[02] 2024-12-15 08:15:16 Streaming ./sc_2/sc_product_platform.ibd\n[02] 2024-12-15 08:15:16         ...done\n[02] 2024-12-15 08:15:16 Streaming ./sc_2/sc_product_progress.ibd\n[00] 2024-12-15 08:15:17 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:17         ...done\n[02] 2024-12-15 08:15:17 Streaming ./sc_2/sc_product_rank#P#ACTIVE.ibd\n[02] 2024-12-15 08:15:17         ...done\n[02] 2024-12-15 08:15:17 Streaming ./sc_2/sc_product_rank#P#ARCHIVED.ibd\n[00] 2024-12-15 08:15:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:20 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:20         ...done\n[02] 2024-12-15 08:15:20 Streaming ./sc_2/sc_product_rank_test#P#ACTIVE.ibd\n[02] 2024-12-15 08:15:20         ...done\n[02] 2024-12-15 08:15:20 Streaming ./sc_2/sc_product_rank_test#P#ARCHIVED.ibd\n[02] 2024-12-15 08:15:20         ...done\n[02] 2024-12-15 08:15:20 Streaming ./sc_2/sc_product_similarity.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_product_similarity_test.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_review_extract.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_select_home.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_shout.ibd\n[00] 2024-12-15 08:15:21 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_site_section.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_site_view.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_stat_badge.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_stat_contact_subtype.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_stat_content.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_stat_daily.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_stat_franchise_subtype.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_stat_list_subtype.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_stat_month.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_stat_product_subtype.ibd\n[02] 2024-12-15 08:15:21         ...done\n[02] 2024-12-15 08:15:21 Streaming ./sc_2/sc_stat_user.ibd\n[00] 2024-12-15 08:15:22 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:22         ...done\n[02] 2024-12-15 08:15:22 Streaming ./sc_2/sc_stat_user_max_similarity.ibd\n[02] 2024-12-15 08:15:22         ...done\n[02] 2024-12-15 08:15:22 Streaming ./sc_2/sc_stat_user_subtype.ibd\n[02] 2024-12-15 08:15:22         ...done\n[02] 2024-12-15 08:15:22 Streaming ./sc_2/sc_stat_venue_subtype.ibd\n[02] 2024-12-15 08:15:22         ...done\n[02] 2024-12-15 08:15:22 Streaming ./sc_2/sc_state_reference.ibd\n[02] 2024-12-15 08:15:22         ...done\n[02] 2024-12-15 08:15:22 Streaming ./sc_2/sc_state_reference_type.ibd\n[02] 2024-12-15 08:15:22         ...done\n[02] 2024-12-15 08:15:22 Streaming ./sc_2/sc_tag.ibd\n[02] 2024-12-15 08:15:22         ...done\n[02] 2024-12-15 08:15:22 Streaming ./sc_2/sc_task_type.ibd\n[02] 2024-12-15 08:15:23         ...done\n[02] 2024-12-15 08:15:23 Streaming ./sc_2/sc_team.ibd\n[02] 2024-12-15 08:15:23         ...done\n[02] 2024-12-15 08:15:23 Streaming ./sc_2/sc_ticker.ibd\n[02] 2024-12-15 08:15:23         ...done\n[02] 2024-12-15 08:15:23 Streaming ./sc_2/sc_tv_channel.ibd\n[02] 2024-12-15 08:15:23         ...done\n[02] 2024-12-15 08:15:23 Streaming ./sc_2/sc_tv_channel_thema.ibd\n[02] 2024-12-15 08:15:23         ...done\n[02] 2024-12-15 08:15:23 Streaming ./sc_2/sc_tv_guide.ibd\n[00] 2024-12-15 08:15:23 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:23         ...done\n[02] 2024-12-15 08:15:23 Streaming ./sc_2/sc_tv_network.ibd\n[02] 2024-12-15 08:15:23         ...done\n[02] 2024-12-15 08:15:23 Streaming ./sc_2/sc_tv_network_channel.ibd\n[02] 2024-12-15 08:15:24         ...done\n[02] 2024-12-15 08:15:24 Streaming ./sc_2/sc_user.ibd\n[00] 2024-12-15 08:15:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:33 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:34         ...done\n[02] 2024-12-15 08:15:34 Streaming ./sc_2/sc_user_action.ibd\n[02] 2024-12-15 08:15:34         ...done\n[02] 2024-12-15 08:15:34 Streaming ./sc_2/sc_user_application.ibd\n[02] 2024-12-15 08:15:34         ...done\n[02] 2024-12-15 08:15:34 Streaming ./sc_2/sc_user_banned_username.ibd\n[02] 2024-12-15 08:15:34         ...done\n[02] 2024-12-15 08:15:34 Streaming ./sc_2/sc_user_beta.ibd\n[02] 2024-12-15 08:15:34         ...done\n[02] 2024-12-15 08:15:34 Streaming ./sc_2/sc_user_campaign.ibd\n[02] 2024-12-15 08:15:34         ...done\n[02] 2024-12-15 08:15:34 Streaming ./sc_2/sc_user_cookie#P#p0.ibd\n[00] 2024-12-15 08:15:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:39 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:39         ...done\n[02] 2024-12-15 08:15:39 Streaming ./sc_2/sc_user_cookie#P#p1.ibd\n[00] 2024-12-15 08:15:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:47 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:48         ...done\n[02] 2024-12-15 08:15:48 Streaming ./sc_2/sc_user_device.ibd\n[02] 2024-12-15 08:15:48         ...done\n[02] 2024-12-15 08:15:48 Streaming ./sc_2/sc_user_devices.ibd\n[02] 2024-12-15 08:15:48         ...done\n[02] 2024-12-15 08:15:48 Streaming ./sc_2/sc_user_editor.ibd\n[02] 2024-12-15 08:15:48         ...done\n[02] 2024-12-15 08:15:48 Streaming ./sc_2/sc_user_insider.ibd\n[02] 2024-12-15 08:15:48         ...done\n[02] 2024-12-15 08:15:49 Streaming ./sc_2/sc_user_jail.ibd\n[02] 2024-12-15 08:15:49         ...done\n[02] 2024-12-15 08:15:49 Streaming ./sc_2/sc_user_oldpass.ibd\n[00] 2024-12-15 08:15:49 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:49         ...done\n[02] 2024-12-15 08:15:49 Streaming ./sc_2/sc_user_product_progress.ibd\n[02] 2024-12-15 08:15:49         ...done\n[00] 2024-12-15 08:15:50 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:50 Streaming ./sc_2/sc_user_product_recommendation.ibd\n[00] 2024-12-15 08:15:51 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:51         ...done\n[02] 2024-12-15 08:15:51 Streaming ./sc_2/sc_user_tv_channel.ibd\n[02] 2024-12-15 08:15:51         ...done\n[02] 2024-12-15 08:15:51 Streaming ./sc_2/sc_user_tv_network.ibd\n[02] 2024-12-15 08:15:51         ...done\n[02] 2024-12-15 08:15:51 Streaming ./sc_2/sc_user_venue.ibd\n[02] 2024-12-15 08:15:51         ...done\n[02] 2024-12-15 08:15:51 Streaming ./sc_2/sc_user_vod_editor.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/sc_user_walkthrough.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/sc_venue.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/sc_zip_code.ibd\n[00] 2024-12-15 08:15:52 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/sc_zip_country.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/smart_ad_creation.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/smart_ad_format.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/sooner_product.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/spam_comment.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/spam_list.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/stat_product_average.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/stat_service_rating.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/stat_user_activity.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/stat_user_activity_temp.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/stats_master.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/tmp_altered.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/tmp_mindhunter.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/tmp_poll_movies.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/tmp_post_delete.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/tmp_vod_product.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/tmp_vod_product_modality.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/tvdb_anime.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:52 Streaming ./sc_2/tvdb_link.ibd\n[02] 2024-12-15 08:15:52         ...done\n[02] 2024-12-15 08:15:53 Streaming ./sc_2/user_carac.ibd\n[00] 2024-12-15 08:15:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:54 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:15:54         ...done\n[02] 2024-12-15 08:15:54 Streaming ./sc_2/util_calendar.ibd\n[02] 2024-12-15 08:15:54         ...done\n[02] 2024-12-15 08:15:54 Streaming ./sc_2/util_date.ibd\n[02] 2024-12-15 08:15:54         ...done\n[02] 2024-12-15 08:15:54 Streaming ./sc_2/vod_editor.ibd\n[02] 2024-12-15 08:15:54         ...done\n[02] 2024-12-15 08:15:54 Streaming ./sc_2/vod_product.ibd\n[02] 2024-12-15 08:15:54         ...done\n[02] 2024-12-15 08:15:54 Streaming ./sc_2/vod_product_modality.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/warner_selection_products.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/weekly_export.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/yearly_stats.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/z_tasks.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/test_sql.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/sequelize_migrations.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/premium_block_review.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/premium_block.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/premium_button.ibd\n[02] 2024-12-15 08:15:55         ...done\n[02] 2024-12-15 08:15:55 Streaming ./sc_2/sc_gen_product_fr_FR.ibd\n[00] 2024-12-15 08:15:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:15:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:16:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:55         ...done\n[00] 2024-12-15 08:17:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:55 Streaming ./sc_2/sc_gen_popcorn_product.ibd\n[00] 2024-12-15 08:17:55         ...done\n[00] 2024-12-15 08:17:55 Streaming ./sc_2/premium_block_contest.ibd\n[00] 2024-12-15 08:17:55         ...done\n[00] 2024-12-15 08:17:55 Streaming ./sc_2/premium_block_video.ibd\n[00] 2024-12-15 08:17:55         ...done\n[00] 2024-12-15 08:17:55 Streaming ./sc_2/tmp_product_delete.ibd\n[00] 2024-12-15 08:17:55         ...done\n[00] 2024-12-15 08:17:55 Streaming ./sc_2/recommended_users.ibd\n[00] 2024-12-15 08:17:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:17:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:00         ...done\n[00] 2024-12-15 08:18:00 Streaming ./sc_2/sc_type.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/premium_block_basic.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/api_client.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/sc_subtype.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/product_premium.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/francetv_products.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/premium_video.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/notification.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/push_notif.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/announcement_banner.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/z_old_matching_product.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/z_product.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/sc_carousel_item.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/user_group_role.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/push_notif_token.ibd\n[00] 2024-12-15 08:18:01         ...done\n[00] 2024-12-15 08:18:01 Streaming ./sc_2/stat_user_yearly.ibd\n[00] 2024-12-15 08:18:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:02         ...done\n[00] 2024-12-15 08:18:02 Streaming ./sc_2/user_group.ibd\n[00] 2024-12-15 08:18:02         ...done\n[00] 2024-12-15 08:18:02 Streaming ./sc_2/push_notif_template.ibd\n[00] 2024-12-15 08:18:02         ...done\n[00] 2024-12-15 08:18:02 Streaming ./sc_2/madelen_products.ibd\n[00] 2024-12-15 08:18:02         ...done\n[00] 2024-12-15 08:18:02 Streaming ./sc_2/appletvplus_products.ibd\n[00] 2024-12-15 08:18:02         ...done\n[00] 2024-12-15 08:18:02 Streaming ./sc_2/user_role.ibd\n[00] 2024-12-15 08:18:02         ...done\n[00] 2024-12-15 08:18:02 Streaming ./sc_2/user_has_group.ibd\n[00] 2024-12-15 08:18:02         ...done\n[00] 2024-12-15 08:18:02 Streaming ./sc_2/sc_stat_product_type.ibd\n[00] 2024-12-15 08:18:02         ...done\n[00] 2024-12-15 08:18:02 Streaming ./sc_2/blog_post.ibd\n[00] 2024-12-15 08:18:02         ...done\n[00] 2024-12-15 08:18:02 Streaming ./sc_2/sc_list.ibd\n[00] 2024-12-15 08:18:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:55 Retrying read of log at LSN=175942591942771\n[03] 2024-12-15 08:18:56         ...done\n[00] 2024-12-15 08:18:56 Retrying read of log at LSN=175942591942771\n[03] 2024-12-15 08:18:56 Streaming ./sc_2/sc_log_task#P#error.ibd\n[00] 2024-12-15 08:18:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:18:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:14 Retrying read of log at LSN=175942591942771\n[03] 2024-12-15 08:19:15         ...done\n[03] 2024-12-15 08:19:15 Streaming ./sc_2/sc_log_task#P#done1.ibd\n[00] 2024-12-15 08:19:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:19:57 Retrying read of log at LSN=175942591942771\n[03] 2024-12-15 08:19:57         ...done\n[03] 2024-12-15 08:19:57 Streaming ./sc_2/sc_log_task#P#done2.ibd\n[00] 2024-12-15 08:19:58 Retrying read of log at LSN=175942591942771\n[03] 2024-12-15 08:19:58         ...done\n[03] 2024-12-15 08:19:58 Streaming ./sc_2/sc_log_task#P#pending_validation.ibd\n[03] 2024-12-15 08:19:58         ...done\n[03] 2024-12-15 08:19:58 Warning: We assume the  table was dropped during xtrabackup execution and ignore the tablespace ./sc_2/sc_gen_contact_product.ibd\n[03] 2024-12-15 08:19:58 Streaming ./sc_2/sc_log_cron.ibd\n[00] 2024-12-15 08:19:59 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:00         ...done\n[00] 2024-12-15 08:20:00 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:00 Streaming ./sc_2/sc_stat_contact_affinity_type.ibd\n[02] 2024-12-15 08:20:00         ...done\n[02] 2024-12-15 08:20:00 Streaming ./sc_2/similar_products.ibd\n[02] 2024-12-15 08:20:00         ...done\n[02] 2024-12-15 08:20:01 Streaming ./sc_2/sc_log_task#P#refused.ibd\n[02] 2024-12-15 08:20:01         ...done\n[02] 2024-12-15 08:20:01 Streaming ./sc_2/blog_tag.ibd\n[02] 2024-12-15 08:20:01         ...done\n[00] 2024-12-15 08:20:01 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:01 Streaming ./sc_2/sc_log_task#P#pending.ibd\n[03] 2024-12-15 08:20:01         ...done\n[03] 2024-12-15 08:20:01 Streaming ./sc_2/platform_product_modality.ibd\n[03] 2024-12-15 08:20:01         ...done\n[03] 2024-12-15 08:20:02 Streaming ./sc_2/sc_stat_product_type_user.ibd\n[00] 2024-12-15 08:20:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:12 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:12         ...done\n[02] 2024-12-15 08:20:13 Streaming ./sc_2/blog_post_tag.ibd\n[02] 2024-12-15 08:20:13         ...done\n[00] 2024-12-15 08:20:13 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:13 Streaming ./sc_2/disney_products.ibd\n[02] 2024-12-15 08:20:13         ...done\n[02] 2024-12-15 08:20:13 Streaming ./sc_2/netflix_products.ibd\n[02] 2024-12-15 08:20:13         ...done\n[02] 2024-12-15 08:20:13 Streaming ./sc_2/matching_product.ibd\n[02] 2024-12-15 08:20:13         ...done\n[02] 2024-12-15 08:20:14 Streaming ./sc_2/sc_gen_collected_product_contact.ibd\n[00] 2024-12-15 08:20:14 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:14         ...done\n[02] 2024-12-15 08:20:14 Streaming ./sc_2/api_client_token.ibd\n[02] 2024-12-15 08:20:14         ...done\n[02] 2024-12-15 08:20:14 Streaming ./sc_2/product_mood.ibd\n[02] 2024-12-15 08:20:14         ...done\n[02] 2024-12-15 08:20:15 Streaming ./sc_2/blog_post_category.ibd\n[02] 2024-12-15 08:20:15         ...done\n[00] 2024-12-15 08:20:15 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:15 Streaming ./sc_2/insider_user.ibd\n[02] 2024-12-15 08:20:15         ...done\n[02] 2024-12-15 08:20:15 Streaming ./sc_2/platform.ibd\n[02] 2024-12-15 08:20:15         ...done\n[02] 2024-12-15 08:20:15 Streaming ./sc_2/platform_product.ibd\n[03] 2024-12-15 08:20:16         ...done\n[00] 2024-12-15 08:20:16 Retrying read of log at LSN=175942591942771\n[03] 2024-12-15 08:20:17 Streaming ./sc_2/product_release_date.ibd\n[02] 2024-12-15 08:20:17         ...done\n[00] 2024-12-15 08:20:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:19 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:19 Streaming ./sc_2/blog_category.ibd\n[02] 2024-12-15 08:20:19         ...done\n[00] 2024-12-15 08:20:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:21 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:21 Streaming ./sc_2/email_validation_token.ibd\n[00] 2024-12-15 08:20:22 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:22         ...done\n[00] 2024-12-15 08:20:23 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:24 Streaming ./sc_2/user_collection_import.ibd\n[02] 2024-12-15 08:20:24         ...done\n[00] 2024-12-15 08:20:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:25 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:20:25 Streaming ibdata1\n[00] 2024-12-15 08:20:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:38         ...done\n[00] 2024-12-15 08:20:39 aria table file ./mysql/event.MAI is copied successfully.\n[00] 2024-12-15 08:20:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:39 aria table file ./mysql/event.MAD is copied successfully.\n[00] 2024-12-15 08:20:39 aria table file ./mysql/servers.MAI is copied successfully.\n[00] 2024-12-15 08:20:39 aria table file ./mysql/servers.MAD is copied successfully.\n[00] 2024-12-15 08:20:39 aria table file ./mysql/proxies_priv.MAI is copied successfully.\n[00] 2024-12-15 08:20:39 aria table file ./mysql/proxies_priv.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/tables_priv.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/tables_priv.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/columns_priv.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/columns_priv.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:40 aria table file ./mysql/global_priv.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/global_priv.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/procs_priv.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/procs_priv.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/time_zone_leap_second.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/time_zone_leap_second.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/time_zone.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/time_zone.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/plugin.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/plugin.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/roles_mapping.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/roles_mapping.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/time_zone_name.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/time_zone_name.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/func.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/func.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/db.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/db.MAD is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/proc.MAI is copied successfully.\n[00] 2024-12-15 08:20:40 aria table file ./mysql/proc.MAD is copied successfully.\n[00] 2024-12-15 08:20:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:41 aria table file ./mysql/time_zone_transition.MAI is copied successfully.\n[00] 2024-12-15 08:20:41 aria table file ./mysql/time_zone_transition.MAD is copied successfully.\n[00] 2024-12-15 08:20:41 aria table file ./mysql/time_zone_transition_type.MAI is copied successfully.\n[00] 2024-12-15 08:20:41 aria table file ./mysql/time_zone_transition_type.MAD is copied successfully.\n[00] 2024-12-15 08:20:41 aria table file ./sys/sys_config.MAI is copied successfully.\n[00] 2024-12-15 08:20:41 aria table file ./sys/sys_config.MAD is copied successfully.\n[00] 2024-12-15 08:20:41 Start copying aria log file tail: /data/mysql//aria_log.00000001\n[00] 2024-12-15 08:20:42 Retrying read of log at LSN=175942591942771\n[03] 2024-12-15 08:20:42         ...done\n[00] 2024-12-15 08:20:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:46 Stop copying aria log file tail: /data/mysql//aria_log.00000001, copied 369213440 bytes\n[00] 2024-12-15 08:20:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:20:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:21:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:54 Retrying read of log at LSN=175942591942771\n[02] 2024-12-15 08:22:54         ...done\n[00] 2024-12-15 08:22:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:22:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:23:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:24:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:25:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:26:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:27:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:28:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:03 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:13 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:23 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:33 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:44 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:54 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:57 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:29:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:04 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:05 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:06 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:07 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:08 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:09 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:10 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:11 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:12 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:14 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:15 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:16 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:17 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:18 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:19 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:20 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:21 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:22 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:24 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:25 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:26 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:27 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:28 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:29 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:30 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:31 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:32 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:34 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:35 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:36 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:37 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:38 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:39 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:40 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:41 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:42 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:43 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:45 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:46 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:47 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:48 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:49 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:50 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:51 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:52 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:53 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:55 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:56 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:57 Retrying read of log at LSN=175942591942771\n[01] 2024-12-15 08:30:58         ...done\n[00] 2024-12-15 08:30:58 BACKUP STAGE FLUSH\n[00] 2024-12-15 08:30:58 Table sc_2.sc_list is in use\n[00] 2024-12-15 08:30:58 Start scanning common engine tables, need backup locks: 1, collect log and stat tables: 1\n[00] 2024-12-15 08:30:58 Log table found: mysql.slow_log\n[00] 2024-12-15 08:30:58 Collect log table file: ./mysql/slow_log.CSM\n[00] 2024-12-15 08:30:58 Log table found: mysql.general_log\n[00] 2024-12-15 08:30:58 Collect log table file: ./mysql/general_log.CSV\n[00] 2024-12-15 08:30:58 Collect log table file: ./mysql/slow_log.CSV\n[00] 2024-12-15 08:30:58 Collect log table file: ./mysql/general_log.CSM\n[00] 2024-12-15 08:30:58 Stop scanning common engine tables\n[00] 2024-12-15 08:30:58 Start copying aria log file tail: /data/mysql//aria_log.00000001\n[00] 2024-12-15 08:30:58 Stop copying aria log file tail: /data/mysql//aria_log.00000001, copied 0 bytes\n[01] 2024-12-15 08:30:58 aria table file ./mysql/help_topic.MAI is copied successfully.\n[00] 2024-12-15 08:30:58 aria table file ./mysql/help_keyword.MAI is copied successfully.\n[03] 2024-12-15 08:30:58 aria table file ./mysql/help_category.MAI is copied successfully.\n[02] 2024-12-15 08:30:58 aria table file ./mysql/help_relation.MAI is copied successfully.\n[00] 2024-12-15 08:30:58 aria table file ./mysql/help_keyword.MAD is copied successfully.\n[03] 2024-12-15 08:30:58 aria table file ./mysql/help_category.MAD is copied successfully.\n[01] 2024-12-15 08:30:58 aria table file ./mysql/help_topic.MAD is copied successfully.\n[02] 2024-12-15 08:30:58 aria table file ./mysql/help_relation.MAD is copied successfully.\n[00] 2024-12-15 08:30:58 Start scanning common engine tables, need backup locks: 1, collect log and stat tables: 0\n[00] 2024-12-15 08:30:58 Stop scanning common engine tables\n[00] 2024-12-15 08:30:58 Starting to backup non-InnoDB tables and files\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/db.opt to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/issue.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/issue_comment.frm to <STDOUT>\n[00] 2024-12-15 08:30:58 Copied file ./mysql/general_log.CSV for log table `mysql`.`general_log`, 0 bytes\n[01] 2024-12-15 08:30:58         ...done\n[03] 2024-12-15 08:30:58 Copied file ./mysql/slow_log.CSV for log table `mysql`.`slow_log`, 0 bytes\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/issue_media.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/issue_tag.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/ref_issue_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/ref_suggestion_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/ref_tag.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/suggestion.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/suggestion_comment.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/suggestion_media.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/suggestion_stats.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./feedpad/suggestion_vote.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/db.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/help_topic.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/time_zone_leap_second.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/time_zone_transition_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/column_stats.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/event.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/plugin.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/slow_log.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/gtid_slave_pos.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/table_stats.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/transaction_registry.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/proc.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/index_stats.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/help_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/innodb_index_stats.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/innodb_table_stats.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/general_log.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/servers.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/help_keyword.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/procs_priv.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/proxies_priv.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/columns_priv.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/time_zone_name.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/tables_priv.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/time_zone.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/global_priv.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/roles_mapping.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/help_relation.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/time_zone_transition.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./mysql/func.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./percona/checksums.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./percona/db.opt to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/_tmp_fresh_likes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/kkbb_projects.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/cnc_tv_product_modality.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/_tmp_fresh_reviews.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/cinetick_venue.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ab.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/_tmp_reviews_logged_fresh.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/_tmp_works_.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/kkbb_votes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/allocine_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/allocine_product_tag.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/filmo_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/cnc_tv_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_api.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/allocine_sc_product_matching.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_keyword_product_temp.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/label_carac.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/allocine_tag.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/label_carac_grammar.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/amazon_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/label_carac_level.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/amazon_seasons.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/appletvplus_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/filmo_product_buffer.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/appletvplus_seasons.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/filmotv_incentives.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/canalplus_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/francetv_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/canalplus_seasons.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/giantbomb.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/label_carac_rules.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/cannes_2019.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/label_carac_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/cannes_videos.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/cannes_videos_tmp.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/homepage_selection.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/label_country_grammar_fr.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/carac_fame.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/checklist_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/homepage_selection_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/cineplus_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/jwt_authenticator.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/label_genre_grammar_fr.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/cinetick_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/keyword_product_review.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/db.opt to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/labelledata_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/list_delete.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/disney_seasons.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/log_ad_event_insert.TRN to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/email_team.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/log_ad_event_update.TRN to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/matching_provider.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/mbz_mbid_index.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/md5_insert.TRN to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/md5_update.TRN to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/mubi_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/mycanal_carousel.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/netflix_seasons.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/nikon_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/nolim_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/nolim_product_stage.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/nolim_similar_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/ocs_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/ocs_seasons.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner_2020.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner_articles.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner_copy.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner_dev.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner_genres.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner_moods.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner_reviews.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner_sagas.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/op_spe_warner_selection.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/partners_polls.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/plurimedia_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/plurimedia_product_theater.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/plurimedia_state_reference.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/poll_carac.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorn_provider.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_beta_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_group.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_group_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_keyword.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_api_account.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_list.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/pub_cannes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_match.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/pub_cinex100.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/rejected_user_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_product_review.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_product_temp.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/popcorns_tag_vote.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/salto_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/salto_seasons.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ab_action.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ab_case.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ab_mailer.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ab_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ad_campaign.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ad_contest.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ad_contest_invitation.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ad_contest_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ad_event.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ad_halfpage.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ad_halfpage_stats.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ad_sponsored_feed.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_admin_query.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_admin_query_return_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_admin_query_template.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_adserver.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_carac_ranking.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_collection.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_api_action.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_contact.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_api_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_contact_blacklist.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_api_request.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_api_request_token.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_carousel_item.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_api_request_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_carousel_item_date.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_api_user_action_right.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_application.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_country.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_article.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_dict_value.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_autopromo.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_dynamic_rule.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_award.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_award_festival.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_changelog.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_award_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_badge.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_faq.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tmp_altered.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_dynamic_element.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_badge_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_dynamic_element_rule.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_banned_email.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_dynamic_position.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_changelog_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_captcha_score.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_faq_like.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_dict.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_feed.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_feed_sponsored.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_element_template.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_facebook_action.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_feed.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_media.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_facebook_past_sync_task.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_like.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_faq_like_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_faq_tag.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_list_alias.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_faq_tag_index.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_param_index_fr_FR.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_list_blacklist.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_ad_event.TRG to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_feed.par to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_feedback.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_list_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_feedback_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_list_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_forbidden_text.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_popcorn_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_forbidden_text_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_popcorn_season.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_format.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_list_product_rank.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_forum_alert.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_forum_message.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_forum_message_vote.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_forum_related.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_forum_topic.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_ab.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gender.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_forum_topic_vote.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_forum_user_notification.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_franchise.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_ad.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_feed_imported.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_i18n.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_month.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_contact_affinity.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_keyval.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_contact_fr_FR.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_language.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_contact_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_list_product_blacklist.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_ad_event.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_api.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_cron.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_ext_query.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_feed_sponsored.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_hit.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_hit.par to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_merge_delete.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_notification_contest.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_query.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_review.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_user_action.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_mailer_blacklist.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_mailer_bounce.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_mailer_event.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_mailer_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_media_format.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_media_prefix.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_media_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_message.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_message_topic.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_message_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_mood.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_mood_group.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_mood_product_blacklist.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_movies_catchall.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_newsletter.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_newsletter_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_newsletter_report.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_newsletter_report_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_newsletter_report_products_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_newsletter_report_products_providers.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_newsletter_user_opt_in.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification_agenda.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification_agenda_test.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification_contest.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification_contest_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification_contest_user_test.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification_item.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification_item_template.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification_test.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_notification_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_oauth_consumer.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_oauth_consumer_nonce.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_oauth_token.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_oauth_token_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_os.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_param.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_param_index.TRG to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_param_index.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_param_index.par to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_param_select.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_param_translate.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_popcorns_parameters.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_popcorns_selection.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_popcorns_selection_carac.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_popcorns_selection_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_popcorns_user_provider.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_prettier_links.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_prettier_links_tmp.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_blacklist.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_focus.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_focus_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_genre.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_label.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_mood.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_platform.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_progress.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_rank.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_rank.par to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_rank_test.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_rank_test.par to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_similarity.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_product_similarity_test.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_review_extract.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_scout.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_select_home.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_shout.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_site_section.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_site_view.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_badge.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_contact_affinity_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_contact_subtype.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_content.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_daily.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_franchise_subtype.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_list_subtype.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_month.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_product_subtype.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_user_max_similarity.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_user_subtype.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_venue_subtype.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_state_reference.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_state_reference_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_tag.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_task_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_team.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_ticker.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_tv_channel.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_tv_channel_thema.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_tv_guide.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_tv_network.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_tv_network_channel.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_action.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_application.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_banned_username.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_beta.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_campaign.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_cookie.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_cookie.par to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_device.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_devices.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_editor.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_insider.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_jail.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_oldpass.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_product_progress.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_product_recommendation.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_tv_channel.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_tv_network.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_venue.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_vod_editor.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_user_walkthrough.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_venue.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_zip_code.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_zip_country.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/smart_ad_creation.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/smart_ad_format.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sooner_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/spam_comment.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/spam_list.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/stat_product_average.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/stats_master.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/stat_service_rating.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/stat_user_activity.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/stat_user_activity_temp.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/test_sql.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tmp_mindhunter.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tmp_poll_movies.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tmp_post_delete.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tmp_vod_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tmp_vod_product_modality.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tvdb_anime.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tvdb_link.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/user_carac.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/util_calendar.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/util_date.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/vod_editor.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/vod_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/vod_product_modality.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/warner_selection_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/weekly_export.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/yearly_stats.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/z_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/z_tasks.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sequelize_migrations.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/product_premium.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/premium_button.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/premium_block_contest.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/premium_block_video.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/api_client.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/premium_block_basic.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/recommended_users.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tmp_product_delete.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_task_insert.TRN to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_subtype.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/premium_video.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/premium_block_review.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_task.TRG to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/premium_block.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_product_fr_FR.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_task_update.TRN to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/announcement_banner.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/test_btor.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/push_notif_token.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/user_group.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/user_role.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/user_group_role.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/push_notif_template.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_task.par to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_log_task.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/stat_user_yearly.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/platform_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/user_has_group.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/notification.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/madelen_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/z_old_matching_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/push_notif.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/similar_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/platform.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/matching_product.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/product_release_date.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/blog_post.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/blog_post_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/product_mood.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/platform_product_modality.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/insider_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_gen_collected_product_contact.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/tmp_total_notes_sc_calc.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/disney_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/user_collection_import.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/netflix_products.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_product_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/blog_category.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/blog_tag.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/email_validation_token.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/api_client_token.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_stat_product_type_user.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/blog_post_tag.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sc_2/sc_list.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/db.opt to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/version.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/sys_config.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/statements_with_sorting.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/innodb_buffer_stats_by_schema.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024ps_schema_table_statistics_io.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024innodb_buffer_stats_by_schema.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024statements_with_sorting.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/innodb_buffer_stats_by_table.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/schema_table_statistics_with_buffer.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024innodb_buffer_stats_by_table.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/host_summary.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/innodb_lock_waits.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024host_summary.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024innodb_lock_waits.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/waits_by_user_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/schema_object_overview.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/statements_with_temp_tables.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/schema_auto_increment_columns.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/user_summary_by_file_io_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024schema_flattened_keys.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/user_summary_by_file_io.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/schema_redundant_indexes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024user_summary_by_file_io.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/ps_check_lost_instrumentation.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/latest_file_io.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/waits_by_host_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024latest_file_io.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/waits_global_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/io_by_thread_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/user_summary_by_statement_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024io_by_thread_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/user_summary_by_stages.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/io_global_by_file_by_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024schema_table_statistics.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024io_global_by_file_by_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024user_summary_by_stages.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/io_global_by_file_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/schema_table_lock_waits.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024io_global_by_file_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/user_summary.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/io_global_by_wait_by_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024schema_table_lock_waits.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024io_global_by_wait_by_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024user_summary.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/io_global_by_wait_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/statement_analysis.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024io_global_by_wait_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/host_summary_by_file_io_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/memory_by_user_by_current_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024statement_analysis.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024memory_by_user_by_current_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/host_summary_by_file_io.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/memory_by_host_by_current_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/statements_with_errors_or_warnings.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024memory_by_host_by_current_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024statements_with_errors_or_warnings.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/memory_by_thread_by_current_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/statements_with_full_table_scans.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024memory_by_thread_by_current_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024host_summary_by_file_io.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/memory_global_by_current_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024statements_with_full_table_scans.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024memory_global_by_current_bytes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/metrics.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/memory_global_total.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/host_summary_by_statement_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024memory_global_total.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/processlist.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/schema_index_statistics.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/host_summary_by_stages.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024schema_index_statistics.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/[email protected] to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/schema_table_statistics.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/session.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024schema_table_statistics_with_buffer.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024ps_digest_avg_latency_distribution.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/schema_tables_with_full_table_scans.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/schema_unused_indexes.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024schema_tables_with_full_table_scans.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024ps_digest_95th_percentile_by_avg_us.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/statements_with_runtimes_in_95th_percentile.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024statements_with_runtimes_in_95th_percentile.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024statements_with_temp_tables.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024user_summary_by_file_io_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024user_summary_by_statement_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/user_summary_by_statement_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024user_summary_by_statement_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024host_summary_by_file_io_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024host_summary_by_statement_type.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/host_summary_by_statement_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024host_summary_by_statement_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024host_summary_by_stages.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/wait_classes_global_by_avg_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024wait_classes_global_by_avg_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/wait_classes_global_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024wait_classes_global_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024waits_by_user_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024waits_by_host_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/x@0024waits_global_by_latency.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/[email protected] to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./sys/session_ssl_status.frm to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./performance_schema/db.opt to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[01] 2024-12-15 08:30:58 Streaming ./datadog/db.opt to <STDOUT>\n[01] 2024-12-15 08:30:58         ...done\n[00] 2024-12-15 08:30:58 Finished backing up non-InnoDB tables and files\n[00] 2024-12-15 08:30:58 Waiting for log copy thread to read lsn 175943482158793\n[00] 2024-12-15 08:30:58 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:30:59 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:31:00 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:31:01 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:31:02 Retrying read of log at LSN=175942591942771\n[00] 2024-12-15 08:31:03 Was only able to copy log from 175941669781879 to 175942591942771, not 175943482158793; try increasing innodb_log_file_size\nmariabackup: Stopping log copying thread[00] 2024-12-15 08:31:03 Retrying read of log at LSN=175942591942771\n.\n", "success": false, "code": 0, "action": "generate_backup"}

And here the configuration of the slave:

[mariadb]
#ignore-builtin-innodb
#plugin-load=innodb=ha_innodb_plugin.so


max_heap_table_size	= 128M

concurrent_insert=2
key_buffer_size=0
table_cache=4096
read_buffer_size=4M
read_rnd_buffer_size=512K
thread_cache_size=200
query_cache_limit=2M
query_cache_size=16M
delayed_insert_limit=500
max_delayed_threads=60
join_buffer_size=4M
sort_buffer_size=1M
delayed_insert_timeout=20
wait_timeout=80
max_connections=1500
back_log=1300
myisam_sort_buffer_size=4G
tmp_table_size=128M
table_definition_cache = 8192
ft_min_word_len = 3
ft_stopword_file = ''

#innodb_data_file_path=ibdata1:1G:autoextend
aria_pagecache_buffer_size = 512M
aria_sort_buffer_size = 2M

#thread_handling=pool-of-threads
#thread_pool_size=32

sql_mode=''
innodb_use_native_aio = ON
innodb_file_format=barracuda
#innodb_lazy_drop_table=1
#innodb_adaptive_flushing_method = keep_average
#innodb_read_ahead = none
#innodb_flush_neighbor_pages=0
#innodb_log_block_size=4096
innodb_buffer_pool_size=200G
#innodb_additional_mem_pool_size=5M
innodb_adaptive_hash_index=1
innodb_autoinc_lock_mode=2
innodb_lru_scan_depth=100
innodb_flush_neighbors=0
innodb_log_file_size=4G
innodb_log_files_in_group=2
innodb_log_buffer_size=32M
innodb_flush_log_at_trx_commit=2
innodb_thread_concurrency=0
innodb_io_capacity_max=10000
#innodb_read_io_threads=16
#innodb_write_io_threads=16
innodb_flush_method=O_DIRECT
innodb_file_per_table=1
innodb_doublewrite = 1
innodb_stats_on_metadata = 0
#innodb_stats_auto_update = 0
innodb_stats_sample_pages = 1024
#slave-max-statement-time=100

### DEBUG
performance_schema=OFF
performance-schema-consumer-events-statements-history-long = ON
performance-schema-consumer-events-statements-history = ON
performance-schema-consumer-events-statements-current = ON
performance-schema-consumer-events-stages-current=ON
performance-schema-consumer-events-stages-history=ON
performance-schema-consumer-events-stages-history-long=ON
performance-schema-consumer-events-transactions-current=ON
performance-schema-consumer-events-transactions-history=ON
performance-schema-consumer-events-transactions-history-long=ON
performance-schema-consumer-events-waits-current=ON
performance-schema-consumer-events-waits-history=ON
performance-schema-consumer-events-waits-history-long=ON
performance-schema-instrument='%=ON'
max-digest-length=2048
performance-schema-max-digest-length=2018

Have you any tips on this one ?

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.