Sahil Takiar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/16014


Change subject: IMPALA-9757: Bump disconnected_session_timeout in 
start-impala-cluster.py
......................................................................

IMPALA-9757: Bump disconnected_session_timeout in start-impala-cluster.py

Bump the disconnected_session_timeout to 6 hours in
./bin/start-impala-cluster.py.

This reduces test flakiness when running tests against the mini-cluster
using the hs2-http protocol. The issue is that a lot of the E2E tests
open a hs2-http connection on test startup, but might not use the
connection for a long time. The connection gets cleaned up and then
tests start to fail with "HiveServer2Error: Invalid session id"
exceptions.

The commonly happens in exhaustive tests where we add test dimensions on
the protocol used to execute E2E tests. This causes the test to switch
between the beeswax, hs2, and hs2-http protocols. If a test spends over
an hour using the beeswax protocol, the hs2-http will get closed.

Change-Id: I061a6f96311d406daee14454f71699c8727292d1
---
M bin/start-impala-cluster.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/14/16014/1
--
To view, visit http://gerrit.cloudera.org:8080/16014
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I061a6f96311d406daee14454f71699c8727292d1
Gerrit-Change-Number: 16014
Gerrit-PatchSet: 1
Gerrit-Owner: Sahil Takiar <[email protected]>

Reply via email to