[kudu-CR] log block manager: replace custom RAII class with ScopedCleanup

2016-08-14 Thread Todd Lipcon (Code Review)
Todd Lipcon has submitted this change and it was merged.

Change subject: log_block_manager: replace custom RAII class with ScopedCleanup
..


log_block_manager: replace custom RAII class with ScopedCleanup

Change-Id: I810626472adffdeafa626db3f4fc927b7c2a0b86
Reviewed-on: http://gerrit.cloudera.org:8080/3965
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo 
---
M src/kudu/fs/log_block_manager.cc
1 file changed, 4 insertions(+), 16 deletions(-)

Approvals:
  Adar Dembo: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/3965
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I810626472adffdeafa626db3f4fc927b7c2a0b86
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon 
Gerrit-Reviewer: Adar Dembo 
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon 


[kudu-CR] log block manager: replace custom RAII class with ScopedCleanup

2016-08-13 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change.

Change subject: log_block_manager: replace custom RAII class with ScopedCleanup
..


Patch Set 1: Code-Review+2

-- 
To view, visit http://gerrit.cloudera.org:8080/3965
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I810626472adffdeafa626db3f4fc927b7c2a0b86
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon 
Gerrit-Reviewer: Adar Dembo 
Gerrit-Reviewer: Kudu Jenkins
Gerrit-HasComments: No


[kudu-CR] log block manager: replace custom RAII class with ScopedCleanup

2016-08-12 Thread Kudu Jenkins (Code Review)
Kudu Jenkins has posted comments on this change.

Change subject: log_block_manager: replace custom RAII class with ScopedCleanup
..


Patch Set 1:

Build Started http://104.196.14.100/job/kudu-gerrit/2858/

-- 
To view, visit http://gerrit.cloudera.org:8080/3965
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I810626472adffdeafa626db3f4fc927b7c2a0b86
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon 
Gerrit-Reviewer: Adar Dembo 
Gerrit-Reviewer: Kudu Jenkins
Gerrit-HasComments: No


[kudu-CR] log block manager: replace custom RAII class with ScopedCleanup

2016-08-12 Thread Todd Lipcon (Code Review)
Hello Adar Dembo,

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

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

to review the following change.

Change subject: log_block_manager: replace custom RAII class with ScopedCleanup
..

log_block_manager: replace custom RAII class with ScopedCleanup

Change-Id: I810626472adffdeafa626db3f4fc927b7c2a0b86
---
M src/kudu/fs/log_block_manager.cc
1 file changed, 4 insertions(+), 16 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I810626472adffdeafa626db3f4fc927b7c2a0b86
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon 
Gerrit-Reviewer: Adar Dembo