[jira] [Created] (HBASE-10962) Decouple region opening from ZooKeeper

2014-04-11 Thread Mikhail Antonov (JIRA)
Mikhail Antonov created HBASE-10962: --- Summary: Decouple region opening from ZooKeeper Key: HBASE-10962 URL: https://issues.apache.org/jira/browse/HBASE-10962 Project: HBase Issue Type: Sub-

SingleColumnValueFilter with setFilterIfMissing=True behaviour

2014-04-11 Thread Nadya Privalova
Hello folks, I saw a lot of questions about SingleColumnValueFilter but I have one more. The question is about setFilterIfMissing value and it's behaviour with other column families. I have the following in my db: hbase(main):004:0> scan 'c59d09d425244b9bb216a229c2441819_resource' ROW COLUMN+CELL

Re: SingleColumnValueFilter with setFilterIfMissing=True behaviour

2014-04-11 Thread Anoop John
Which version you are using? -Anoop- On Fri, Apr 11, 2014 at 2:42 PM, Nadya Privalova wrote: > Hello folks, > I saw a lot of questions about SingleColumnValueFilter but I have one more. > The question is about setFilterIfMissing value and it's behaviour with > other column families. > I have the

Re: SingleColumnValueFilter with setFilterIfMissing=True behaviour

2014-04-11 Thread Nadya Privalova
I tried 0.96 and 0.98 hadoop 1. Behaviour is the same. HBase configuration is the most simple, from QuickStartGuide. Nadya On Fri, Apr 11, 2014 at 1:43 PM, Anoop John wrote: > Which version you are using? > > -Anoop- > > On Fri, Apr 11, 2014 at 2:42 PM, Nadya Privalova >wrote: > > > Hello fol

Re: SingleColumnValueFilter with setFilterIfMissing=True behaviour

2014-04-11 Thread Anoop John
Sorry I have not looked at the data what u have pasted. Do u have more than one CF getting scanned? If so u might be facing the bug HBASE-10850 -Anoop- On Fri, Apr 11, 2014 at 3:22 PM, Nadya Privalova wrote: > I tried 0.96 and 0.98 hadoop 1. Behaviour is the same. HBase configuration > is the

[jira] [Resolved] (HBASE-10961) TestFromClientSideWithCoprocessor#testGetClosestRowBefore fails due to invalid block size

2014-04-11 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-10961. --- Resolution: Not a Problem Resolving this since it turned out to be a partially ported patch

Re: SingleColumnValueFilter with setFilterIfMissing=True behaviour

2014-04-11 Thread Ted Yu
There're two column families: f and m Nadya: Can you try running tip of 0.98 to see if the issue is resolved ? Thanks On Apr 11, 2014, at 2:56 AM, Anoop John wrote: > Sorry I have not looked at the data what u have pasted. Do u have more > than one CF getting scanned? If so u might be facing

Re: SingleColumnValueFilter with setFilterIfMissing=True behaviour

2014-04-11 Thread Nadya Privalova
Ted, now the issue is reproduced with 0.98.1-hadoop1. I will try 0.98.2 because the bug Anoop pointed contains "Fix Version/s: 0.99.0, 0.98.2, 0.96.3". Will keep you posted. Thanks for your help, Nadya On Fri, Apr 11, 2014 at 3:37 PM, Ted Yu wrote: > There're two column families: f and m > >

Re: SingleColumnValueFilter with setFilterIfMissing=True behaviour

2014-04-11 Thread Anoop John
None of these fix version are actually released. If u can get the latest 98 code and build tar and use then u can get rid of this bug. Else on 96 or 98 u can use Scan#setLoadColumnFamiliesOnDemand(false). This setting in Scan will solve this bug. (With a perf penalty) -Anoop- On Fri, Apr 11, 201

[jira] [Resolved] (HBASE-10785) Metas own location should be cached

2014-04-11 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-10785. --- Resolution: Fixed Hadoop Flags: Reviewed Committed this to hbase-10070 branch. We woul

Phoenix Testing HBASE-10850

2014-04-11 Thread Anoop John
Hi James Sorry for being late. I have tested the same scenario. This works fine with Phoenix. :-) Phoenix uses its own Filter not SCVF. In Phoenix Filter hasFilterRow() is not implemented and by default it returns false. So the old 94 way of filtering happens even in 98.1 code also and so

[jira] [Created] (HBASE-10963) Refactor cell ACL tasks

2014-04-11 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-10963: -- Summary: Refactor cell ACL tasks Key: HBASE-10963 URL: https://issues.apache.org/jira/browse/HBASE-10963 Project: HBase Issue Type: Sub-task Affects

Re: Disambiguate cell time for 1.0

2014-04-11 Thread Nick Dimiduk
Yes, 10247 is precisely where we should have this discussion. Thanks for pointing it out. On Thu, Apr 10, 2014 at 8:22 PM, lars hofhansl wrote: > Should we discuss this here: > https://issues.apache.org/jira/browse/HBASE-10247? > > > > > From: Sergey Shelukhin

[jira] [Created] (HBASE-10964) Delete mutation is not consistent with Put wrt timestamp

2014-04-11 Thread Anoop Sam John (JIRA)
Anoop Sam John created HBASE-10964: -- Summary: Delete mutation is not consistent with Put wrt timestamp Key: HBASE-10964 URL: https://issues.apache.org/jira/browse/HBASE-10964 Project: HBase

[jira] [Created] (HBASE-10965) Automate detection of presence of Filter#filterRow()

2014-04-11 Thread Ted Yu (JIRA)
Ted Yu created HBASE-10965: -- Summary: Automate detection of presence of Filter#filterRow() Key: HBASE-10965 URL: https://issues.apache.org/jira/browse/HBASE-10965 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-10966) RowCounter misinterprets column names that have colons in their qualifier

2014-04-11 Thread Alexandre Normand (JIRA)
Alexandre Normand created HBASE-10966: - Summary: RowCounter misinterprets column names that have colons in their qualifier Key: HBASE-10966 URL: https://issues.apache.org/jira/browse/HBASE-10966 P

[jira] [Resolved] (HBASE-10158) Add sync rate histogram to HLogPE

2014-04-11 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-10158. --- Resolution: Implemented Sorry [~ndimiduk] Was added as side effect of "HBASE-10156 FSHLog Refactor" > Add s

[jira] [Created] (HBASE-10967) CatalogTracker.waitForMeta should not wait indefinitely silently

2014-04-11 Thread Jean-Daniel Cryans (JIRA)
Jean-Daniel Cryans created HBASE-10967: -- Summary: CatalogTracker.waitForMeta should not wait indefinitely silently Key: HBASE-10967 URL: https://issues.apache.org/jira/browse/HBASE-10967 Project:

[jira] [Created] (HBASE-10968) Null check in TableSnapshotInputFormat#TableSnapshotRegionRecordReader#initialize() is redundant

2014-04-11 Thread Ted Yu (JIRA)
Ted Yu created HBASE-10968: -- Summary: Null check in TableSnapshotInputFormat#TableSnapshotRegionRecordReader#initialize() is redundant Key: HBASE-10968 URL: https://issues.apache.org/jira/browse/HBASE-10968