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)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to