carolinchen has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18452
Change subject: IMPALA-11248 Fix infinite warning dialog issue when datatable cells has undefined values in rpcz web page ...................................................................... IMPALA-11248 Fix infinite warning dialog issue when datatable cells has undefined values in rpcz web page This patch fixes datatables script show warning dialog repeatedly in some kernel environment. If the javascript with no initial value set, then the front-end page prompts that the variable is not defined, which cause the datatables script to repeatedly show warning dialog pop up with message such as follow: DataTables warning: table id=inbound_per_conn_metrics - Requested unknown parameter '6' for row 0, column 6. For more information about this error, please see http://datatables.net/tn/4 Testing: 1. Ran Q4 of TPC-DS against tpcds_parquet table manually. Verified that the page display the KRPC inbound/outbound connections table properly without any warning dialog and auto-refresh normally. 2. Ran exhaustive tests with the patch. Change-Id: I7f284b4419ba7dd72baa960dcd5700da22dccdff --- M www/rpcz.tmpl 1 file changed, 24 insertions(+), 24 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/52/18452/1 -- To view, visit http://gerrit.cloudera.org:8080/18452 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7f284b4419ba7dd72baa960dcd5700da22dccdff Gerrit-Change-Number: 18452 Gerrit-PatchSet: 1 Gerrit-Owner: carolinchen <[email protected]>
