Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
farid1
Contributor II
Contributor II

Remote Engine Cluster - what is the benefits?

It is mentioned that:

"Currently it is not possible to configure failover and load balacing relationships between Remote Engines."

 

https://help.talend.com/reader/KURIhO59_QJaiOB3xHeUJw/fhew8t_ZQKQPtsLbnVIxaw

 

So, then what is the main purpose of using cluster? is it only for grouping remote engines?

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

The task will run in the first Remote Engine avaiable. It's used for failover and a litle bit "loadbalancing".

 

For exemple if you had 3 remote engine & two task

 

We have a queue of Remote

  1. Remote 1
  2. Remote 2
  3. Remote 3

 

First Task : Assign to the first Remote --> The queue order change to promote Remote Engine not used

 

  1. Remote 2
  2. Remote 3
  3. Remote 1 : Task 1 runing

The second task will execute in Remote 2 and then the queue order change for next task

 

  1. Remote 3
  2. Remote 1  : Task 1 runing
  3. Remote 2  : Task 2 runing

View solution in original post

3 Replies
Anonymous
Not applicable

Hey Farid,

 

you can create a Cluster with Talend Remote Engine

 

0683p000009M9O4.png

farid1
Contributor II
Contributor II
Author

Hi Pierre,

 

thanks for your reply. But what will be the benefit of using "Remote Engine Cluster"? Will they do the same task twice? or will there be load balancing? of active-passive engines?

Anonymous
Not applicable

The task will run in the first Remote Engine avaiable. It's used for failover and a litle bit "loadbalancing".

 

For exemple if you had 3 remote engine & two task

 

We have a queue of Remote

  1. Remote 1
  2. Remote 2
  3. Remote 3

 

First Task : Assign to the first Remote --> The queue order change to promote Remote Engine not used

 

  1. Remote 2
  2. Remote 3
  3. Remote 1 : Task 1 runing

The second task will execute in Remote 2 and then the queue order change for next task

 

  1. Remote 3
  2. Remote 1  : Task 1 runing
  3. Remote 2  : Task 2 runing