[jira] [Updated] (HBASE-10838) Insufficient AccessController covering permission check

2014-03-26 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-10838:
---

Fix Version/s: (was: 0.98.2)
   0.98.1

> Insufficient AccessController covering permission check
> ---
>
> Key: HBASE-10838
> URL: https://issues.apache.org/jira/browse/HBASE-10838
> Project: HBase
>  Issue Type: Bug
>  Components: security
>Affects Versions: 0.98.0
>Reporter: Anoop Sam John
>Assignee: Anoop Sam John
>Priority: Critical
> Fix For: 0.98.1, 0.99.0
>
> Attachments: HBASE-10838.patch, HBASE-10838_V2.patch
>
>
> {code}
> get.setMaxResultsPerColumnFamily(1); // Hold down memory use on wide rows
> {code}
> Setting this returns only one cell irrespective of the number of versions 
> /qualifiers in a family.  Instead we should have used the limit option to 
> next() call



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-10838) Insufficient AccessController covering permission check

2014-03-26 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-10838:
---

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Committed to trunk and 0.98. 

> Insufficient AccessController covering permission check
> ---
>
> Key: HBASE-10838
> URL: https://issues.apache.org/jira/browse/HBASE-10838
> Project: HBase
>  Issue Type: Bug
>  Components: security
>Affects Versions: 0.98.0
>Reporter: Anoop Sam John
>Assignee: Anoop Sam John
>Priority: Critical
> Fix For: 0.99.0, 0.98.2
>
> Attachments: HBASE-10838.patch, HBASE-10838_V2.patch
>
>
> {code}
> get.setMaxResultsPerColumnFamily(1); // Hold down memory use on wide rows
> {code}
> Setting this returns only one cell irrespective of the number of versions 
> /qualifiers in a family.  Instead we should have used the limit option to 
> next() call



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-10838) Insufficient AccessController covering permission check

2014-03-26 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-10838:
---

Summary: Insufficient AccessController covering permission check  (was: 
AccessController covering permission check checking only one Cell's permission)

> Insufficient AccessController covering permission check
> ---
>
> Key: HBASE-10838
> URL: https://issues.apache.org/jira/browse/HBASE-10838
> Project: HBase
>  Issue Type: Bug
>  Components: security
>Affects Versions: 0.98.0
>Reporter: Anoop Sam John
>Assignee: Anoop Sam John
>Priority: Critical
> Fix For: 0.99.0, 0.98.2
>
> Attachments: HBASE-10838.patch, HBASE-10838_V2.patch
>
>
> {code}
> get.setMaxResultsPerColumnFamily(1); // Hold down memory use on wide rows
> {code}
> Setting this returns only one cell irrespective of the number of versions 
> /qualifiers in a family.  Instead we should have used the limit option to 
> next() call



--
This message was sent by Atlassian JIRA
(v6.2#6252)