Thomas Tauber-Marshall has posted comments on this change. Change subject: IMPALA-2198: Differentiate queries in exceptional states in web UI ......................................................................
Patch Set 9: (3 comments) http://gerrit.cloudera.org:8080/#/c/2625/9/tests/hs2/test_json_endpoints.py File tests/hs2/test_json_endpoints.py: Line 48: self._get_in_flight_queries > Take a look at the json output from http://172.21.0.191:32769/queries?json Done Line 66: > assert num_in_flight_queries is 1, num_executing_queries is 0, num_waiting_ Done Line 72: assert len(self._get_in_flight_queries(http_addr)) == 0 > assert num_in_flight_queries is 0, num_executing_queries is 0, num_waiting_ Done -- To view, visit http://gerrit.cloudera.org:8080/2625 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I47d0b642ecb573fefbbf337b8c8f2c479b0d49b2 Gerrit-PatchSet: 9 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-HasComments: Yes
