[
https://issues.apache.org/jira/browse/HBASE-18873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16215301#comment-16215301
]
Josh Elser commented on HBASE-18873:
------------------------------------
The whitespace errors are all from JVM crashdump files, e.g.
{noformat}
./hbase-server/hs_err_pid30492.log:637:731000000-734f00000 rw-p 00000000 00:00
0
./hbase-server/hs_err_pid30492.log:638:734f00000-751000000 rw-p 00000000 00:00
0
./hbase-server/hs_err_pid30492.log:639:751000000-770700000 rw-p 00000000 00:00
0
./hbase-server/hs_err_pid30492.log:640:770700000-7c5a80000 rw-p 00000000 00:00
0
./hbase-server/hs_err_pid30492.log:641:7c5a80000-800000000 rw-p 00000000 00:00
0
./hbase-server/hs_err_pid30492.log:642:7f231ab29000-7f231ab2c000 ---p 00000000
00:00 0
{noformat}
I'd like to commit this one. Any more feedback, folks?
> Hide protobufs in GlobalQuotaSettings
> -------------------------------------
>
> Key: HBASE-18873
> URL: https://issues.apache.org/jira/browse/HBASE-18873
> Project: HBase
> Issue Type: Sub-task
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Critical
> Fix For: 2.0.0-alpha-4
>
> Attachments: HBASE-18873.001.branch-2.patch,
> HBASE-18873.002.branch-2.patch, HBASE-18873.003.branch-2.patch
>
>
> HBASE-18807 cleaned up direct protobuf use in the Coprocessor APIs for
> quota-related functions. However, one new POJO introduced to hide these
> protocol buffers still exposes PBs via some methods.
> We should try to hide those as well.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)