From dev-return-6599-apmail-hawq-dev-archive=hawq.apache.org@hawq.incubator.apache.org Tue Mar 21 16:36:45 2017 Return-Path: X-Original-To: apmail-hawq-dev-archive@minotaur.apache.org Delivered-To: apmail-hawq-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DB4819554 for ; Tue, 21 Mar 2017 16:36:45 +0000 (UTC) Received: (qmail 23401 invoked by uid 500); 21 Mar 2017 16:36:45 -0000 Delivered-To: apmail-hawq-dev-archive@hawq.apache.org Received: (qmail 23334 invoked by uid 500); 21 Mar 2017 16:36:45 -0000 Mailing-List: contact dev-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list dev@hawq.incubator.apache.org Received: (qmail 23322 invoked by uid 99); 21 Mar 2017 16:36:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2017 16:36:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8FAE9C68AB for ; Tue, 21 Mar 2017 16:36:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.348 X-Spam-Level: X-Spam-Status: No, score=-99.348 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id V1D0imqA6XQp for ; Tue, 21 Mar 2017 16:36:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 69C5B60CF9 for ; Tue, 21 Mar 2017 16:36:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 454F8E05C5 for ; Tue, 21 Mar 2017 16:36:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id C0602254C9 for ; Tue, 21 Mar 2017 16:36:41 +0000 (UTC) Date: Tue, 21 Mar 2017 16:36:41 +0000 (UTC) From: "Kyle R Dunn (JIRA)" To: dev@hawq.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HAWQ-1398) Warnings in gpfs_hdfs_disconnect() reference incorrect originating function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kyle R Dunn created HAWQ-1398: --------------------------------- Summary: Warnings in gpfs_hdfs_disconnect() reference incorrect originating function Key: HAWQ-1398 URL: https://issues.apache.org/jira/browse/HAWQ-1398 Project: Apache HAWQ Issue Type: Bug Components: Core Reporter: Kyle R Dunn Assignee: Ed Espino Fix For: backlog Both warning messages in the {{gpfs_hdfs_disconnect()}} function reference the wrong function, {{gpfs_hdfs_openfile()}}. [Line 174 | https://github.com/apache/incubator-hawq/blob/master/src/bin/gpfilesystem/hdfs/gpfshdfs.c#L174] [Line 183 | https://github.com/apache/incubator-hawq/blob/master/src/bin/gpfilesystem/hdfs/gpfshdfs.c#L183] -- This message was sent by Atlassian JIRA (v6.3.15#6346)