When MPP (Massively Parallel Processing) is enabled, it attempts to start itself during server restart, which can lead to warning messages being displayed.
Despite the warnings, there is no need for concern as the Drillbit process is making several attempts to start up, rather than failing altogether. Therefore, it is safe to ignore these warning messages as they are simply part of the normal process for starting up the Drillbit process.
The following log entry confirms the successful startup of the Drillbit process:
=======================================
DrillEngine - Configured DV plugin. No modifications.
=======================================
To eliminate the warning messages, one solution is to disable the Massively Parallel Processing (MPP) engine if it isn't actively used . MPP relies on the Drillbit process.
Here are the steps to follow in order to disable Massively Parallel Processing (MPP):
- Navigate to TIBCO Data Virtualization Studio > Administration > Configuration > Server > SQL Engine > Parallel Processing
- If the "Enabled" option is set to "True", change it to "False". Please note that MPP is enabled by default in TIBCO Data Virtualization on Linux.
By disabling Massively Parallel Processing (MPP), Drillbit will not attempt to start during server startup, and the warning messages will not be displayed. However, it is important to note that the time taken for this process to complete may vary across different Linux instances.
Note: Regardless of the duration, these warning messages can be safely ignored as they are not indicative of any significant issues.