[jira] [Created] (HBASE-10265) Upgrade to commons-logging 1.1.3

2014-01-02 Thread Liang Xie (JIRA)
Liang Xie created HBASE-10265: - Summary: Upgrade to commons-logging 1.1.3 Key: HBASE-10265 URL: https://issues.apache.org/jira/browse/HBASE-10265 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-10266) Disable additional m2eclipse plugin execution

2014-01-02 Thread Eric Charles (JIRA)
Eric Charles created HBASE-10266: Summary: Disable additional m2eclipse plugin execution Key: HBASE-10266 URL: https://issues.apache.org/jira/browse/HBASE-10266 Project: HBase Issue Type:

Please don't delete old versions, it hurts Homebrew users

2014-01-02 Thread Andrew Pennebaker
Please keep all version downloads in one place, so that Homebrew install formulas can continue to work. https://github.com/Homebrew/homebrew/issues/25601#issuecomment-31462543 The unnecessary practice of deleting old versions also impacts the Homebrew install formulas for Thrift. -- Cheers,

Re: Please don't delete old versions, it hurts Homebrew users

2014-01-02 Thread Stack
Sorry about that Andrew. Apache Infrastructure chases us from time to time if we leave too many old versions laying about on the published repo. because we are taking up too much space. You have an alternative for how we might archive older releases? Thanks, St.Ack On Thu, Jan 2, 2014 at 8:20

[jira] [Resolved] (HBASE-10243) store mvcc in WAL

2014-01-02 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin resolved HBASE-10243. -- Resolution: Duplicate store mvcc in WAL - Key:

[jira] [Created] (HBASE-10267) TestNamespaceCommands occasionally fails

2014-01-02 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-10267: -- Summary: TestNamespaceCommands occasionally fails Key: HBASE-10267 URL: https://issues.apache.org/jira/browse/HBASE-10267 Project: HBase Issue Type: Bug

Re: Please don't delete old versions, it hurts Homebrew users

2014-01-02 Thread lars hofhansl
Sorry Andrew, I removed HBase 0.94.13 when I released 0.94.15. Any new user of the 0.94 branch should really always use the latest version. It was suggested to me before that we delete older versions in order to not confuse new users. If you can give us a hint about how many version (or how

[jira] [Created] (HBASE-10268) [JDK6] TestSplitLogWorker occasionally fails

2014-01-02 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-10268: -- Summary: [JDK6] TestSplitLogWorker occasionally fails Key: HBASE-10268 URL: https://issues.apache.org/jira/browse/HBASE-10268 Project: HBase Issue Type:

Re: Next week I would like to roll the first 0.98.0 RC

2014-01-02 Thread Andrew Purtell
I have finished 50 runs of the unit test suite using JDK 6 and JDK 7 on RHEL 6, Ubuntu 12, and Ubuntu 13. The combined results by JDK version are as follows: JDK 6 - Java(TM) SE Runtime Environment (build 1.6.0_43-b01) HotSpot(TM) 64-Bit Server VM (build 20.14-b01, mixed mode) Count Test

Re: Next week I would like to roll the first 0.98.0 RC

2014-01-02 Thread Andrew Purtell
On Thu, Jan 2, 2014 at 10:52 AM, Andrew Purtell apurt...@apache.org wrote: The TestSplitLogWorker failures were all under JDK 6 on Ubuntu 12. See HBASE-10268. This is correct. There is a past-o in the table for JDK7 - the second item should be org.apache.hadoop.hbase.TestIOFencing. On Thu,

Re: Next week I would like to roll the first 0.98.0 RC

2014-01-02 Thread lars hofhansl
Do you need some help, Andy? I can look at some of these. -- Lars From: Andrew Purtell apurt...@apache.org To: dev@hbase.apache.org dev@hbase.apache.org Sent: Thursday, January 2, 2014 10:52 AM Subject: Re: Next week I would like to roll the first 0.98.0 RC

[jira] [Resolved] (HBASE-10259) [0.94] Upgrade JUnit to 4.11

2014-01-02 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-10259. --- Resolution: Fixed Assignee: Lars Hofhansl Hadoop Flags: Reviewed Committed to

Re: Next week I would like to roll the first 0.98.0 RC

2014-01-02 Thread Stack
On Thu, Jan 2, 2014 at 10:52 AM, Andrew Purtell apurt...@apache.org wrote: I have finished 50 runs of the unit test suite using JDK 6 and JDK 7 on RHEL 6, Ubuntu 12, and Ubuntu 13. The combined results by JDK version are as follows: JDK 6 - Java(TM) SE Runtime Environment (build

[jira] [Resolved] (HBASE-10258) [0.94] Fix JDK 7 related test failures.

2014-01-02 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-10258. --- Resolution: Duplicate Child HBASE-10259 fixes all JDK7 test issues. [0.94] Fix JDK 7

Re: Next week I would like to roll the first 0.98.0 RC

2014-01-02 Thread Andrew Purtell
On Thu, Jan 2, 2014 at 11:08 AM, lars hofhansl la...@apache.org wrote: Do you need some help, Andy? I can look at some of these. Great! If you could look at HBASE-10268 that would be very helpful. -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. -

Re: Next week I would like to roll the first 0.98.0 RC

2014-01-02 Thread Ted Yu
I spent some time on making TestIOFencing pass last year. I can re-examine the test failure(s) this week. Cheers On Thu, Jan 2, 2014 at 10:58 AM, Andrew Purtell apurt...@apache.org wrote: On Thu, Jan 2, 2014 at 10:52 AM, Andrew Purtell apurt...@apache.org wrote: The TestSplitLogWorker

Re: Next week I would like to roll the first 0.98.0 RC

2014-01-02 Thread Andrew Purtell
On Thu, Jan 2, 2014 at 11:11 AM, Stack st...@duboce.net wrote: 5 org.apache.hadoop.hbase.regionserver.TestSplitLogWorker This one has been flakey for ever. Is it always the same test that fails? Is that available to you Andrew? No, all target/ directories were rewritten each run. 3

DISCUSSION: 1.0.0

2014-01-02 Thread Stack
Andrew is talking of the first 0.98RC being imminent. Time to start in on the release that will follow 0.98.x. We seem to all be good with calling it 1.0.0. Speak up if you think different. (I just added a 1.0.0 version to JIRA). + What should 1.0.0 have in it beyond what is in 0.98. + Why

Re: Please don't delete old versions, it hurts Homebrew users

2014-01-02 Thread Andrew Pennebaker
Publish each version on a dedicated file host, doesn't have to be the same host for all versions. Then, any documentation or installers linking to a version will continue to work. Or, find a file host with more space, and keep all releases there. If each version of HBase averages 50MB, perhaps

Re: DISCUSSION: 1.0.0

2014-01-02 Thread lars hofhansl
I'd be volunteering for RM.Maybe do it together? Personally I'd like to see some heavy production usage of 0.96 or 0.98 in the community before can call the new DNA (HBase = 0.96) 1.0. -- Lars From: Stack st...@duboce.net To: HBase Dev List

Fwd: [jira] [Resolved] (HADOOP-10199) Precommit Admin build is not running because no previous successful build is available

2014-01-02 Thread Ted Yu
FYI In case you're wondering why https://builds.apache.org/job/PreCommit-HBASE-Build/ is empty. -- Forwarded message -- From: Todd Lipcon (JIRA) j...@apache.org Date: Thu, Jan 2, 2014 at 11:51 AM Subject: [jira] [Resolved] (HADOOP-10199) Precommit Admin build is not running

Re: DISCUSSION: 1.0.0

2014-01-02 Thread Andrew Purtell
Yeah, I want to have an 0.98 RC in the test rig by week's end. So that would be artifacts for voting available next week. My suggestion is a 1.0 release 3 months or so from when 0.98.0 ships. This is arbitrary, but seems reasonable to me as enough time to get some production experience with 0.96

Re: DISCUSSION: 1.0.0

2014-01-02 Thread Enis Söztutar
I think whether we will need a new RM will depend on the decision to release 1.0 from 0.98 branches or 0.99 branches(current trunk). We can do the previous practice of releasing 0.99.0, then turning 0.99.x as the 1.0.0. In that case, I can also volunteer as well. Enis On Thu, Jan 2, 2014 at

[jira] [Created] (HBASE-10270) Remove DataBlockEncoding from BlockCacheKey

2014-01-02 Thread Arjen Roodselaar (JIRA)
Arjen Roodselaar created HBASE-10270: Summary: Remove DataBlockEncoding from BlockCacheKey Key: HBASE-10270 URL: https://issues.apache.org/jira/browse/HBASE-10270 Project: HBase Issue

[jira] [Created] (HBASE-10269) [Nit]: Spelling issue in HFileContext.setCompresssion

2014-01-02 Thread Aleksandr Shulman (JIRA)
Aleksandr Shulman created HBASE-10269: - Summary: [Nit]: Spelling issue in HFileContext.setCompresssion Key: HBASE-10269 URL: https://issues.apache.org/jira/browse/HBASE-10269 Project: HBase

[jira] [Created] (HBASE-10271) [regression] Cannot use the wildcard address since HBASE-9593

2014-01-02 Thread Jean-Daniel Cryans (JIRA)
Jean-Daniel Cryans created HBASE-10271: -- Summary: [regression] Cannot use the wildcard address since HBASE-9593 Key: HBASE-10271 URL: https://issues.apache.org/jira/browse/HBASE-10271 Project:

[jira] [Resolved] (HBASE-8912) [0.94] AssignmentManager throws IllegalStateException from PENDING_OPEN to OFFLINE

2014-01-02 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-8912. -- Resolution: Fixed Assignee: Lars Hofhansl Hadoop Flags: Reviewed Committed this

[jira] [Resolved] (HBASE-10078) Dynamic Filter - Not using DynamicClassLoader when using FilterList

2014-01-02 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang resolved HBASE-10078. - Resolution: Won't Fix I looked into this issue. It is a problem in 0.94. In trunk and 0.96, it

[jira] [Reopened] (HBASE-10078) Dynamic Filter - Not using DynamicClassLoader when using FilterList

2014-01-02 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang reopened HBASE-10078: - My bad. There is no wire compatibility issue in 0.94 actually. Let me post a patch soon.

[jira] [Created] (HBASE-10272) Cluster becomes in-operational if the node hosting the active Master AND ROOT/META table goes offline

2014-01-02 Thread Aditya Kishore (JIRA)
Aditya Kishore created HBASE-10272: -- Summary: Cluster becomes in-operational if the node hosting the active Master AND ROOT/META table goes offline Key: HBASE-10272 URL:

[jira] [Created] (HBASE-10273) AssignmentManager.regions(region to regionserver assignment map) and AssignmentManager.servers(regionserver to regions assignment map) are not always updated in tandem w

2014-01-02 Thread Feng Honghua (JIRA)
Feng Honghua created HBASE-10273: Summary: AssignmentManager.regions(region to regionserver assignment map) and AssignmentManager.servers(regionserver to regions assignment map) are not always updated in tandem with each other

[jira] [Created] (HBASE-10274) MiniZookeeperCluster should close ZKDatabase when shutdown ZooKeeperServers

2014-01-02 Thread chendihao (JIRA)
chendihao created HBASE-10274: - Summary: MiniZookeeperCluster should close ZKDatabase when shutdown ZooKeeperServers Key: HBASE-10274 URL: https://issues.apache.org/jira/browse/HBASE-10274 Project: HBase