Project

General

Profile

Bug #6086

Updated by Peter Amstutz almost 9 years ago

We have been seeing a lot of timeouts in the java sdk when it is attempting to create a job.    The Java SDK uses a default read timeout of 20 seconds, so this suggests that sometimes it is taking longer than 20 seconds to complete the processing associated with creating a job prior to sending a response.    In addition to the short term fix of increasing the Java sdk timeout in #6071, we should investigate why job creation is taking so long.

Back