Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
22.08.1
-
None
-
None
Description
Build tested: 22.08.-1 engine: #4998 (develop), cmapi: 694
The following script is checking for ExeMgr, which does not exist in 22.08-1. It caused the mcs-controllernode, as well as all other ColumnStore processes, failed to start. This issue is a blocker as Docker installation failed.
75 PROGS='controllernode PrimProc ExeMgr WriteEngineServer DMLProc DDLProc'
|
105 $MCS_INSTALL_BIN/ExeMgr &>> $LOG_PREFIX/exemgr.log &
|
106 echo `date`: ExeMgr PID = $! >> $LOG_FILE
|
133 PROGS='StorageManager load_brm workernode controllernode PrimProc ExeMgr WriteEngineServer DMLProc DDLProc'
|
185 $MCS_INSTALL_BIN/ExeMgr &>> $LOG_PREFIX/exemgr.log &
|
186 echo `date`: ExeMgr PID = $! >> $LOG_FILE
|
207 PROGS='DMLProc DDLProc ExeMgr WriteEngineServer PrimProc workernode controllernode StorageManager'
|
Removing ExeMgr from line 133 would also ColumnStore engine to start, but all references should be fixed.
Attachments
Issue Links
- duplicates
-
MCOL-5138 Cmapi should skip exemgr for engine builds from develop.
- Closed