[jira] [Comment Edited] (PHOENIX-988) The result is not expected when select case when case

2014-05-21 Thread jay wong (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004637#comment-14004637 ] jay wong edited comment on PHOENIX-988 at 5/22/14 1:42 AM: --- [~g

[jira] [Updated] (PHOENIX-992) Replace hTable.getRowOrBefore with ReverseScan to get maxKey in StatsManagerImpl

2014-05-21 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated PHOENIX-992: -- Attachment: phoenix-992-v2.patch Thanks [~giacomotaylor] for the review! All tests passed loca

[jira] [Updated] (PHOENIX-991) IT tests failed on hadoop2

2014-05-21 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated PHOENIX-991: -- Fix Version/s: 4.1 3.1 5.0.0 > IT tests failed on hadoop

[jira] [Commented] (PHOENIX-991) IT tests failed on hadoop2

2014-05-21 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005416#comment-14005416 ] Jeffrey Zhong commented on PHOENIX-991: --- Thanks [~giacomotaylor] & [~samarth.j...@g

[jira] [Assigned] (PHOENIX-982) Avoid spinning up and tearing down mini cluster in tests

2014-05-21 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain reassigned PHOENIX-982: Assignee: Samarth Jain > Avoid spinning up and tearing down mini cluster in tests > --

Re: Regionserver burns CPU and stops responding to RPC calls on HDP 2.1

2014-05-21 Thread Enis Soztutar
Hey Chris, Thanks for bearing with us. It seems that the FAST_DIFF encoding + your data schema + use of getRowOrBefore() caused the issue. That is why Jeffrey was asking for the data. It is fine. getRowOrBefore() will go away anyway ( https://issues.apache.org/jira/browse/HBASE-11230). Jeffrey's p

Re: Regionserver burns CPU and stops responding to RPC calls on HDP 2.1

2014-05-21 Thread Chris Tarnas
I'll start on building a patched version then trying it out (Now that it is working I'll have to wrangle the cluster away from the users). I cannot send the data, it private data. thanks, -chris On May 21, 2014, at 3:04 PM, Jeffrey Zhong wrote: > > Thanks for reporting the status back. Mind

[jira] [Commented] (PHOENIX-992) Replace hTable.getRowOrBefore with ReverseScan to get maxKey in StatsManagerImpl

2014-05-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005317#comment-14005317 ] Andrew Purtell commented on PHOENIX-992: getRowOrBefore shouldn't be used and has

Re: Regionserver burns CPU and stops responding to RPC calls on HDP 2.1

2014-05-21 Thread Jeffrey Zhong
Thanks for reporting the status back. Mind to try the patch on phoenix-992 or attach the data which can repro the issue so that we can verify current fix. Thanks. On 5/21/14 2:06 PM, "Chris Tarnas" wrote: > >Altering the table to not use a DATA_BLOCK_ENCODING fixed the problem. >Just to verify

Re: Regionserver burns CPU and stops responding to RPC calls on HDP 2.1

2014-05-21 Thread Chris Tarnas
Altering the table to not use a DATA_BLOCK_ENCODING fixed the problem. Just to verify that it was the fix, I altered it back to FAST_DIFF and the problem re-appeared. Thank you! Adding the changes to the client hbase-site.xml did not help the issue, but it may be I was not sourcing it correctl

[jira] [Commented] (PHOENIX-992) Replace hTable.getRowOrBefore with ReverseScan to get maxKey in StatsManagerImpl

2014-05-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005220#comment-14005220 ] James Taylor commented on PHOENIX-992: -- +1 > Replace hTable.getRowOrBefore with Rev

[jira] [Updated] (PHOENIX-995) ADD TO_STRING AND LPAD functions

2014-05-21 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-995: --- Attachment: PHOENIX-995.patch > ADD TO_STRING AND LPAD functions >

[jira] [Created] (PHOENIX-995) ADD TO_STRING AND LPAD functions

2014-05-21 Thread Thomas D'Silva (JIRA)
Thomas D'Silva created PHOENIX-995: -- Summary: ADD TO_STRING AND LPAD functions Key: PHOENIX-995 URL: https://issues.apache.org/jira/browse/PHOENIX-995 Project: Phoenix Issue Type: New Featu

Re: Regionserver burns CPU and stops responding to RPC calls on HDP 2.1

2014-05-21 Thread Jeffrey Zhong
I attached a patch on Phoenix-992 which you may can try out as well. On 5/21/14 10:46 AM, "Chris Tarnas" wrote: >We will try out the two work-arounds today. I've added the TRACE logging, >here is the log on an affected regionserver when running a problem >query/table combination, below it is th

[jira] [Updated] (PHOENIX-992) Replace hTable.getRowOrBefore with ReverseScan to get maxKey in StatsManagerImpl

2014-05-21 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated PHOENIX-992: -- Attachment: phoenix-992.patch [~giacomotaylor] The issue may in 3.0 as well but my understandi

Re: Regionserver burns CPU and stops responding to RPC calls on HDP 2.1

2014-05-21 Thread Chris Tarnas
We will try out the two work-arounds today. I've added the TRACE logging, here is the log on an affected regionserver when running a problem query/table combination, below it is the new stuck thread stack trace: - 2014-05-21 12:44:39,280 DEBUG [RpcServer.list

[jira] [Updated] (PHOENIX-994) Handle scans on local index table in case any best fit covering local index available

2014-05-21 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rajeshbabu updated PHOENIX-994: --- Attachment: PHOENIX-994.patch [~jamestaylor] Here is the patch to handle scans on local index table.

[jira] [Created] (PHOENIX-994) Handle scans on local index table in case any best fit covering local index available

2014-05-21 Thread rajeshbabu (JIRA)
rajeshbabu created PHOENIX-994: -- Summary: Handle scans on local index table in case any best fit covering local index available Key: PHOENIX-994 URL: https://issues.apache.org/jira/browse/PHOENIX-994 Pro

[jira] [Commented] (PHOENIX-988) The result is not expected when select case when case

2014-05-21 Thread jay wong (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004637#comment-14004637 ] jay wong commented on PHOENIX-988: -- [~giacomotaylor] if (!children.get(index).evaluate(t

[jira] [Updated] (PHOENIX-993) Remove/exclude JRuby dependency

2014-05-21 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated PHOENIX-993: - Attachment: PHOENIX-993-3.0.patch PHOENIX-993-master.patch Patches to remove JRu

[jira] [Commented] (PHOENIX-993) Remove/exclude JRuby dependency

2014-05-21 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004502#comment-14004502 ] Gabriel Reid commented on PHOENIX-993: -- About filing an HBase bug -- I'll double-che

[jira] [Commented] (PHOENIX-992) Replace hTable.getRowOrBefore with ReverseScan to get maxKey in StatsManagerImpl

2014-05-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004500#comment-14004500 ] James Taylor commented on PHOENIX-992: -- +1 on this idea, as our dependency on this m

[jira] [Commented] (PHOENIX-991) IT tests failed on hadoop2

2014-05-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004496#comment-14004496 ] James Taylor commented on PHOENIX-991: -- +1 on [~jeffreyz] patch. > IT tests failed

[jira] [Commented] (PHOENIX-993) Remove/exclude JRuby dependency

2014-05-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004493#comment-14004493 ] James Taylor commented on PHOENIX-993: -- +1. Thanks, [~gabriel.reid]. I agree complet

[jira] [Commented] (PHOENIX-979) DELETE deletes row when WHERE contains PK fields but other than PK conditions are false

2014-05-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004489#comment-14004489 ] James Taylor commented on PHOENIX-979: -- +1. Thanks for the fix, [~gabriel.reid]. >

[jira] [Commented] (PHOENIX-988) The result is not expected when select case when case

2014-05-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004487#comment-14004487 ] James Taylor commented on PHOENIX-988: -- Note that an expression should be able to re

[jira] [Comment Edited] (PHOENIX-988) The result is not expected when select case when case

2014-05-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004477#comment-14004477 ] James Taylor edited comment on PHOENIX-988 at 5/21/14 8:30 AM:

[jira] [Comment Edited] (PHOENIX-988) The result is not expected when select case when case

2014-05-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004477#comment-14004477 ] James Taylor edited comment on PHOENIX-988 at 5/21/14 8:30 AM:

[jira] [Commented] (PHOENIX-988) The result is not expected when select case when case

2014-05-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004477#comment-14004477 ] James Taylor commented on PHOENIX-988: -- Thanks for the patch, [~jaywong]. This is de

[jira] [Commented] (PHOENIX-991) IT tests failed on hadoop2

2014-05-21 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004432#comment-14004432 ] Samarth Jain commented on PHOENIX-991: -- Cool. In that case, it might be better to ju

[jira] [Created] (PHOENIX-993) Remove/exclude JRuby dependency

2014-05-21 Thread Gabriel Reid (JIRA)
Gabriel Reid created PHOENIX-993: Summary: Remove/exclude JRuby dependency Key: PHOENIX-993 URL: https://issues.apache.org/jira/browse/PHOENIX-993 Project: Phoenix Issue Type: Bug

Re: jruby in pom.xml

2014-05-21 Thread Gabriel Reid
Hi Dan, On Wed, May 21, 2014 at 7:09 AM, Dan Di Spaltro wrote: > It seems phoenix-core is dependent on jruby, is this still used? I just > noticed it is getting pulled in to my project that depends on phoenix-core. > I can't imagine what it's for, but I don't have a great understanding of > the

[jira] [Commented] (PHOENIX-991) IT tests failed on hadoop2

2014-05-21 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004431#comment-14004431 ] Jeffrey Zhong commented on PHOENIX-991: --- [~samarth.j...@gmail.com] I've submitted a