[jira] [Comment Edited] (HBASE-21545) NEW_VERSION_BEHAVIOR breaks Get/Scan with specified columns

2018-12-23 Thread stack (JIRA)


[ 
https://issues.apache.org/jira/browse/HBASE-21545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16728163#comment-16728163
 ] 

stack edited comment on HBASE-21545 at 12/24/18 6:05 AM:
-

Pushed to branch-2.0+. Thanks [~timoha] for digging in.

File follow-ons if you get a chance? I was thinking you'd know best how to 
write them. Otherwise just say and I can give it a go. Thanks.


was (Author: stack):
Pushed to branch-2.0+. Thanks [~timoha] for digging in.

File follow-ons if you get a chance?

> NEW_VERSION_BEHAVIOR breaks Get/Scan with specified columns
> ---
>
> Key: HBASE-21545
> URL: https://issues.apache.org/jira/browse/HBASE-21545
> Project: HBase
>  Issue Type: Bug
>  Components: API
>Affects Versions: 2.0.0, 2.1.1
> Environment: HBase 2.1.1
> Hadoop 2.8.4
> Java 8
>Reporter: Andrey Elenskiy
>Assignee: Andrey Elenskiy
>Priority: Major
>  Labels: NEW_VERSION_BEHAVIOR
> Fix For: 3.0.0, 2.2.0, 2.1.2, 2.0.4
>
> Attachments: App.java, HBASE-21545.branch-2.1.0001.patch, 
> HBASE-21545.branch-2.1.0002.patch, HBASE-21545.branch-2.1.0003.patch, 
> HBASE-21545.branch-2.1.0004.patch, HBASE-21545.branch-2.1.0005.patch
>
>
> Setting NEW_VERSION_BEHAVIOR => 'true' on a column family causes only one 
> column to be returned when columns are specified in Scan or Get query. The 
> result is always one first column by sorted order. I've attached a code 
> snipped to reproduce the issue that can be converted into a test.
> I've also validated with hbase shell and gohbase client, so it's gotta be 
> server side issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (HBASE-21545) NEW_VERSION_BEHAVIOR breaks Get/Scan with specified columns

2018-12-12 Thread Sakthi (JIRA)


[ 
https://issues.apache.org/jira/browse/HBASE-21545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16718720#comment-16718720
 ] 

Sakthi edited comment on HBASE-21545 at 12/12/18 10:08 AM:
---

[~timoha], I ran all UTs with "-Dhbase.tests.new.version.behavior=true". I 
found that the following test cases failed (which passed without the attribute 
set):
 # TestKeepDeletes
 # TestMinVersions
 # TestExportSnapshot
 # TestSecureExportSnapshot
 # TestSyncTable
 # TestMobSecureExportSnapshot
 # TestThriftHBaseServiceHandler
 # TestThriftServer

You might want to try these test cases locally and let's see if we are on the 
same page.


was (Author: jatsakthi):
[~timoha], I ran all UTs with "-Dhbase.tests.new.version.behavior=true". I 
found that the following test cases failed (which passed without the attribute 
set):
 # TestKeepDeletes

 # TestMinVersions

 # TestExportSnapshot

 # TestSecureExportSnapshot

 # TestSyncTable

 # TestMobSecureExportSnapshot

 # TestThriftHBaseServiceHandler

 # TestThriftServer

You might want to try these test cases locally and let's see if we are on the 
same page.

> NEW_VERSION_BEHAVIOR breaks Get/Scan with specified columns
> ---
>
> Key: HBASE-21545
> URL: https://issues.apache.org/jira/browse/HBASE-21545
> Project: HBase
>  Issue Type: Bug
>  Components: API
>Affects Versions: 2.0.0, 2.1.1
> Environment: HBase 2.1.1
> Hadoop 2.8.4
> Java 8
>Reporter: Andrey Elenskiy
>Assignee: Andrey Elenskiy
>Priority: Major
> Attachments: App.java, HBASE-21545.branch-2.1.0001.patch, 
> HBASE-21545.branch-2.1.0002.patch, HBASE-21545.branch-2.1.0003.patch, 
> HBASE-21545.branch-2.1.0004.patch, HBASE-21545.branch-2.1.0005.patch
>
>
> Setting NEW_VERSION_BEHAVIOR => 'true' on a column family causes only one 
> column to be returned when columns are specified in Scan or Get query. The 
> result is always one first column by sorted order. I've attached a code 
> snipped to reproduce the issue that can be converted into a test.
> I've also validated with hbase shell and gohbase client, so it's gotta be 
> server side issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (HBASE-21545) NEW_VERSION_BEHAVIOR breaks Get/Scan with specified columns

2018-12-07 Thread Sakthi (JIRA)


[ 
https://issues.apache.org/jira/browse/HBASE-21545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16712524#comment-16712524
 ] 

Sakthi edited comment on HBASE-21545 at 12/7/18 9:33 AM:
-

I tried applying your patch, [~timoha]. Did you make any changes in 
CellUtil#matchingQualifiers that you forgot to add in the patch, though?

I have made the change accordingly to resolve the compilation error. The 
attached UTs passed. Will try to trigger a build to test all UTs with the above 
-Dparameter being set.


was (Author: jatsakthi):
I tried applying your patch, [~timoha]. Did you make any changes in 
CellUtil#matchingQualifiers that you forgot to add in the patch, though?

> NEW_VERSION_BEHAVIOR breaks Get/Scan with specified columns
> ---
>
> Key: HBASE-21545
> URL: https://issues.apache.org/jira/browse/HBASE-21545
> Project: HBase
>  Issue Type: Bug
>  Components: API
>Affects Versions: 2.0.0, 2.1.1
> Environment: HBase 2.1.1
> Hadoop 2.8.4
> Java 8
>Reporter: Andrey Elenskiy
>Assignee: Andrey Elenskiy
>Priority: Major
> Attachments: App.java, HBASE-21545.branch-2.1.0001.patch, 
> HBASE-21545.branch-2.1.0002.patch, HBASE-21545.branch-2.1.0003.patch, 
> HBASE-21545.branch-2.1.0004.patch
>
>
> Setting NEW_VERSION_BEHAVIOR => 'true' on a column family causes only one 
> column to be returned when columns are specified in Scan or Get query. The 
> result is always one first column by sorted order. I've attached a code 
> snipped to reproduce the issue that can be converted into a test.
> I've also validated with hbase shell and gohbase client, so it's gotta be 
> server side issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (HBASE-21545) NEW_VERSION_BEHAVIOR breaks Get/Scan with specified columns

2018-12-04 Thread Sakthi (JIRA)


[ 
https://issues.apache.org/jira/browse/HBASE-21545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16709340#comment-16709340
 ] 

Sakthi edited comment on HBASE-21545 at 12/4/18 10:19 PM:
--

Perfect, thanks [~timoha]. Please feel free to assign it to yourself if you 
plan to work on the fix


was (Author: jatsakthi):
Perfect, thanks [~timoha]

> NEW_VERSION_BEHAVIOR breaks Get/Scan with specified columns
> ---
>
> Key: HBASE-21545
> URL: https://issues.apache.org/jira/browse/HBASE-21545
> Project: HBase
>  Issue Type: Bug
>  Components: API
>Affects Versions: 2.1.1
> Environment: HBase 2.1.1
> Hadoop 2.8.4
> Java 8
>Reporter: Andrey Elenskiy
>Assignee: Sakthi
>Priority: Major
> Attachments: App.java, HBASE-21545.branch-2.1.0001.patch, 
> HBASE-21545.branch-2.1.0002.patch
>
>
> Setting NEW_VERSION_BEHAVIOR => 'true' on a column family causes only one 
> column to be returned when columns are specified in Scan or Get query. The 
> result is always one first column by sorted order. I've attached a code 
> snipped to reproduce the issue that can be converted into a test.
> I've also validated with hbase shell and gohbase client, so it's gotta be 
> server side issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)