You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/22 15:29:00 UTC

[jira] [Commented] (IMPALA-8414) Warning caused by not skipping header of /proc/net/dev

    [ https://issues.apache.org/jira/browse/IMPALA-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823180#comment-16823180 ] 

ASF subversion and git services commented on IMPALA-8414:
---------------------------------------------------------

Commit 67f77d41d40523074385b8dbccfa6ef6ef81dd57 in impala's branch refs/heads/master from Lars Volker
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=67f77d4 ]

IMPALA-8414: Skip header when parsing /proc/net/dev

The fix for IMPALA-8395 does not skip the first to header lines of
/proc/net/dev. This change skips the header to prevent unnecessary
warnings.

Testing: Manually checked that impalad.WARNING did not contain any
warnings about failure to parse /proc/net/dev.

Change-Id: I7ff931671050d44926d0baa77ec374afed1f8225
Reviewed-on: http://gerrit.cloudera.org:8080/13016
Reviewed-by: Lars Volker <lv...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Warning caused by not skipping header of /proc/net/dev
> ------------------------------------------------------
>
>                 Key: IMPALA-8414
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8414
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.3.0
>            Reporter: Lars Volker
>            Assignee: Lars Volker
>            Priority: Major
>
> [This fix|https://gerrit.cloudera.org/#/c/12954/] for IMPALA-8395 does not skip the first to header lines of /proc/net/dev, causing warnings like this:
> {noformat}
> W0414 17:58:49.836887 32683 system-state-info.cc:192] Failed to parse interface name in line: Inter-|   Receive                                                |  Transmit
> W0414 17:59:49.940279 32683 system-state-info.cc:192] Failed to parse interface name in line: Inter-|   Receive                                                |  Transmit
> W0414 18:00:50.077952 32683 system-state-info.cc:192] Failed to parse interface name in line: Inter-|   Receive                                                |  Transmit
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org