Hello Adar Dembo, Alexey Serbin,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: KUDU-1745. Avoid crashing during failed master lookup
......................................................................

KUDU-1745. Avoid crashing during failed master lookup

This addresses a SEGV seen when handling a simultaneous failure talking
to both the master and the tablet servers. In this case, the failed
tablet server object is NULL.

This is only a partial fix/workaround - it avoids the crash but it seems
like the retry backoff is not working as expected. Nonetheless, it is at
least an improvement.

Change-Id: I0a06c31c5ad4e26928a7fcabf24f9fd7a02a7e38
---
M src/kudu/client/meta_cache.cc
M src/kudu/integration-tests/client_failover-itest.cc
M src/kudu/rpc/retriable_rpc.h
M src/kudu/rpc/rpc.h
4 files changed, 43 insertions(+), 6 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a06c31c5ad4e26928a7fcabf24f9fd7a02a7e38
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <t...@apache.org>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com>

Reply via email to