[MCOL-837] postConfigure - WARNING: Mismatch between FilesPerColumnPartition check should be removed Created: 2017-07-27 Updated: 2023-10-26 Resolved: 2017-09-14 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.9 |
| Fix Version/s: | 1.0.12, 1.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 2017-18 |
| Description |
|
When adding a new pm and dbroot via postConfigure, the below warning gets issued and postConfigure exits. This warning and check is no long valid and should be removed from code. This was added in the arly days of the product where you couldn't add additional dbroots. So it no longer applies. Enter number of Performance Modules [1,1024] (2) > 3
Enter Nic Interface #1 Host Name (ip-172-30-0-92) >
Enter Nic Interface #1 Host Name (pm2) >
Enter Nic Interface #1 Host Name (unassigned) > pm3 *************************************************************************** |
| Comments |
| Comment by Andrew Ernst [ 2017-08-18 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I've just experienced this issue, as well.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by David Hill (Inactive) [ 2017-08-23 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
remove the check for this change, no longer needed fixed in 1.0.x commit 80aff1477a0f4ec1c144c96039e917270d29cb82 oamapps/postConfigure/postConfigure.cpp | 2 – fixed in 1.1.0 commit ce6317995cc6791ea0d01faabf74e9e0d15ff7f7 oamapps/postConfigure/postConfigure.cpp | 2 – | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2017-09-12 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Build tested: 1.1.0-1 I am still getting the warning. Enter Nic Interface #1 Host Name (unassigned) > s2pm1 *************************************************************************** | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by David Hill (Inactive) [ 2017-09-13 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
fixed in 1.0 and and 1.1. Commented out the call that checks FilesPerColumnPartition. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2017-09-14 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Builds verified: 1.1.0-1, 1.0.12 GitHub source /root/columnstore/mariadb-columnstore-server /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine For 1.0, I did run into an installation issue at the end of postConfigure. For the purpose of this test only, the warning message is no longer displayed. |