Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend HA architecture

Hello,
I am trying to use Virtual server to achieve high availability for running jobs on Job servers. What is the exact strategy that the Virtual server uses for assigning jobs to job servers? Especially, what happens when one of the job servers is not available or fails during the job execution?
Madachka
Labels (2)
4 Replies
Anonymous
Not applicable
Author

the strategy is to rate the job servers and use always the server with the best rating.
If a job server fails, this current running job also fail and will not handover to the next server to continue. You have to design your jobs in a way they become restartable by using transactions and meta tables checking the success of a work item.
Anonymous
Not applicable
Author

Hi,
High availability is achieved through load balancing and failover.
Please take a look at Cluster mode in talend administrator center TalendHelpCenter:cluster mode.
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks guys for making it clear.
From the documentation, they said I need only those two components to achieve an HA setup (not using ESB license) , right ?
"Tomcat is configured in cluster mode and duplicated,
two CommandLine applications are started and registered on the Configuration page."
But I didn't get why do I need two running CommandLine applications, is it only active configuration ? what is the usage of those two CommandLine ?
Thank you,
Madachka
rshah
Contributor
Contributor

Hi,

 

Typically how much time we should expect that it takes to set up a Talend HA cluster? Is it hours or days or weeks?