Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18452 )
Change subject: IMPALA-11248: Fix infinite warning dialog issue when datatable cells have undefined values in www/rpcz web page ...................................................................... IMPALA-11248: Fix infinite warning dialog issue when datatable cells have undefined values in www/rpcz web page This patch fixes datatables script show warning dialog repeatedly in some kernel environment, we find the issue in centOS linux release 7.2 and tencent tlinux release 2.2. If the javascript without 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: - 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. - Ran exhaustive tests with the patch. Change-Id: I7f284b4419ba7dd72baa960dcd5700da22dccdff Reviewed-on: http://gerrit.cloudera.org:8080/18452 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M www/rpcz.tmpl 1 file changed, 24 insertions(+), 24 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I7f284b4419ba7dd72baa960dcd5700da22dccdff Gerrit-Change-Number: 18452 Gerrit-PatchSet: 5 Gerrit-Owner: carolinchen <[email protected]> Gerrit-Reviewer: Fucun Chu <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: carolinchen <[email protected]> Gerrit-Reviewer: wangsheng <[email protected]>
