You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/03/01 19:52:00 UTC

[jira] [Created] (IMPALA-9440) Typo in rpcz.tmpl for inbound connection metrics

Joe McDonnell created IMPALA-9440:
-------------------------------------

             Summary: Typo in rpcz.tmpl for inbound connection metrics
                 Key: IMPALA-9440
                 URL: https://issues.apache.org/jira/browse/IMPALA-9440
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 3.4.0
            Reporter: Joe McDonnell


There is a small typo in the rpcz.tmpl:

[https://github.com/apache/impala/blob/master/www/rpcz.tmpl#L320]
{noformat}
function update_krpc_inbound_conn_metrics_datatable(json) {
  var table = $('#inbound_per_conn_metrics').DataTable();
  var rows = $.map(json["inbounad_per_conn_metrics"], function(row) { <--------
    return [[row["remote_ip"], row["num_calls_in_flight"],{noformat}
"inbounad" should be "inbound"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)