#1
|
|||
|
|||
Cluster Client Timeout after 10s...
Hi,
We are getting "Failed to receive initialization commands from master" on client after 10 seconds. A scene with smaller content loads fine, but a scene with bigger content (which takes 10+ seconds to load) both clients give error as above. We did try to use timeout settings in vizcore.cfg but it didn't solve the problem. Any suggestions? Kind Regards, Iwan |
#2
|
|||
|
|||
Which timeout settings did you change? The relevant timeout for the error you are getting is viz.cluster.client.init_timeout. You should try setting this to a value greater than the time it takes to load your files. For example if it takes 20 seconds to load your files, I would set it to 40000.
|
#3
|
|||
|
|||
Also, to be clear, you need to apply this setting on all the client computers, not the master computer.
|
#4
|
|||
|
|||
Solved!!!!!!!
Ah! I did not use "viz.cluster.client.init_timeout"... Problem solved!!! Thank you!!!
Kind Regards, Iwan |
#5
|
|||
|
|||
What is the format for the vizcore.cfg file? I just tried to do something like this
viz.cluster.client.init_timeout 40000 but it says there is a syntax error. The help files don't seem to have an example.... Thanks Andy |
#6
|
|||
|
|||
The format is:
name = value So your example would be: Code:
viz.cluster.client.init_timeout = 40000 |
|
|