bp2014n2 / i2b2

Bachelor project in order to use i2b2 with big data
http://bp2014n2.github.io/
4 stars 0 forks source link

HPCC sends timeout after 60s #186

Closed SvenLehmann closed 9 years ago

SvenLehmann commented 9 years ago

In HPCC there is a default timeout set to 60 000ms. After these 60s HPCC sends an error:

<RunEclResponse>
<results>
<Exception>
<Source>ESP</Source>
<Message>Timed out waiting for job to complete: W20150507-141919</Message>
</Exception>
</results>
</RunEclResponse>

That error is thrown in line L226 https://github.com/hpcc-systems/HPCC-Platform/blob/master/esp/services/ecldirect/EclDirectService.cpp#L226

The default value is set in L113 https://github.com/hpcc-systems/HPCC-Platform/blob/master/esp/services/ecldirect/EclDirectService.cpp#L113

Problem is how to set the timeout manually in order to avoid the default value.