GitHub user sandhyasun opened a pull request:
https://github.com/apache/incubator-trafodion/pull/589
[TRAFODION-2097] :Adding retry logic when making hdfsOpenFile calls to read
an hdfs file [
Added a retry loop for hdfs opens to avoid 8442 errors seen on slower
machines intermittently due to potential EAGAIN errors. [TRAFODION-2097]
The "sleep" introduced in hive/TEST018 has now been removed so this retry
can handle the EAGAIN errors.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sandhyasun/incubator-trafodion lobglobals_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/589.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #589
----
commit 1934f2b3b7b32ee4a0396d9e56457ffc9f2cb9cf
Author: Sandhya Sundaresan <[email protected]>
Date: 2016-07-08T21:59:00Z
Adding retry logic when making hdfsOpenFile calls to read an hdfs file to
handle potential EAGAIN errors. [TRAFODION-2097]
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---