[
https://issues.apache.org/jira/browse/HBASE-18875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180297#comment-16180297
]
Hudson commented on HBASE-18875:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-1.4 #932 (See
[https://builds.apache.org/job/HBase-1.4/932/])
HBASE-18875 Thrift server supports read-only mode (tedyu: rev
9a940be1339bfed35721daaccaa65d15f00c75d9)
* (edit)
hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftServer.java
* (add)
hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandlerWithReadOnly.java
* (edit)
hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java
HBASE-18875 Thrift server supports read-only mode - addendum fixes (tedyu: rev
1af5bf110544e369c8da50404862a6e527008e62)
* (edit)
hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandlerWithReadOnly.java
> Thrift server supports read-only mode
> -------------------------------------
>
> Key: HBASE-18875
> URL: https://issues.apache.org/jira/browse/HBASE-18875
> Project: HBase
> Issue Type: New Feature
> Components: Thrift
> Affects Versions: 2.0.0, 3.0.0, 1.5.0
> Reporter: Guangxu Cheng
> Assignee: Guangxu Cheng
> Fix For: 1.4.0, 1.5.0, 2.0.0-alpha-4
>
> Attachments: 18875.add, HBASE-18875.branch-1.v1.patch,
> HBASE-18875.patch, HBASE-18875.v1.patch
>
>
> Provide option for thrift server to support read-only mode.
> To start the thrift server, use the -ro option or set hbase.thrift.readonly
> to true.
> false: Both read and write request are permitted.(all methods)
> true : Only the read request is permitted. (only get/scan method)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)