You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/03/17 23:03:21 UTC

[kudu-CR] [scanner] LOG(INFO) --> VLOG(1) on scanner expiration

Alexey Serbin has uploaded a new patch set (#2).

Change subject: [scanner] LOG(INFO) --> VLOG(1) on scanner expiration
......................................................................

[scanner] LOG(INFO) --> VLOG(1) on scanner expiration

Made code up-to-date with the TODO comment: replaced LOG(INFO) with
VLOG(1) in the event of scanner expiration.

Change-Id: I78f0b07131aaf4dc4a2cb72bed1ce1647a201b68
---
M src/kudu/tserver/scanners.cc
1 file changed, 15 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/16/6416/2
-- 
To view, visit http://gerrit.cloudera.org:8080/6416
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I78f0b07131aaf4dc4a2cb72bed1ce1647a201b68
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins