[
https://issues.apache.org/jira/browse/HBASE-25441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17257024#comment-17257024
]
Hudson commented on HBASE-25441:
--------------------------------
Results for branch branch-1
[build #71 on
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/71/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/71//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk7 checks{color}
-- For more information [see jdk7
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/71//JDK7_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/71//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
> add security check for some APIs in RSRpcServices
> -------------------------------------------------
>
> Key: HBASE-25441
> URL: https://issues.apache.org/jira/browse/HBASE-25441
> Project: HBase
> Issue Type: Bug
> Reporter: lujie
> Priority: Critical
> Fix For: 3.0.0-alpha-1, 1.7.0, 2.3.4, 2.5.0, 2.4.1
>
>
>
> ||API||Severity||symptom||
> |clearRegionBlockCache|Severe|The API will call
> LruBlockCache.evictBlocksByHfileName,
> who is declared as an expensive operation(see its comments), thus non-amin
> may result Dos|
> |clearSlowLogsResponses|Normal|clears queue records from ringbuffer|
> |updateConfiguration|Normal|non-admin user can make RS reload configutation
> from disk by this API. |
> |updateRegionFavoredNodesMapping|Normal|Non-admin user can change the
> region's best storage location by this api|
> |stopServer|low|stopServer on RS is slient, which make client think he/she
> success shutdown RS.
> Add preRpcCheck ont only make client receive the failed message,
> but also prevent the non-admin user stop the RS,
> even the hbase.coprocessor.regionserver.classes are not configured.|
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)