Background Tasks and Dynamic Delegation

Jan Bothmann shared this question 6 years ago
Answered

Hi,


We are running a 2 node clustered yellowfin 7.4 setup, and according to the 7.4 documentation:

In DYNAMIC and REPOSITORY modes, delegation of background tasks can be done dynamically. If a node running background tasks fails, tasks will be delegated to another node.

<init-param>
        <param-name>AutoTaskDelegation</param-name>
        <param-value>TRUE</param-value>
</init-param>
So if above xml-block is set on both nodes, do i still need to modify one of the nodes with the settings below or can i leave them as default installed?

<servlet>
      <servlet-name>SystemTaskManager</servlet-name>
      <servlet-class>com.hof.servlet.SystemTaskManager</servlet-class>
      <load-on-startup>8</load-on-startup>
</servlet>
<init-param>
        <param-name>DisableTaskScheduler</param-name>
        <param-value>TRUE</param-value>
</init-param>

Regards


Jan Bothmann

Replies (3)

photo
1

Hi Jan, Thanks for reaching out with your question. If you are using DYNAMIC clustering and have AutoTaskDelegation set to TRUE, you are not required to make the changes to disable the System Task Manager and Task Scheduler. As per the definition of the AutoTaskDelegation parameter as found in the attached clustering guide:

True/False. This is for DYNAMIC mode only and is optional. When enabled, the Cluster will automatically assign a node to perform background tasks. When this is turned on you do not need to manually configure a node to run background tasks. Yellowfin will turn off SystemTasks on a node at startup if a another node is already delegated to perform this task.
Having this set as TRUE will allow Yellowfin to designate the task node dynamically. Does this address your inquiry? Thanks, Ryan

photo
1

Hi Ryan,


Yes that was the answer I was lokking for.


Thank you


Regards,


Jan

photo
1

Hi Jan,

Thanks for the reply. I'll go ahead and mark this as Answered. Please don't hesitate to reach out with further questions or issues.

Thanks,

Ryan

Leave a Comment
 
Attach a file