[
https://issues.apache.org/jira/browse/HIVE-20631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16627066#comment-16627066
]
ASF GitHub Bot commented on HIVE-20631:
---------------------------------------
GitHub user maheshk114 opened a pull request:
https://github.com/apache/hive/pull/437
HIVE-20631 : Hive returns 20011 error code for re-triable error
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maheshk114/hive HIVE-20631
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/437.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 #437
----
commit 7cc8ff99f9d44d17fedd16cf5f7a5c2414713fda
Author: Mahesh Kumar Behera <mbehera@...>
Date: 2018-09-25T09:41:19Z
HIVE-20631 : Hive returns 20011 error code for re-triable error
----
> Hive returns 20011 error code for re-triable error
> --------------------------------------------------
>
> Key: HIVE-20631
> URL: https://issues.apache.org/jira/browse/HIVE-20631
> Project: Hive
> Issue Type: Bug
> Components: repl
> Affects Versions: 4.0.0
> Reporter: mahesh kumar behera
> Assignee: mahesh kumar behera
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-20631.01.patch
>
>
> In case of network issue .repl load is returning non retry-able error code.
> The scenario is
> 1. While copying the file, repl load found that source is not reachable and
> went for copy retry.
> 2. While retying, getting file checksum failed due to network issue and thus
> its assumed that the source file is not present. So in the next retry copy is
> tried from cm path.
> 3. In the next retry, network is recovered and it in cm path no file was
> found. This will cause return of non retry-able error.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)