[jira] [Created] (HBASE-26192) hbck.jsp should provide a JSON formatted output option

2021-08-11 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-26192: --- Summary: hbck.jsp should provide a JSON formatted output option Key: HBASE-26192 URL: https://issues.apache.org/jira/browse/HBASE-26192 Project: HBase

[jira] [Created] (HBASE-26193) Do not store meta region location on zookeeper

2021-08-11 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-26193: - Summary: Do not store meta region location on zookeeper Key: HBASE-26193 URL: https://issues.apache.org/jira/browse/HBASE-26193 Project: HBase Issue Type: Improvem

[jira] [Created] (HBASE-26191) Annotate shaded generated protobuf as InterfaceAudience.Private

2021-08-11 Thread Michael Stack (Jira)
Michael Stack created HBASE-26191: - Summary: Annotate shaded generated protobuf as InterfaceAudience.Private Key: HBASE-26191 URL: https://issues.apache.org/jira/browse/HBASE-26191 Project: HBase

[jira] [Resolved] (HBASE-16756) InterfaceAudience annotate our protobuf; distinguish internal; publish public

2021-08-11 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-16756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-16756. --- Resolution: Won't Fix Not doing this. > InterfaceAudience annotate our protobuf; distinguis

Re: [DISCUSS] InterfaceAudience for protobufs

2021-08-11 Thread Duo Zhang
In hbase 3.0.0 we removed the hbase-protocol module, and also let CPs make use of the shaded version too, as we already saw some users report that they want to use something like grpc in CP but CP needs to depend on protobuf 2.5 which introduces conflicts. So I think in 3.0.0, I agree with you tha

[jira] [Created] (HBASE-26190) High rate logging of BucketAllocatorException: Allocation too big

2021-08-11 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-26190: --- Summary: High rate logging of BucketAllocatorException: Allocation too big Key: HBASE-26190 URL: https://issues.apache.org/jira/browse/HBASE-26190 Proj

Re: [DISCUSS] InterfaceAudience for protobufs

2021-08-11 Thread Bryan Beaudreault
Thank you Stack, I did not see that issue or those references. So it seems like an issue already exists for this and in fact this discussion has already been solved :) I'll move forward with my rename. I might comment on the issue, as I think adding a link in the "Aspirational Semantic Versioning"

[jira] [Created] (HBASE-26189) Reduce log level of CompactionProgress notice to DEBUG

2021-08-11 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-26189: --- Summary: Reduce log level of CompactionProgress notice to DEBUG Key: HBASE-26189 URL: https://issues.apache.org/jira/browse/HBASE-26189 Project: HBase

Re: [DISCUSS] InterfaceAudience for protobufs

2021-08-11 Thread Stack
On Tue, Aug 10, 2021 at 10:48 AM Bryan Beaudreault wrote: > Hello dev list, > > This question came up in https://github.com/apache/hbase/pull/3536, where > I > renamed a field on the BalanceRequest message in Master.proto. > > This change is backwards compatible to the majority of users, because

[jira] [Created] (HBASE-26188) Implement #toString for RowMutations

2021-08-11 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-26188: Summary: Implement #toString for RowMutations Key: HBASE-26188 URL: https://issues.apache.org/jira/browse/HBASE-26188 Project: HBase Issue Type: Improvement

Re: HBASE-6908 Solution Proposal

2021-08-11 Thread Stack
On Fri, Aug 6, 2021 at 9:15 AM Rich Marscher wrote: > Hi, > we have recently been interested in extending our options for RPC queues in > the hbase-server and in searching for prior issues found HBASE-6908 which > aligns exactly with our needs. I put together a PR with a proposed solution > to ha