[MCOL-3534] Need to remove -n and -d from postConfigure syntax error msg Created: 2019-10-01  Updated: 2019-10-10  Resolved: 2019-10-10

Status: Closed
Project: MariaDB ColumnStore
Component/s: installation
Affects Version/s: 1.4.0
Fix Version/s: 1.4.1

Type: Bug Priority: Minor
Reporter: Daniel Lee (Inactive) Assignee: Bharath Bokka (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Sprint: 2019-06

 Description   

Build tested: 1.4.0-1

engine commit:
1f47534

postConfigure supports only the non-distributed mode now. The returned syntax error msg still has the -d and -n options. -h help text is fine.

[root@localhost bin]# ./postConfigure -n
ERROR: Invalid Argument = -n
Usage: postConfigure [-h][-c][-u][-p][-qs][-qm][-qa][-port][-i][-n][-d][-sn][-pm-ip-addrs][-um-ip-addrs][-pm-count][-um-count][-x][-xr][-numBlocksPct][-totalUmMemory]
[root@localhost bin]# ./postConfigure -d
ERROR: Invalid Argument = -d
Usage: postConfigure [-h][-c][-u][-p][-qs][-qm][-qa][-port][-i][-n][-d][-sn][-pm-ip-addrs][-um-ip-addrs][-pm-count][-um-count][-x][-xr][-numBlocksPct][-totalUmMemory]



 Comments   
Comment by Andrew Hutchings (Inactive) [ 2019-10-02 ]

I forgot to remove -n and -d from the help message it seems...

Comment by Bharath Bokka (Inactive) [ 2019-10-10 ]

Build tested: 1.4.1-1

engine commit:
6ea7bd7

-n and -d options are been removed from postConfigure 'Usage' message as those aren't supported for 1.4.

[root@localhost ~]# /usr/local/mariadb/columnstore/bin/postConfigure -n
ERROR: Invalid Argument = -n
Usage: postConfigure [-h][-c][-u][-p][-qs][-qm][-qa][-port][-i][-sn][-pm-ip-addrs][-um-ip-addrs][-pm-count][-um-count][-x][-xr][-numBlocksPct][-totalUmMemory]
[root@localhost ~]# /usr/local/mariadb/columnstore/bin/postConfigure -d
ERROR: Invalid Argument = -d
Usage: postConfigure [-h][-c][-u][-p][-qs][-qm][-qa][-port][-i][-sn][-pm-ip-addrs][-um-ip-addrs][-pm-count][-um-count][-x][-xr][-numBlocksPct][-totalUmMemory]

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