Maxim Smyatkin has uploaded a new change for review.

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

Change subject: KUDU-1634 (part 2). Fixed bug which fails to ignore tmp 
consensus log segments
......................................................................

KUDU-1634 (part 2). Fixed bug which fails to ignore tmp consensus log segments

Temporary consensus log semgents are being named this way:
<name>.tmp.newsegmentXXXXXX, that is .tmp here is infix while IsLogFileName()
looks for a suffix and fails to find it. As a result, temporary segment will
be considered as finished.

Change-Id: I9cf25fbe6ecfc28aed9443cdfb6fb56100394c73
---
M src/kudu/consensus/log_util.cc
M src/kudu/consensus/log_util.h
2 files changed, 4 insertions(+), 4 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9cf25fbe6ecfc28aed9443cdfb6fb56100394c73
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Maxim Smyatkin <smyatkinma...@gmail.com>

Reply via email to