You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2021/05/24 19:01:49 UTC

[kudu-CR](branch-1.15.x) [security] fix const-correctness of some ACL methods

Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17497


Change subject: [security] fix const-correctness of some ACL methods
......................................................................

[security] fix const-correctness of some ACL methods

This patch fixes a few methods in simple_acl and server_base to be
const-correct.

This patch doesn't introduce any functional changes.

Change-Id: I0052528865c877354d5fdfa2e069a6daf716336d
Reviewed-on: http://gerrit.cloudera.org:8080/17496
Reviewed-by: Bankim Bhavsar <ba...@cloudera.com>
Tested-by: Alexey Serbin <as...@cloudera.com>
(cherry picked from commit 68f0f1a1d1d9beaff60243b77b64f4b1b359702c)
---
M src/kudu/security/simple_acl.cc
M src/kudu/security/simple_acl.h
M src/kudu/server/server_base.cc
M src/kudu/server/server_base.h
4 files changed, 9 insertions(+), 10 deletions(-)



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

Gerrit-Project: kudu
Gerrit-Branch: branch-1.15.x
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0052528865c877354d5fdfa2e069a6daf716336d
Gerrit-Change-Number: 17497
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>

[kudu-CR](branch-1.15.x) [security] fix const-correctness of some ACL methods

Posted by "Bankim Bhavsar (Code Review)" <ge...@cloudera.org>.
Bankim Bhavsar has posted comments on this change. ( http://gerrit.cloudera.org:8080/17497 )

Change subject: [security] fix const-correctness of some ACL methods
......................................................................


Patch Set 1: Code-Review+2


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

Gerrit-Project: kudu
Gerrit-Branch: branch-1.15.x
Gerrit-MessageType: comment
Gerrit-Change-Id: I0052528865c877354d5fdfa2e069a6daf716336d
Gerrit-Change-Number: 17497
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Bankim Bhavsar <ba...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Mon, 24 May 2021 19:03:31 +0000
Gerrit-HasComments: No

[kudu-CR](branch-1.15.x) [security] fix const-correctness of some ACL methods

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17497 )

Change subject: [security] fix const-correctness of some ACL methods
......................................................................

[security] fix const-correctness of some ACL methods

This patch fixes a few methods in simple_acl and server_base to be
const-correct.

This patch doesn't introduce any functional changes.

Change-Id: I0052528865c877354d5fdfa2e069a6daf716336d
Reviewed-on: http://gerrit.cloudera.org:8080/17496
Reviewed-by: Bankim Bhavsar <ba...@cloudera.com>
Tested-by: Alexey Serbin <as...@cloudera.com>
(cherry picked from commit 68f0f1a1d1d9beaff60243b77b64f4b1b359702c)
Reviewed-on: http://gerrit.cloudera.org:8080/17497
Tested-by: Kudu Jenkins
---
M src/kudu/security/simple_acl.cc
M src/kudu/security/simple_acl.h
M src/kudu/server/server_base.cc
M src/kudu/server/server_base.h
4 files changed, 9 insertions(+), 10 deletions(-)

Approvals:
  Bankim Bhavsar: Looks good to me, approved
  Kudu Jenkins: Verified

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

Gerrit-Project: kudu
Gerrit-Branch: branch-1.15.x
Gerrit-MessageType: merged
Gerrit-Change-Id: I0052528865c877354d5fdfa2e069a6daf716336d
Gerrit-Change-Number: 17497
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Bankim Bhavsar <ba...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)