[jira] [Commented] (HBASE-12917) HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function

2015-01-27 Thread Vikas Vishwakarma (JIRA)

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

Vikas Vishwakarma commented on HBASE-12917:
---

sure, thanks [~apurtell]

> HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to 
> recursive call in createCell function
> ---
>
> Key: HBASE-12917
> URL: https://issues.apache.org/jira/browse/HBASE-12917
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
> Environment: Ubuntu
>Reporter: Vikas Vishwakarma
>Assignee: Vikas Vishwakarma
> Fix For: 1.0.0, 2.0.0, 1.1.0
>
> Attachments: HBASE-12917.patch
>
>
> While trying to run HFilePerformanceEvaluation with hbase-2.0.0 
> UniformRandomSmallScan is failing with StackOverflowError. Lookes related to 
> the byte array to Cell based HFile changes.
> 2015-01-26 12:42:09,551 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> 2015-01-26 12:42:09,760 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows.
> 2015-01-26 12:42:10,007 INFO  [main] hfile.CacheConfig: CacheConfig:disabled
> 2015-01-26 12:42:11,560 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows took 1496ms.
> 2015-01-26 12:42:11,561 INFO  [0] hbase.HFilePerformanceEvaluation: Running 
> UniformRandomSmallScan for 100 rows.
> 2015-01-26 12:42:11,561 INFO  [0] hfile.CacheConfig: CacheConfig:disabled
> Exception in thread "0" java.lang.StackOverflowError
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12917) HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function

2015-01-27 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-12917:


This issue has been resolved, so if you do identify a perf issue [~vik.karma], 
please open a new JIRA.

> HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to 
> recursive call in createCell function
> ---
>
> Key: HBASE-12917
> URL: https://issues.apache.org/jira/browse/HBASE-12917
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
> Environment: Ubuntu
>Reporter: Vikas Vishwakarma
>Assignee: Vikas Vishwakarma
> Fix For: 1.0.0, 2.0.0, 1.1.0
>
> Attachments: HBASE-12917.patch
>
>
> While trying to run HFilePerformanceEvaluation with hbase-2.0.0 
> UniformRandomSmallScan is failing with StackOverflowError. Lookes related to 
> the byte array to Cell based HFile changes.
> 2015-01-26 12:42:09,551 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> 2015-01-26 12:42:09,760 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows.
> 2015-01-26 12:42:10,007 INFO  [main] hfile.CacheConfig: CacheConfig:disabled
> 2015-01-26 12:42:11,560 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows took 1496ms.
> 2015-01-26 12:42:11,561 INFO  [0] hbase.HFilePerformanceEvaluation: Running 
> UniformRandomSmallScan for 100 rows.
> 2015-01-26 12:42:11,561 INFO  [0] hfile.CacheConfig: CacheConfig:disabled
> Exception in thread "0" java.lang.StackOverflowError
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12917) HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function

2015-01-27 Thread Vikas Vishwakarma (JIRA)

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

Vikas Vishwakarma commented on HBASE-12917:
---

I tried the test again on hbase-2.0.0 and surprisingly this time the test time 
looked fine and comparable to previous version results (0.98.10). On repeated 
retries I found that only sometimes I am getting higher test time and most of 
the time it is working fine. I will try to figure out what is going on and 
update the jira with my observations but in light of current observations, 
doesn't look like a 2.0.0 specific issue. 

> HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to 
> recursive call in createCell function
> ---
>
> Key: HBASE-12917
> URL: https://issues.apache.org/jira/browse/HBASE-12917
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
> Environment: Ubuntu
>Reporter: Vikas Vishwakarma
>Assignee: Vikas Vishwakarma
> Fix For: 1.0.0, 2.0.0, 1.1.0
>
> Attachments: HBASE-12917.patch
>
>
> While trying to run HFilePerformanceEvaluation with hbase-2.0.0 
> UniformRandomSmallScan is failing with StackOverflowError. Lookes related to 
> the byte array to Cell based HFile changes.
> 2015-01-26 12:42:09,551 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> 2015-01-26 12:42:09,760 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows.
> 2015-01-26 12:42:10,007 INFO  [main] hfile.CacheConfig: CacheConfig:disabled
> 2015-01-26 12:42:11,560 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows took 1496ms.
> 2015-01-26 12:42:11,561 INFO  [0] hbase.HFilePerformanceEvaluation: Running 
> UniformRandomSmallScan for 100 rows.
> 2015-01-26 12:42:11,561 INFO  [0] hfile.CacheConfig: CacheConfig:disabled
> Exception in thread "0" java.lang.StackOverflowError
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12917) HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function

2015-01-26 Thread ramkrishna.s.vasudevan (JIRA)

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

ramkrishna.s.vasudevan commented on HBASE-12917:


[~vik.karma]
Where you able to identify which area was taking more time? Any profiler or 
something?

> HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to 
> recursive call in createCell function
> ---
>
> Key: HBASE-12917
> URL: https://issues.apache.org/jira/browse/HBASE-12917
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
> Environment: Ubuntu
>Reporter: Vikas Vishwakarma
>Assignee: Vikas Vishwakarma
> Fix For: 1.0.0, 2.0.0, 1.1.0
>
> Attachments: HBASE-12917.patch
>
>
> While trying to run HFilePerformanceEvaluation with hbase-2.0.0 
> UniformRandomSmallScan is failing with StackOverflowError. Lookes related to 
> the byte array to Cell based HFile changes.
> 2015-01-26 12:42:09,551 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> 2015-01-26 12:42:09,760 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows.
> 2015-01-26 12:42:10,007 INFO  [main] hfile.CacheConfig: CacheConfig:disabled
> 2015-01-26 12:42:11,560 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows took 1496ms.
> 2015-01-26 12:42:11,561 INFO  [0] hbase.HFilePerformanceEvaluation: Running 
> UniformRandomSmallScan for 100 rows.
> 2015-01-26 12:42:11,561 INFO  [0] hfile.CacheConfig: CacheConfig:disabled
> Exception in thread "0" java.lang.StackOverflowError
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12917) HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function

2015-01-26 Thread Hudson (JIRA)

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

Hudson commented on HBASE-12917:


FAILURE: Integrated in HBase-1.0 #690 (See 
[https://builds.apache.org/job/HBase-1.0/690/])
HBASE-12917 HFilePerformanceEvaluation Scan tests fail with StackOverflowError 
due to recursive call in createCell function (Vikas Vishwakarma) (enis: rev 
2f5e6e47f30e64d34e1db5734c9d91fe03ef4e1b)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/HFilePerformanceEvaluation.java


> HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to 
> recursive call in createCell function
> ---
>
> Key: HBASE-12917
> URL: https://issues.apache.org/jira/browse/HBASE-12917
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
> Environment: Ubuntu
>Reporter: Vikas Vishwakarma
>Assignee: Vikas Vishwakarma
> Fix For: 1.0.0, 2.0.0, 1.1.0
>
> Attachments: HBASE-12917.patch
>
>
> While trying to run HFilePerformanceEvaluation with hbase-2.0.0 
> UniformRandomSmallScan is failing with StackOverflowError. Lookes related to 
> the byte array to Cell based HFile changes.
> 2015-01-26 12:42:09,551 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> 2015-01-26 12:42:09,760 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows.
> 2015-01-26 12:42:10,007 INFO  [main] hfile.CacheConfig: CacheConfig:disabled
> 2015-01-26 12:42:11,560 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows took 1496ms.
> 2015-01-26 12:42:11,561 INFO  [0] hbase.HFilePerformanceEvaluation: Running 
> UniformRandomSmallScan for 100 rows.
> 2015-01-26 12:42:11,561 INFO  [0] hfile.CacheConfig: CacheConfig:disabled
> Exception in thread "0" java.lang.StackOverflowError
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12917) HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function

2015-01-26 Thread Hudson (JIRA)

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

Hudson commented on HBASE-12917:


FAILURE: Integrated in HBase-TRUNK #6057 (See 
[https://builds.apache.org/job/HBase-TRUNK/6057/])
HBASE-12917 HFilePerformanceEvaluation Scan tests fail with StackOverflowError 
due to recursive call in createCell function (Vikas Vishwakarma) (tedyu: rev 
1b9367d465dc99559b4ac36b30be5e2e98ff67a7)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/HFilePerformanceEvaluation.java


> HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to 
> recursive call in createCell function
> ---
>
> Key: HBASE-12917
> URL: https://issues.apache.org/jira/browse/HBASE-12917
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
> Environment: Ubuntu
>Reporter: Vikas Vishwakarma
>Assignee: Vikas Vishwakarma
> Fix For: 2.0.0, 1.1.0
>
> Attachments: HBASE-12917.patch
>
>
> While trying to run HFilePerformanceEvaluation with hbase-2.0.0 
> UniformRandomSmallScan is failing with StackOverflowError. Lookes related to 
> the byte array to Cell based HFile changes.
> 2015-01-26 12:42:09,551 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> 2015-01-26 12:42:09,760 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows.
> 2015-01-26 12:42:10,007 INFO  [main] hfile.CacheConfig: CacheConfig:disabled
> 2015-01-26 12:42:11,560 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows took 1496ms.
> 2015-01-26 12:42:11,561 INFO  [0] hbase.HFilePerformanceEvaluation: Running 
> UniformRandomSmallScan for 100 rows.
> 2015-01-26 12:42:11,561 INFO  [0] hfile.CacheConfig: CacheConfig:disabled
> Exception in thread "0" java.lang.StackOverflowError
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12917) HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function

2015-01-26 Thread Hudson (JIRA)

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

Hudson commented on HBASE-12917:


FAILURE: Integrated in HBase-1.1 #110 (See 
[https://builds.apache.org/job/HBase-1.1/110/])
HBASE-12917 HFilePerformanceEvaluation Scan tests fail with StackOverflowError 
due to recursive call in createCell function (Vikas Vishwakarma) (tedyu: rev 
5cee77a1f1c749ad82ab3c3e2312b4f617f04ed0)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/HFilePerformanceEvaluation.java


> HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to 
> recursive call in createCell function
> ---
>
> Key: HBASE-12917
> URL: https://issues.apache.org/jira/browse/HBASE-12917
> Project: HBase
>  Issue Type: Bug
>  Components: hbase
>Affects Versions: 2.0.0
> Environment: Ubuntu
>Reporter: Vikas Vishwakarma
>Assignee: Vikas Vishwakarma
> Fix For: 2.0.0, 1.1.0
>
> Attachments: HBASE-12917.patch
>
>
> While trying to run HFilePerformanceEvaluation with hbase-2.0.0 
> UniformRandomSmallScan is failing with StackOverflowError. Lookes related to 
> the byte array to Cell based HFile changes.
> 2015-01-26 12:42:09,551 WARN  [main] util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> 2015-01-26 12:42:09,760 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows.
> 2015-01-26 12:42:10,007 INFO  [main] hfile.CacheConfig: CacheConfig:disabled
> 2015-01-26 12:42:11,560 INFO  [main] hbase.HFilePerformanceEvaluation: 
> Running SequentialWriteBenchmark for 100 rows took 1496ms.
> 2015-01-26 12:42:11,561 INFO  [0] hbase.HFilePerformanceEvaluation: Running 
> UniformRandomSmallScan for 100 rows.
> 2015-01-26 12:42:11,561 INFO  [0] hfile.CacheConfig: CacheConfig:disabled
> Exception in thread "0" java.lang.StackOverflowError
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)
> at 
> org.apache.hadoop.hbase.HFilePerformanceEvaluation.createCell(HFilePerformanceEvaluation.java:78)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)