Github user ramkrish86 commented on the pull request:
https://github.com/apache/phoenix/pull/8#issuecomment-54406335
java.lang.IllegalArgumentException: KeyValue size too large
at
org.apache.hadoop.hbase.client.HTable.validatePut(HTable.java:1312)
at org.apache.hadoop.hbase.client.HTable.doPut(HTable.java:941)
at org.apache.hadoop.hbase.client.HTable.put(HTable.java:908)
at
org.apache.hadoop.hbase.coprocessor.CoprocessorHost$Environment$HTableWrapper.put(CoprocessorHost.java:444)
at
org.apache.phoenix.schema.stat.StatisticsTable.updateStats(StatisticsTable.java:126)
at
org.apache.phoenix.schema.stat.StatisticsScanner.close(StatisticsScanner.java:90)
at
org.apache.hadoop.hbase.regionserver.compactions.DefaultCompactor.compact(DefaultCompactor.java:87)
at
org.apache.hadoop.hbase.regionserver.DefaultStoreEngine$DefaultCompactionContext.compact(DefaultStoreEngine.java:109)
at
org.apache.hadoop.hbase.regionserver.HStore.compact(HStore.java:1086)
at
org.apache.hadoop.hbase.regionserver.HRegion.compact(HRegion.java:1480)
at
org.apache.hadoop.hbase.regionserver.CompactSplitThread$CompactionRunner.run(CompactSplitThread.java:475)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
What could be ideal value for those guidePost collection - Like after how
many bytes could we collect the guideposts? And for the performance.py what
could be the best value based on its distribution?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---