[MCOL-1063] Multi server upgrade ERROR in replication setup when table name contains 'failed' Created: 2017-11-30  Updated: 2019-07-10  Resolved: 2019-07-10

Status: Closed
Project: MariaDB ColumnStore
Component/s: installation
Affects Version/s: 1.1.2
Fix Version/s: Icebox

Type: Bug Priority: Trivial
Reporter: Sasha V Assignee: Unassigned
Resolution: Won't Fix Votes: 1
Labels: None
Environment:

docker Ubuntu 16


Issue Links:
PartOf
is part of MCOL-1573 recommended change to the rsync.sh sc... Closed
Relates
relates to MCOL-1064 Multi server upgrade ERROR in replica... Closed

 Description   

During multi-server system upgrade from InfiniDB 4.x to MariaDB ColumnStore 1.1.2 the postConfigure step

Run MariaDB ColumnStore Replication Setup..

fails with

ERROR: Error return in running the MariaDB ColumnStore Master DB Distribute, check /tmp/master-dist*.logs on pm1
 
 MariaDB ColumnStore Replication Setup Failed, check logs
 
 IMPORTANT: Once issue has been resolved, rerun postConfigure

The log file /tmp/master-dist_pm2.log has lines:

sending incremental file list
columnstore_info/db.opt
...
user_analytics/failed_logins.frm
           FAILED: Failure, check tmp log

This issue is due to the lines like:

           -re "failed" ...

in the script
https://github.com/mariadb-corporation/mariadb-columnstore-engine/blob/master/oam/install_scripts/rsync.sh#L47

To fix this issue, one could add the --quiet option to the rsync command at:
https://github.com/mariadb-corporation/mariadb-columnstore-engine/blob/master/oam/install_scripts/rsync.sh#L28

set COMMAND "rsync -vopgrq ...



 Comments   
Comment by Todd Stoffel (Inactive) [ 2019-07-10 ]

Edge case. Only impacts systems with a table containing the string "failed" in the name. postConfigure will be deprecated soon anyway.

Generated at Thu Feb 08 02:25:54 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.