Re: [DISCUSS] A Problem When Start HBase Cluster Using Table Based Replication

2018-03-16 Thread Duo Zhang
bq, A Master startup refactor + WALs-per-system-table sounds like a lot of change for a minor release. Yes, we've talked offline about this, it is too big. We plan to revert the table based replication storage from the master branch first and open a feature branch for it. Thanks. 2018-03-17 2:1

[jira] [Reopened] (HBASE-20119) Introduce a pojo class to carry coprocessor information in order to make TableDescriptorBuilder accept multiple cp at once

2018-03-16 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened HBASE-20119: reopen to revert the changes in Public classes > Introduce a pojo class to carry coprocessor i

Re: Looking at an hbase-thirdparty release

2018-03-16 Thread Stack
On Fri, Mar 16, 2018 at 3:48 PM, Josh Elser wrote: > No qualms from me. 3.5.1 the desired version? > > Yeah. Hopefully just a pom version bump. > The reason that brought me here was nothing that we do in our build > (running MR jobs via `hadoop jar`), so I don't think we need to rush. > > On t

[jira] [Created] (HBASE-20216) [thirdparty] Bundle commons-cli

2018-03-16 Thread Josh Elser (JIRA)
Josh Elser created HBASE-20216: -- Summary: [thirdparty] Bundle commons-cli Key: HBASE-20216 URL: https://issues.apache.org/jira/browse/HBASE-20216 Project: HBase Issue Type: Improvement

Re: Looking at an hbase-thirdparty release

2018-03-16 Thread Josh Elser
Yeah, all of the commons-* projects worry me. Recently, commons-math and commons-collections introduced different GAV and java-package which give me some hope that they'll be OK going forward. Not sure about IO, crypto, and lang.. On 3/16/18 6:19 PM, Mike Drob wrote: commons-collections? I d

Re: Looking at an hbase-thirdparty release

2018-03-16 Thread Josh Elser
No qualms from me. 3.5.1 the desired version? The reason that brought me here was nothing that we do in our build (running MR jobs via `hadoop jar`), so I don't think we need to rush. On 3/16/18 5:46 PM, Andrew Purtell wrote: +1 on protobuf. Any chance we can get a vote period long enough to

[jira] [Created] (HBASE-20215) Renamce CollectionUtils to ConcurrentMapUtils

2018-03-16 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HBASE-20215: --- Summary: Renamce CollectionUtils to ConcurrentMapUtils Key: HBASE-20215 URL: https://issues.apache.org/jira/browse/HBASE-20215 Project: HBase Issue Type: Impro

Re: Looking at an hbase-thirdparty release

2018-03-16 Thread Mike Drob
commons-collections? I don't know what their minor version compatibility story is, but that seems like a place that this could easily come up again in the not so distant future. On Fri, Mar 16, 2018 at 4:46 PM, Andrew Purtell wrote: > +1 on protobuf. Any chance we can get a vote period long enou

Re: Looking at an hbase-thirdparty release

2018-03-16 Thread Andrew Purtell
+1 on protobuf. Any chance we can get a vote period long enough to do a comparison perf / GC test? I can help. On Fri, Mar 16, 2018 at 2:41 PM, Stack wrote: > Probably too risky to do at this stage in the game but protobuf? We're on > 3.3.1. Latest is 3.5.1 [1]: "Various performance optimization

Re: Looking at an hbase-thirdparty release

2018-03-16 Thread Stack
Probably too risky to do at this stage in the game but protobuf? We're on 3.3.1. Latest is 3.5.1 [1]: "Various performance optimizations." And Guava is 24.1 now. We're on 22. St.Ack 1. https://github.com/google/protobuf/releases On Fri, Mar 16, 2018 at 1:47 PM, Josh Elser wrote: > Give a shout

Looking at an hbase-thirdparty release

2018-03-16 Thread Josh Elser
Give a shout if there's anything that you all think would be good to include in a new hbase-thirdparty release for HBase 2.0. I'm pulling in commons-cli as per https://issues.apache.org/jira/browse/HBASE-20201. If there's more that should come in, please let me know!

[jira] [Created] (HBASE-20214) Review of RegionLocationFinder Class

2018-03-16 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HBASE-20214: --- Summary: Review of RegionLocationFinder Class Key: HBASE-20214 URL: https://issues.apache.org/jira/browse/HBASE-20214 Project: HBase Issue Type: Improvement

Re: [DISCUSS] A Problem When Start HBase Cluster Using Table Based Replication

2018-03-16 Thread Stack
On Thu, Mar 15, 2018 at 8:42 PM, Guanghao Zhang wrote: > > > > We've done the work to make sure hbase:meta > > is up before everything else. It has its own WALs so we can split these > > ahead of user-space WALs, and so on. We've not done the work to for > > hbase:replication or hbase:namespace,

Re: [DISCUSS] Compilation on $ARCH which protoc doesn't support

2018-03-16 Thread Josh Elser
Hey Duo, Yeah, that's #1 that I outlined. See also the link to the pull request which has stalled since last Fall. My C++ skills are beyond rusty, and I wouldn't know where to start with PPC in general. I've reached out to some folks in the hopes of getting someone who can drive it home as,