[jira] [Created] (HBASE-12077) FilterList create many ArrayList$Itr object per row.

2014-09-23 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created HBASE-12077: - Summary: FilterList create many ArrayList$Itr object per row. Key: HBASE-12077 URL: https://issues.apache.org/jira/browse/HBASE-12077 Project: HBase Issue

Re: regarding secure read accesses in 0.98

2014-09-23 Thread Andrew Purtell
We've already done what you suggest for 1.0 Srikanth. We didn't do it for 0.98 because the new behavior for V3 was already present in earlier minor releases. On Tue, Sep 23, 2014 at 4:39 PM, Srikanth Srungarapu wrote: > Hi Folks, > I noticed that withing 0.98 branch, the behavior of read accesses

Re: 0.99 in pseudo-dist?

2014-09-23 Thread lars hofhansl
I thought that was only needed for the colocated master/meta stuff where master is also a region server. (possibly I am confused) From: Ted Yu To: "dev@hbase.apache.org" Sent: Tuesday, September 23, 2014 5:37 PM Subject: Re: 0.99 in pseudo-dist? Please se

[jira] [Created] (HBASE-12076) Move InterfaceAudience imports to hbase-annotations

2014-09-23 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-12076: - Summary: Move InterfaceAudience imports to hbase-annotations Key: HBASE-12076 URL: https://issues.apache.org/jira/browse/HBASE-12076 Project: HBase Issue T

[jira] [Resolved] (HBASE-12056) RPC logging too much in DEBUG mode

2014-09-23 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-12056. --- Resolution: Fixed Fix Version/s: 0.99.1 2.0.0 Hadoop Flags: Rev

Re: regarding secure read accesses in 0.98

2014-09-23 Thread Anoop John
0.98+ security features gives a new feature of more fine grained Access control per cell level. * This can be achieved only when using HFile V3 *. The above said config give a way for old behavior even in the context of new enhancement. And so it make sense in HFile V3 alone So what is the depende

[jira] [Created] (HBASE-12075) Preemptive Fast Fail

2014-09-23 Thread Manukranth Kolloju (JIRA)
Manukranth Kolloju created HBASE-12075: -- Summary: Preemptive Fast Fail Key: HBASE-12075 URL: https://issues.apache.org/jira/browse/HBASE-12075 Project: HBase Issue Type: New Feature

Re: 0.99 in pseudo-dist?

2014-09-23 Thread Jean-Marc Spaggiari
Ok. It works with branch-1 but not with 0.99.0. Just tried the 2. JMS 2014-09-23 21:10 GMT-04:00 Jean-Marc Spaggiari : > I tried with 0.99 I will retry with branch-1... > > 2014-09-23 21:05 GMT-04:00 Ted Yu : > > J-M: >> Clearing out /tmp did the trick. >> >> I tried with tip of branch-1 and I d

[jira] [Created] (HBASE-12074) TestLogRollingNoCluster#testContendedLogRolling() failed

2014-09-23 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-12074: - Summary: TestLogRollingNoCluster#testContendedLogRolling() failed Key: HBASE-12074 URL: https://issues.apache.org/jira/browse/HBASE-12074 Project: HBase Is

Re: 0.99 in pseudo-dist?

2014-09-23 Thread Jean-Marc Spaggiari
I tried with 0.99 I will retry with branch-1... 2014-09-23 21:05 GMT-04:00 Ted Yu : > J-M: > Clearing out /tmp did the trick. > > I tried with tip of branch-1 and I didn't see the problem you mentioned in > your first email. > > Cheers > > On Tue, Sep 23, 2014 at 5:58 PM, Jean-Marc Spaggiari < >

Re: 0.99 in pseudo-dist?

2014-09-23 Thread Ted Yu
J-M: Clearing out /tmp did the trick. I tried with tip of branch-1 and I didn't see the problem you mentioned in your first email. Cheers On Tue, Sep 23, 2014 at 5:58 PM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > So what is the solution to start in pseudo dist? Or is that only imp

Re: 0.99 in pseudo-dist?

2014-09-23 Thread Jean-Marc Spaggiari
So what is the solution to start in pseudo dist? Or is that only impacting 0.99.0 and I should try with 0.99.x? @Ted: No, haven't see that. Make sure your /tmp folder has been cleared... 2014-09-23 20:52 GMT-04:00 Enis Söztutar : > We've discussed this in https://issues.apache.org/jira/browse/HB

Re: 0.99 in pseudo-dist?

2014-09-23 Thread Enis Söztutar
We've discussed this in https://issues.apache.org/jira/browse/HBASE-11575. It seems that the master will not know whether it is an actual distributed setup or not. Enis On Tue, Sep 23, 2014 at 5:41 PM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > Thanks for the hint. I will do that. >

Re: 0.99 in pseudo-dist?

2014-09-23 Thread Ted Yu
I see different exception in master log: 2014-09-24 00:51:14,265 FATAL [ActiveMasterManager] master.HMaster: Failed to become active master java.lang.IllegalArgumentException: Illegal character <10> at 0. Namespaces can only contain 'alphanumeric characters': i.e. [a-zA-Z_0-9]: ^Ehbase^R^Dmeta

[jira] [Created] (HBASE-12073) Shell command user_permission fails on the table created by user if he is not global admin.

2014-09-23 Thread Srikanth Srungarapu (JIRA)
Srikanth Srungarapu created HBASE-12073: --- Summary: Shell command user_permission fails on the table created by user if he is not global admin. Key: HBASE-12073 URL: https://issues.apache.org/jira/browse/H

Re: 0.99 in pseudo-dist?

2014-09-23 Thread Jean-Marc Spaggiari
Thanks for the hint. I will do that. Should we not set this value to 1 by default if it blocks the startup process? 2014-09-23 20:37 GMT-04:00 Ted Yu : > Please set hbase.master.wait.on.regionservers.mintostart to 1 > > Cheers > > On Tue, Sep 23, 2014 at 5:32 PM, Jean-Marc Spaggiari < > jean-m..

Re: 0.99 in pseudo-dist?

2014-09-23 Thread Ted Yu
Please set hbase.master.wait.on.regionservers.mintostart to 1 Cheers On Tue, Sep 23, 2014 at 5:32 PM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > Hi, > > Trying to run HBase 0.99.0 in pseudo dist, I get this: > 2014-09-23 20:31:25,283 INFO [ActiveMasterManager] master.ServerManager:

0.99 in pseudo-dist?

2014-09-23 Thread Jean-Marc Spaggiari
Hi, Trying to run HBase 0.99.0 in pseudo dist, I get this: 2014-09-23 20:31:25,283 INFO [ActiveMasterManager] master.ServerManager: Waiting for region servers count to settle; currently checked in 1, slept for 57227 ms, expecting minimum of 2, maximum of 2147483647, timeout of 4500 ms, interval o

[jira] [Created] (HBASE-12072) We are doing 35 x 35 retries for master operations

2014-09-23 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-12072: - Summary: We are doing 35 x 35 retries for master operations Key: HBASE-12072 URL: https://issues.apache.org/jira/browse/HBASE-12072 Project: HBase Issue Ty

regarding secure read accesses in 0.98

2014-09-23 Thread Srikanth Srungarapu
Hi Folks, I noticed that withing 0.98 branch, the behavior of read accesses depends on hfile versions. If the user decides to use HFile V3 instead of HFile V2, then the read actions in case of access denied case start returning 0 rows instead of throwing AccessDenied exception. Ted mentioned yester

[jira] [Created] (HBASE-12071) Separate out thread pool for Master <-> RegionServer communication

2014-09-23 Thread Sudarshan Kadambi (JIRA)
Sudarshan Kadambi created HBASE-12071: - Summary: Separate out thread pool for Master <-> RegionServer communication Key: HBASE-12071 URL: https://issues.apache.org/jira/browse/HBASE-12071 Project:

[jira] [Created] (HBASE-12070) Add an option to hbck to fix ZK inconsistencies

2014-09-23 Thread Sudarshan Kadambi (JIRA)
Sudarshan Kadambi created HBASE-12070: - Summary: Add an option to hbck to fix ZK inconsistencies Key: HBASE-12070 URL: https://issues.apache.org/jira/browse/HBASE-12070 Project: HBase Iss

[jira] [Resolved] (HBASE-12064) hbase.master.balancer.stochastic.numRegionLoadsToRemember is not used

2014-09-23 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-12064. Resolution: Fixed Hadoop Flags: Reviewed Pushed to 0.98+. Thanks for the patch [~june

[jira] [Created] (HBASE-12069) Finish making HFile.Writer Cell-centric; undo APIs that expect KV serializations.

2014-09-23 Thread stack (JIRA)
stack created HBASE-12069: - Summary: Finish making HFile.Writer Cell-centric; undo APIs that expect KV serializations. Key: HBASE-12069 URL: https://issues.apache.org/jira/browse/HBASE-12069 Project: HBase

[jira] [Created] (HBASE-12068) [Branch-1] Avoid need to always do KeyValueUtil#ensureKeyValue for Filter transformCell

2014-09-23 Thread Anoop Sam John (JIRA)
Anoop Sam John created HBASE-12068: -- Summary: [Branch-1] Avoid need to always do KeyValueUtil#ensureKeyValue for Filter transformCell Key: HBASE-12068 URL: https://issues.apache.org/jira/browse/HBASE-12068

[jira] [Created] (HBASE-12067) Remove deprecated metrics classes.

2014-09-23 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-12067: - Summary: Remove deprecated metrics classes. Key: HBASE-12067 URL: https://issues.apache.org/jira/browse/HBASE-12067 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-12063) wal.ProtobufLogWriter: Got IOException while writing trailer

2014-09-23 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-12063. Resolution: Invalid Please contact u...@hbase.apache.org for troubleshooting help. > wal.P

[jira] [Created] (HBASE-12066) Avoid major compaction in TestMobSweeper

2014-09-23 Thread Jonathan Hsieh (JIRA)
Jonathan Hsieh created HBASE-12066: -- Summary: Avoid major compaction in TestMobSweeper Key: HBASE-12066 URL: https://issues.apache.org/jira/browse/HBASE-12066 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-12065) Import tool is not restoring multiple DeleteFamily markers of a row

2014-09-23 Thread Maddineni Sukumar (JIRA)
Maddineni Sukumar created HBASE-12065: - Summary: Import tool is not restoring multiple DeleteFamily markers of a row Key: HBASE-12065 URL: https://issues.apache.org/jira/browse/HBASE-12065 Projec

[jira] [Created] (HBASE-12064) hbase.master.balancer.stochastic.numRegionLoadsToRemember is not used

2014-09-23 Thread Junegunn Choi (JIRA)
Junegunn Choi created HBASE-12064: - Summary: hbase.master.balancer.stochastic.numRegionLoadsToRemember is not used Key: HBASE-12064 URL: https://issues.apache.org/jira/browse/HBASE-12064 Project: HBas

[jira] [Created] (HBASE-12063) wal.ProtobufLogWriter: Got IOException while writing trailer

2014-09-23 Thread wangshizhe (JIRA)
wangshizhe created HBASE-12063: -- Summary: wal.ProtobufLogWriter: Got IOException while writing trailer Key: HBASE-12063 URL: https://issues.apache.org/jira/browse/HBASE-12063 Project: HBase Iss