Background Tasks and Dynamic Delegation
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
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:
Having this set as TRUE will allow Yellowfin to designate the task node dynamically. Does this address your inquiry? Thanks, RyanHi 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:
Having this set as TRUE will allow Yellowfin to designate the task node dynamically. Does this address your inquiry? Thanks, RyanHi Ryan,
Yes that was the answer I was lokking for.
Thank you
Regards,
Jan
Hi Ryan,
Yes that was the answer I was lokking for.
Thank you
Regards,
Jan
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
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
Replies have been locked on this page!