Re: [DISCUSS] Merge FilterList Improvement - Branch HBASE-18410

2017-10-24 Thread Josh Elser
+1 IMO, go for it -- enough eyes have been had on the last little bit. On 10/24/17 11:05 PM, stack wrote: The boys are almost ready to merge. They were going to run a VOTE. I told them not to bother. There is enough support behind the merge they don't need a vote IMO. If you think otherwise, spe

Re: [DISCUSS] Merge hbase-metrics:oahh.metrics.impl into hbase-metrics-api

2017-10-24 Thread Josh Elser
Hey Appy, I think Enis essentially copied what I was originally trying to do. Up in Avatica[1], I made a similar API Maven module which just had interfaces. The implementation was them split up into a different module to avoid the implementation details of the API (specifically, using Dropwiz

Re: PreCommit whitespace failures on JVM crash dump files

2017-10-23 Thread Josh Elser
post-checkout cleanup. are the dump files in our git ignore? On Mon, Oct 23, 2017 at 10:48 AM, Mike Drob wrote: I've seen this too, but I don't understand how the dumps are present from what should notionally be a clean checkout. On Mon, Oct 23, 2017 at 10:45 AM, Josh Elser wrote: Hi

Re: Moving 2.0 forward

2017-10-23 Thread Josh Elser
ed to upgrade their hbase thrift. See HBASE-18591. + Upgrade from 0.94 is disallowed. You have to get to 1.0 first (0.98?). St.Ack On Wed, Aug 2, 2017 at 9:43 AM, Stack wrote: On Tue, Aug 1, 2017 at 2:06 PM, Josh Elser wrote: On 7/31/17 9:00 AM, Stack wrote: On Mon, Jul 24, 2017 at 12

Re: [ANNOUNCE] New HBase committer Zheng Hu

2017-10-23 Thread Josh Elser
Congrats! On 10/23/17 2:18 AM, Duo Zhang wrote: On behalf of the Apache HBase PMC, I am pleased to announce that Zheng Hu has accepted the PMC's invitation to become a committer on the project. We appreciate all of Zheng's generous contributions thus far and look forward to his continued involve

PreCommit whitespace failures on JVM crash dump files

2017-10-23 Thread Josh Elser
Hiya, Noticed a PreCommit failure from over the weekend on the whitespace (EOL, tabs) checks [1][2]: e.g. ``` ./hbase-server/hs_err_pid30492.log:637:73100-734f0 rw-p 00:00 0 ./hbase-server/hs_err_pid30492.log:638:734f0-75100 rw-p 00:00 0 ``` Any thoughts

Re: [DISCUSSION] Removing the bypass semantic from the Coprocessor APIs

2017-10-19 Thread Josh Elser
flush/compaction trigger/track API is still unstable... 2017-10-18 6:12 GMT+08:00 Josh Elser : (catching up here) I'm glad to see you fine folks came to a conclusion around a reduced-scope solution (correct me if I'm wrong). "Some" bypass mechanism would stay for preXXX me

[jira] [Resolved] (HBASE-19040) CP service exec broken for older clients after PB namespace addition

2017-10-18 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-19040. Resolution: Duplicate HBASE-15741 > CP service exec broken for older clients after PB namesp

[jira] [Created] (HBASE-19040) CP service exec broken for older clients after PB namespace addition

2017-10-18 Thread Josh Elser (JIRA)
Josh Elser created HBASE-19040: -- Summary: CP service exec broken for older clients after PB namespace addition Key: HBASE-19040 URL: https://issues.apache.org/jira/browse/HBASE-19040 Project: HBase

Re: [DISCUSSION] Removing the bypass semantic from the Coprocessor APIs

2017-10-17 Thread Josh Elser
eral thing with open source, I think. It is less than ideal but important to strike when that iron is (eventually) hot. On Tue, Oct 17, 2017 at 3:12 PM, Josh Elser wrote: (catching up here) I'm glad to see you fine folks came to a conclusion around a reduced-scope solution (correct me if

Re: [DISCUSSION] Removing the bypass semantic from the Coprocessor APIs

2017-10-17 Thread Josh Elser
(catching up here) I'm glad to see you fine folks came to a conclusion around a reduced-scope solution (correct me if I'm wrong). "Some" bypass mechanism would stay for preXXX methods, and we'd remove it for the other methods? What exactly the "bypass API" would be is up in the air, correct?

[jira] [Resolved] (HBASE-19025) Hbase MasterProcWALs getting pile up

2017-10-17 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-19025. Resolution: Invalid Please leave JIRA issues for making code changes to HBase, and take questions

[jira] [Created] (HBASE-19012) Split up test files

2017-10-14 Thread Josh Elser (JIRA)
Josh Elser created HBASE-19012: -- Summary: Split up test files Key: HBASE-19012 URL: https://issues.apache.org/jira/browse/HBASE-19012 Project: HBase Issue Type: Sub-task Environment

[jira] [Created] (HBASE-19013) Wire up cmake build to maven build

2017-10-14 Thread Josh Elser (JIRA)
Josh Elser created HBASE-19013: -- Summary: Wire up cmake build to maven build Key: HBASE-19013 URL: https://issues.apache.org/jira/browse/HBASE-19013 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-19011) Ensure `make test` works after cmake

2017-10-14 Thread Josh Elser (JIRA)
Josh Elser created HBASE-19011: -- Summary: Ensure `make test` works after cmake Key: HBASE-19011 URL: https://issues.apache.org/jira/browse/HBASE-19011 Project: HBase Issue Type: Sub-task

[jira] [Resolved] (HBASE-18901) Support build with CMake

2017-10-13 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18901. Resolution: Fixed Hadoop Flags: Reviewed Thanks for the monumental effort here, [~phrocker

[jira] [Created] (HBASE-18955) HBase client queries stale hbase:meta location with half-dead RegionServer

2017-10-05 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18955: -- Summary: HBase client queries stale hbase:meta location with half-dead RegionServer Key: HBASE-18955 URL: https://issues.apache.org/jira/browse/HBASE-18955 Project

Re: Looking for input on an alpha-4 thorny item

2017-10-05 Thread Josh Elser
(I think I understand the problems enough to comment, but, admittedly, my 5minute read is probably lacking) I think the only argument against what you all have outlined here is if, in the future, we have some intent to create new implementations of HRegion or HStore. If that's the case, Region

[NOTICE] PreCommit now running against Hadoop3 artifacts successfully

2017-10-01 Thread Josh Elser
tl;dr You may start seeing some new "failures" WRT Hadoop3 compatibility with PreCommit builds. They are (very likely) true negatives. Sean, Appy, and myself think we got to the bottom of why our PreCommit had let (at least two) patches that broke Hadoop3 compatibility on HBASE-17441. From wha

Re: [DISCUSS] update our imports layout

2017-10-01 Thread Josh Elser
Playing devil's advocate: Do we want to maintain our own "special" way of doing imports instead of relying on something such as the Google Java style guide? [1] +1 to the idea of cleaning things up, but just curious if people feel like our special import ordering is important (and not just ve

Re: Welcome Chia-Ping Tsai to the HBase PMC

2017-10-01 Thread Josh Elser
Congrats! On 9/29/17 6:19 PM, Misty Stanley-Jones wrote: The HBase PMC is delighted to announce that Chia-Ping Tsai has agreed to join the HBase PMC, and help to make the project run smoothly. Chia-Ping became an HBase committer over 6 months ago, based on long-running participate in the HBase p

Re: How to be part of Hbase PMC/committer

2017-10-01 Thread Josh Elser
(+bcc private and Manjeet, +to: dev) Hi Manjeet, Please read the following pages[1][2] that specifically cover how individuals can grow from contributor, to committer, and later to PMC members. There was a recent discussion on the dev list about the types of contributions that individuals can

[jira] [Created] (HBASE-18903) Investigate PreCommit miss on Hadoop-3 compatibility

2017-09-28 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18903: -- Summary: Investigate PreCommit miss on Hadoop-3 compatibility Key: HBASE-18903 URL: https://issues.apache.org/jira/browse/HBASE-18903 Project: HBase Issue Type

[jira] [Created] (HBASE-18901) Support build with CMake

2017-09-28 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18901: -- Summary: Support build with CMake Key: HBASE-18901 URL: https://issues.apache.org/jira/browse/HBASE-18901 Project: HBase Issue Type: Sub-task

[jira] [Resolved] (HBASE-18896) Work around incompatible change to DistCpOptions for hadoop-3

2017-09-27 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18896. Resolution: Won't Fix Being addressed in HBASE-18843. > Work around incompatible c

[jira] [Created] (HBASE-18896) Work around incompatible change to DistCpOptions for hadoop-3

2017-09-27 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18896: -- Summary: Work around incompatible change to DistCpOptions for hadoop-3 Key: HBASE-18896 URL: https://issues.apache.org/jira/browse/HBASE-18896 Project: HBase

Re: [Proposal] Supporting Query Langeage In HBase

2017-09-27 Thread Josh Elser
Thanks for sharing. Architecturally, this looks identical to what Apache Phoenix is today. Why would we use this new codebase over a proven tool like Phoenix? What does your proposal bring to the table which Phoenix doesn't do? On 9/27/17 10:27 AM, Yung-An He wrote: Hi folks, Currently, HBa

Re: [DISCUSS] 2.0 time to remove table owners?

2017-09-26 Thread Josh Elser
On 9/26/17 11:27 AM, Andrew Purtell wrote: It would be a major functional change. Someone might be relying on the table ownership semantic. However, 2.0 would be the next opportunity to introduce a change of this type before 3.0. I don't think we need table owners. It is a shortcut in the perm

[jira] [Created] (HBASE-18873) Hide protobufs in GlobalQuotaSettings

2017-09-25 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18873: -- Summary: Hide protobufs in GlobalQuotaSettings Key: HBASE-18873 URL: https://issues.apache.org/jira/browse/HBASE-18873 Project: HBase Issue Type: Sub-task

[jira] [Resolved] (HBASE-18763) quotas.TestQuotaThrottle failing on all nightly runs

2017-09-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18763. Resolution: Duplicate Should be addressed via HBASE-18807 > quotas.TestQuotaThrottle failing

Re: [DISCUSS] Increase stability on o.a.h.h.Tag?

2017-09-22 Thread Josh Elser
formation like labels. I guess this could appear odd if not around for discussion when they were introduced. So what documentation can be improved to lessen the surprise? Javadoc? Online book? A JIRA with suggestions welcome. On Sep 22, 2017, at 9:07 AM, Josh Elser wrote: I can appreciate how

Re: [DISCUSS] Increase stability on o.a.h.h.Tag?

2017-09-22 Thread Josh Elser
ensitive information like labels. I guess this could appear odd if not around for discussion when they were introduced. So what documentation can be improved to lessen the surprise? Javadoc? Online book? A JIRA with suggestions welcome. On Sep 22, 2017, at 9:07 AM, Josh Elser wrote: I can appre

Re: [DISCUSS] Increase stability on o.a.h.h.Tag?

2017-09-22 Thread Josh Elser
ch to bite off at this stage of 2.0, we can aim for 3.0 and start working in some tooling to help us. On Thu, Sep 21, 2017 at 3:35 PM, Josh Elser wrote: That really makes me groan (we have downstream users depending on code we've explicitly said "don't use"), but if that&

Re: [DISCUSS] Increase stability on o.a.h.h.Tag?

2017-09-21 Thread Josh Elser
amples of including non-Public stuff in Public APIs. we have docs that advise folks to be wary on relying on them beyond opaque symbols. ref: http://hbase.apache.org/book.html#hbase.client.api.surface On Thu, Sep 21, 2017 at 3:21 PM, Josh Elser wrote: I was going to suggest LimitedPrivate in my o

Re: [DISCUSS] Coprocessor major design changes HBASE-17732

2017-09-21 Thread Josh Elser
Skimmed over the doc and most-recent patch -- while this will hurt a little bit, we're already on the hook to mitigate the hurt we're doign with PBs->POJOs. Let's fix it all up since Appy has already gone this far with it. +1 On 9/21/17 3:20 PM, Stack wrote: Folks ok w/ this proposed change

Re: [DISCUSS] Increase stability on o.a.h.h.Tag?

2017-09-21 Thread Josh Elser
lks don't consider tags to be intended for users :) On 9/21/17 3:15 PM, Ted Yu wrote: Can we mark Tag LimitedPrivate ? We know how ATS uses Tags so it should be straight forward to keep their usage intact. On Thu, Sep 21, 2017 at 12:03 PM, Josh Elser wrote: Hiya, (Background, I'm

[DISCUSS] Increase stability on o.a.h.h.Tag?

2017-09-21 Thread Josh Elser
Hiya, (Background, I'm starting what is likely to be an onerous task of looking through downstream components and seeing what is broken with the latest hbase-2.0.0*) Looking at YARN's use of HBase for the Application TimelineServer, I see that they're relying on the Tag interface. Presentl

Re: [DISCUSS] Becoming a Committer

2017-09-21 Thread Josh Elser
On 9/20/17 10:54 PM, Mike Drob wrote: The original impetus for me to ask the community about this came when a junior coworker asked me nearly the same question: "Hey, you're a committer, I'm interested in becoming a committer too, what should I do?" Telling him to act like a committer was helpful

[jira] [Created] (HBASE-18851) LICENSE failure after HADOOP-14799 with Hadoop 3

2017-09-19 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18851: -- Summary: LICENSE failure after HADOOP-14799 with Hadoop 3 Key: HBASE-18851 URL: https://issues.apache.org/jira/browse/HBASE-18851 Project: HBase Issue Type: Bug

Re: [VOTE] First hbase-2.0.0-alpha-3 Release Candidate is available

2017-09-18 Thread Josh Elser
+1 (binding) * Build from src * Can run pseudo-dist standalone with built software * XSums/Sigs OK - Josh On 9/15/17 2:03 PM, Stack wrote: The first release candidate for HBase 2.0.0-alpha-3 is up at: https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-3RC0/ Maven artifacts are

Re: [DISCUSS] is hbase-spark integration going to make it into HBase 2.0

2017-09-14 Thread Josh Elser
Several days passed. Sean: Can you start a VOTE thread ? On Sun, Sep 10, 2017 at 2:26 PM, Josh Elser wrote: +1 My (potentially ignorant) understanding would be that the Spark integration is a good candidate to separate out into its own release cycle. I can't think of a reason we'

[jira] [Created] (HBASE-18807) Remove PB references from Observers for Quotas

2017-09-13 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18807: -- Summary: Remove PB references from Observers for Quotas Key: HBASE-18807 URL: https://issues.apache.org/jira/browse/HBASE-18807 Project: HBase Issue Type: Sub

Re: [DISCUSS] Plan for Distributed testing of Backup and Restore

2017-09-12 Thread Josh Elser
for what we're discussing here, but perhaps it's a nice starting point? On Tue, Sep 12, 2017 at 9:53 AM, Josh Elser wrote: Thanks for the quick feedback! On 9/12/17 12:36 PM, Stack wrote: On Tue, Sep 12, 2017 at 9:33 AM, Andrew Purtell < andrew.purt...@gmail.com wrote:

Re: [DISCUSS] Plan for Distributed testing of Backup and Restore

2017-09-12 Thread Josh Elser
Thanks for the quick feedback! On 9/12/17 12:36 PM, Stack wrote: On Tue, Sep 12, 2017 at 9:33 AM, Andrew Purtell wrote: I think those are reasonable criteria Josh. What I would like to see is something like "we ran ITBLL (or custom generator with similar correctness validation if you prefer)

[DISCUSS] Plan for Distributed testing of Backup and Restore

2017-09-12 Thread Josh Elser
On 9/11/17 11:52 PM, Stack wrote: On Mon, Sep 11, 2017 at 11:07 AM, Vladimir Rodionov wrote: ... That is mostly it. Yes, We have not done real testing with real data on a real cluster yet, except QA testing on a small OpenStack cluster (10 nodes). That is our probably the biggest minus right

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2017-09-12 Thread Josh Elser
On 9/11/17 11:52 PM, Stack wrote: On Mon, Sep 11, 2017 at 11:07 AM, Vladimir Rodionov wrote: My plan is to finish HBASE-17825 (further performance optimizations). This will cut down number of MR jobs during incremental backup from 2*N to 2 (N - number of tables). That will probably take

Re: [DISCUSS] is hbase-spark integration going to make it into HBase 2.0

2017-09-10 Thread Josh Elser
+1 My (potentially ignorant) understanding would be that the Spark integration is a good candidate to separate out into its own release cycle. I can't think of a reason we'd need to keep it in the main tree in terms of HBase Java API (it would only rely on public API stuff, right?). The lack

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2017-09-10 Thread Josh Elser
On Sat, Sep 9, 2017 at 7:04 PM, stack wrote: > In spite of repeated requests for eng summary of state of this feature -- > summary of what is in 2.0, what is not, what the capabilities are, how well > it has been tested and at what scale -- all I get, when the requests are > not ignored, are point

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2017-09-08 Thread Josh Elser
Based on the list of stuff on HBASE-14414 and offline-chats had with Vlad myself, I know of the following being needed https://issues.apache.org/jira/browse/HBASE-15227 - Fault tolerance umbrella (no-op on its own) https://issues.apache.org/jira/browse/HBASE-17852 - I believe Vlad is working o

Re: [DISCUSS] Best way to help out with 2.0?

2017-09-07 Thread Josh Elser
On 9/7/17 12:35 AM, Stack wrote: On Wed, Sep 6, 2017 at 8:18 PM, Josh Elser wrote: Hi folks, I find myself in a position where I have a bit more time to start investing into HBase 2.0, but I find myself a bit stymied about where to begin. I appreciate the document tracking the high-level

[DISCUSS] Best way to help out with 2.0?

2017-09-06 Thread Josh Elser
Hi folks, I find myself in a position where I have a bit more time to start investing into HBase 2.0, but I find myself a bit stymied about where to begin. I appreciate the document tracking the high-level features that Stack has been maintaining (and reminding the rest of us to update), but it's

[jira] [Created] (HBASE-18679) YARN may null Counters object and cause an NPE in ITBLL

2017-08-24 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18679: -- Summary: YARN may null Counters object and cause an NPE in ITBLL Key: HBASE-18679 URL: https://issues.apache.org/jira/browse/HBASE-18679 Project: HBase Issue

[jira] [Resolved] (HBASE-18650) HBase replication Master-Master model issue

2017-08-22 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18650. Resolution: Invalid These kinds of questions belong on the us...@hbase.apache.org mailing list

[jira] [Created] (HBASE-18631) Allow configuration of ChaosMonkey properties via hbase-site

2017-08-18 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18631: -- Summary: Allow configuration of ChaosMonkey properties via hbase-site Key: HBASE-18631 URL: https://issues.apache.org/jira/browse/HBASE-18631 Project: HBase

Re: [VOTE] First hbase-2.0.0-alpha-2 Release Candidate is available

2017-08-18 Thread Josh Elser
+1 (binding) * Saw the same unit test failures as Andrew did (obviously) * Ran a brief randomWrite PE locally and didn't have any obvious issues I took a glance at the contents of the lib/ dir for the bin tarball, and noticed that we seem to be duplicating a few dependencies (e.g. jetty-util,

[jira] [Resolved] (HBASE-18613) Race condition between master restart and test code when restoring distributed cluster after integration test

2017-08-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18613. Resolution: Invalid Jumped the gun on this one. That warning wasn't actually fatal. The tes

[jira] [Created] (HBASE-18613) Race condition between master restart and test code when restoring distributed cluster after integration test

2017-08-16 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18613: -- Summary: Race condition between master restart and test code when restoring distributed cluster after integration test Key: HBASE-18613 URL: https://issues.apache.org/jira/browse

Re: [VOTE] First release candidate for HBase 1.1.12 (RC0) is available

2017-08-15 Thread Josh Elser
+1 (binding) * xsums/sigs OK * apache-rat:check OK * Poked at L&N in both src/bin (bin's NOTICE seems bloated with ASLv2 entries, but this isn't a blocker) * Compat report is great (thanks for publishing) * Tag is published Thanks for putting together, Nick! On 8/12/17 6:09 PM, Nick Dimiduk w

[jira] [Resolved] (HBASE-18586) Multiple column families - scan performance

2017-08-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18586. Resolution: Invalid Please ask questions such as these on the u...@hbase.apache.org. This JIRA

[jira] [Created] (HBASE-18514) Backport space quota "phase2" work to branch-2

2017-08-03 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18514: -- Summary: Backport space quota "phase2" work to branch-2 Key: HBASE-18514 URL: https://issues.apache.org/jira/browse/HBASE-18514 Project: HBase Issue

Re: Moving 2.0 forward

2017-08-01 Thread Josh Elser
On 7/31/17 9:00 AM, Stack wrote: On Mon, Jul 24, 2017 at 12:25 PM, Josh Elser wrote: ... I like the idea of this also hitting 2.0 as it would make the feature a bit more "real", but am obviously a little nervous (I have no reason to be nervous though). I am pretty happy with the

[ANNOUNCE] New HBase committer Mike Drob

2017-08-01 Thread Josh Elser
On behalf of the Apache HBase PMC, I'm pleased to announce that Mike Drob has accepted the PMC's invitation to become a committer. Mike has been doing some great things lately in the project and this is a simple way that we can express our thanks. As my boss likes to tell me: the reward for a

Re: Moving 2.0 forward

2017-07-24 Thread Josh Elser
On 7/21/17 12:03 PM, Stack wrote: Status update girls and boys! hbase-2.0.0-alpha1 went out June 22nd. alpha2 has been a bit slow to follow (holidays) though there has been steady progress closing out blockers and criticals by a bunch of you all. The plan is for a release in the first week or

[jira] [Created] (HBASE-18364) Downgrade surefire

2017-07-11 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18364: -- Summary: Downgrade surefire Key: HBASE-18364 URL: https://issues.apache.org/jira/browse/HBASE-18364 Project: HBase Issue Type: Task Reporter: Josh

Re: Consult about the issue HBASE-18323

2017-07-11 Thread Josh Elser
Shibin, Please keep all communication on public forums (JIRA or mailing lists). This is very important to make sure that all parties interested can participate -- we do not want to be exclusionary. To answer your question, your change below is half-way there: Your change below would prevent

[jira] [Resolved] (HBASE-18255) Time-Delayed HBase Performance Degradation with Java 7

2017-07-05 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18255. Resolution: Fixed Hadoop Flags: Reviewed Pushed to all 1.x branches. Thanks for the quick

[ANNOUNCE] Devaraj Das joins the Apache HBase PMC

2017-07-05 Thread Josh Elser
I'm pleased to announce yet another PMC addition in the form of Devaraj Das. One of the "old guard" in the broader Hadoop umbrella, he's also a long-standing member in our community. We all look forward to the continued contributions and project leadership. Please join me in welcoming Devaraj!

Re: Testing and CI -- Apache Jenkins Builds (WAS -> Re: Testing)

2017-06-28 Thread Josh Elser
On 6/27/17 7:20 PM, Stack wrote: * test-patch's whitespace plugin can configured to ignore some files (but I can't think of any we'd care to so whitelist) Generated files. Oh my goodness, yes, please. This has been such a pain in the rear for me as I've been rebasing space quota patches. S

Re: [JENKINS] [IMPORTANT] - Jenkins Migration and Upgrade (And JDK7 deprecation)

2017-06-27 Thread Josh Elser
d976bf31865596f@%3Cdev.hbase.apache.org%3E On Tue, Jun 27, 2017 at 10:57 AM, Josh Elser wrote: tl;dr Infra is upgrading Jenkins in 2 weeks and Java7 Maven jobs may/may-not work after this. See explanation below from [1]: Users with jobs configured with the "Maven project" type may not be able to u

Fwd: [JENKINS] [IMPORTANT] - Jenkins Migration and Upgrade (And JDK7 deprecation)

2017-06-27 Thread Josh Elser
tl;dr Infra is upgrading Jenkins in 2 weeks and Java7 Maven jobs may/may-not work after this. See explanation below from [1]: Users with jobs configured with the "Maven project" type may not be able to use Java 7 for their Maven jobs. The correct behavior is not guaranteed so proceed at your

[jira] [Created] (HBASE-18244) org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups hangs/fails

2017-06-20 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18244: -- Summary: org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups hangs/fails Key: HBASE-18244 URL: https://issues.apache.org/jira/browse/HBASE-18244 Project: HBase

Re: [DISCUSS] More Shading

2017-06-20 Thread Josh Elser
On 6/20/17 1:28 AM, Stack wrote: On Thu, Apr 13, 2017 at 4:46 PM, Josh Elser wrote: ... I think pushing this part forward with some code is the next logical step. Seems to be consensus about taking our known internal dependencies and performing this shade magic. I opened HBASE-18240 &quo

Re: [RESULT] [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

2017-06-20 Thread Josh Elser
Done ;) There were two issues still tagged as alpha-1 (JIRA didn't want to show me them before performing the action), but I bumped them to alpha-2. On 6/20/17 12:19 PM, Mike Drob wrote: Hi Stack, Can you mark jira version 2.0.0-alpha-1 as released? Thanks, Mike On Sat, Jun 10, 2017 at 10:

[jira] [Resolved] (HBASE-17996) HBase master fails to start sometimes on RHEL7

2017-06-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-17996. Resolution: Won't Fix Flipped this from "Fixed" to "Won't Fix"

[jira] [Reopened] (HBASE-17996) HBase master fails to start sometimes on RHEL7

2017-06-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reopened HBASE-17996: > HBase master fails to start sometimes on RH

[jira] [Created] (HBASE-18225) Fix findbugs regression calling toString() on an array

2017-06-15 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18225: -- Summary: Fix findbugs regression calling toString() on an array Key: HBASE-18225 URL: https://issues.apache.org/jira/browse/HBASE-18225 Project: HBase Issue

[jira] [Resolved] (HBASE-18134) Re-think if the FileSystemUtilizationChore is still necessary

2017-06-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-18134. Resolution: Won't Fix I did some more thinking about this while working on HBASE-18135. A

Re: Problem with IntegrationTestRegionReplicaReplication

2017-06-15 Thread Josh Elser
seen this test failing and increasing timeouts (look at the test code options to do with increasing timeout) helped quite some. ____ From: Josh Elser Sent: Wednesday, June 14, 2017 3:17 PM To: dev@hbase.apache.org Subject: Re: Problem with IntegrationTestRegionRep

Re: [VOTE] First release candidate for HBase 1.1.11 (RC0) is available

2017-06-15 Thread Josh Elser
+1 (binding) * No unexpected binaries in source release * L&N look good * Could build from source * Could run bin-tarball as-is * Checked compat report (thanks for publishing) * xsum/sigs OK * Ran a PE randomwritetest On 6/10/17 7:40 PM, Nick Dimiduk wrote: I'm happy to announce the first relea

Re: Problem with IntegrationTestRegionReplicaReplication

2017-06-14 Thread Josh Elser
On 6/14/17 3:53 AM, Peter Somogyi wrote: Hi, As one of my first task with HBase I started to look into why IntegrationTestRegionReplicaReplication fails. I would like to get some suggestions from you. I noticed when I run the test using normal cluster or minicluster I get the same error message

Re: NOTICE: I just created branch-2, the branch from where we'll cut hbase-2.0.0

2017-06-07 Thread Josh Elser
On 6/7/17 11:15 AM, Sean Busbey wrote: On Wed, Jun 7, 2017 at 10:08 AM, Josh Elser wrote: On 6/7/17 11:04 AM, Josh Elser wrote: On 6/7/17 1:17 AM, Stack wrote: Lets start in on the hardening of hbase-2.0.0. All features are in though in need of test and polish. There are tasks

Re: NOTICE: I just created branch-2, the branch from where we'll cut hbase-2.0.0

2017-06-07 Thread Josh Elser
On 6/7/17 11:04 AM, Josh Elser wrote: On 6/7/17 1:17 AM, Stack wrote: Lets start in on the hardening of hbase-2.0.0. All features are in though in need of test and polish. There are tasks outstanding around migration from hbase-1 to hbase-2 and narratives to tell our users around timeout

Re: NOTICE: I just created branch-2, the branch from where we'll cut hbase-2.0.0

2017-06-07 Thread Josh Elser
On 6/7/17 1:17 AM, Stack wrote: Lets start in on the hardening of hbase-2.0.0. All features are in though in need of test and polish. There are tasks outstanding around migration from hbase-1 to hbase-2 and narratives to tell our users around timeout, etc. We still need to update dependencies,

[jira] [Created] (HBASE-18135) Track file archival for low latency space quota with snapshots

2017-05-30 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18135: -- Summary: Track file archival for low latency space quota with snapshots Key: HBASE-18135 URL: https://issues.apache.org/jira/browse/HBASE-18135 Project: HBase

[jira] [Created] (HBASE-18134) Re-think if the FileSystemUtilizationChore is still necessary

2017-05-30 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18134: -- Summary: Re-think if the FileSystemUtilizationChore is still necessary Key: HBASE-18134 URL: https://issues.apache.org/jira/browse/HBASE-18134 Project: HBase

[jira] [Created] (HBASE-18133) Low-latency space quota size reports

2017-05-30 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18133: -- Summary: Low-latency space quota size reports Key: HBASE-18133 URL: https://issues.apache.org/jira/browse/HBASE-18133 Project: HBase Issue Type: Improvement

[jira] [Resolved] (HBASE-16961) FileSystem Quotas

2017-05-22 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-16961. Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.0.0 Rebased and merged all

Re: [RESULT] [VOTE] Merge space quota branch (HBASE-16961) into master

2017-05-22 Thread Josh Elser
branch for 2, IIRC, this is pretty well contained so should not throw-off work like the big patch out on HBASE-14614 branch. St.Ack On Fri, May 19, 2017 at 7:30 AM, Josh Elser wrote: Calling this VOTE as we have 3 +1's (myself, Ted, and Enis). Special thanks to Ted, Enis, and Andrew fo

[jira] [Reopened] (HBASE-18075) Support namespaces and tables with non-latin alphabetical characters

2017-05-22 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reopened HBASE-18075: [~chia7712], thanks for catching that. Let me put up an addendum. I had tried to grep for the pattern

[jira] [Resolved] (HBASE-17286) LICENSE.txt in binary tarball contains only ASL text

2017-05-19 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-17286. Resolution: Fixed Pushed to branch-1 as well. Thanks again for the careful eye! > LICENSE.txt

[jira] [Reopened] (HBASE-17286) LICENSE.txt in binary tarball contains only ASL text

2017-05-19 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reopened HBASE-17286: Re-opening to apply to branch-1 > LICENSE.txt in binary tarball contains only ASL t

[RESULT] [VOTE] Merge space quota branch (HBASE-16961) into master

2017-05-19 Thread Josh Elser
bits to merge into master around EOD (I'm in EST). If there are others that share the concern Andrew raised about this landing in 2.0 (as opposed to waiting for a branch-2 or hbase 3.0 branch), please speak up and we can figure those details. Thanks! - Josh Josh Elser wrote: Folks, This

Re: [VOTE] Merge space quota branch (HBASE-16961) into master

2017-05-19 Thread Josh Elser
Since we're struggling to get votes cast (I can only assume due to lack of time from individuals since there have been no objections/concerns raised). Here's my +1 too Josh Elser wrote: Folks, This is a vote to (rebase and) merge the branch HBASE-16961 into master. Per the

[jira] [Created] (HBASE-18075) Support namespaces and tables with non-latin alphabetical characters

2017-05-18 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18075: -- Summary: Support namespaces and tables with non-latin alphabetical characters Key: HBASE-18075 URL: https://issues.apache.org/jira/browse/HBASE-18075 Project: HBase

[jira] [Created] (HBASE-18073) ScheduledChore with delay longer than period never runs

2017-05-18 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18073: -- Summary: ScheduledChore with delay longer than period never runs Key: HBASE-18073 URL: https://issues.apache.org/jira/browse/HBASE-18073 Project: HBase Issue

[jira] [Created] (HBASE-18067) Support a default converter for data read shell commands

2017-05-17 Thread Josh Elser (JIRA)
Josh Elser created HBASE-18067: -- Summary: Support a default converter for data read shell commands Key: HBASE-18067 URL: https://issues.apache.org/jira/browse/HBASE-18067 Project: HBase Issue

Re: How to find the rowkey of a table in HBASE

2017-05-12 Thread Josh Elser
You issue a Get request for the rowkey you're looking for (checking for existence) or your use a Scanner to read all rowkeys (data) in the table. Developer Brasil wrote: How to find the rowkey of a table in HBASE -- View this message in context: http://apache-hbase.679495.n3.nabble.com/How-

Re: [VOTE] Merge space quota branch (HBASE-16961) into master

2017-05-11 Thread Josh Elser
As requested (later in this thread), I'll make sure this VOTE stays open at least until 2017-05-17 (an extra week). If time continues to be a barrier for review/input, please do speak up. Josh Elser wrote: Folks, This is a vote to (rebase and) merge the branch HBASE-16961 into master

Re: [VOTE] Merge space quota branch (HBASE-16961) into master

2017-05-11 Thread Josh Elser
, Josh Elser wrote: I won't pretend to be involved enough in the 2.0 work to give an opinion :) -- I did say earlier that I'm happy to land this in 2.0 or 3.0 (whatever master decides to be at the time I merge). If the spirit of the voters is to include this in 3.0 and not 2.0, that's

Re: [VOTE] Merge space quota branch (HBASE-16961) into master

2017-05-09 Thread Josh Elser
I'm also happy to not immediately merge after this vote completes. Andrew Purtell wrote: Would it help to cut a branch for 2.0 before attempting to merge in a new major feature? On Tue, May 9, 2017 at 8:41 AM, Josh Elser wrote: Reminder: I hope to close this in ~30hrs and there have

<    2   3   4   5   6   7   8   9   >