[MCOL-5159] References to ExeMgr prevents ColumnStore engine to start Created: 2022-07-15  Updated: 2022-07-15  Resolved: 2022-07-15

Status: Closed
Project: MariaDB ColumnStore
Component/s: cmapi
Affects Version/s: 22.08.1
Fix Version/s: None

Type: Bug Priority: Blocker
Reporter: Daniel Lee (Inactive) Assignee: Alan Mologorsky
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Duplicate
duplicates MCOL-5138 Cmapi should skip exemgr for engine b... Closed

 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.



 Comments   
Comment by alexey vorovich (Inactive) [ 2022-07-15 ]

dleeyh this is a duplicate. I discovered this N month ago
please see alan.mologorsky in progress list for the main issue

Comment by Daniel Lee (Inactive) [ 2022-07-15 ]

Closing dup ticket

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