David Ribeiro Alves has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/6280

Change subject: [exactly_once_rpc-test] Reduce flakyness of 
TestExactlyOnceSemanticsGarbageCollection
......................................................................

[exactly_once_rpc-test] Reduce flakyness of 
TestExactlyOnceSemanticsGarbageCollection

This test is failing frequently in the last call with either:
Bad status: Network error: Recv() got EOF from remote (error 108)
or
Bad status: Network error: recv error: Connection reset by peer (error 104)

This test waits for "--remember_clients_ttl_ms" to have elapsed
before attempting a new call (that should then see that the server
no longer remembers the server).

The problem is that keepalive is set to be precisely the same amount
of time than "--remember_clients_ttl_ms", making it possible that
when the client tries the call after the wait the connection has
been closed.

This patch fixes this by reducing "--remember_clients_ttl_ms" to
half (500 msecs).

Change-Id: Idae93a637f3b34bf040e1f523301ccb085e4ca75
---
M src/kudu/rpc/exactly_once_rpc-test.cc
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/80/6280/1
-- 
To view, visit http://gerrit.cloudera.org:8080/6280
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idae93a637f3b34bf040e1f523301ccb085e4ca75
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <[email protected]>

Reply via email to