[MCOL-3947] ColumnRestore should output a warnings instead of errors when when restore and backup IPs are different Created: 2020-04-14 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | Consolidate & Redevelop All Columnstore Tools (SDK, Adapters, Backup, Restore, mcsimport) |
| Description |
|
Build tested: 1.4.3-6 (hot fix) When backup from one stack and restore to another stack with different IP address, the restore tool output's the following: r=10.0.0.131 1=10.0.0.111 2=0.0.0.0 The restore ran to completion We should change the wording from ERROR to WARNING instead since the user may purposely restore to a different set of hardware. The IP change occurs frequently on cloud environment. |