Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0.0, 0.98.9
-
None
-
Reviewed
Description
Anyone else seeing this? If I do an ITBLL with generator doing 5M rows per maptask, all is good – verify passes. I've been running 5 servers and had one splot per server. So below works:
HADOOP_CLASSPATH="/home/stack/conf_hbase:`/home/stack/hbase/bin/hbase classpath`" ./hadoop/bin/hadoop --config ~/conf_hadoop org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList --monkey serverKilling Generator 5 5000000 g1.tmp
or if I double the map tasks, it works:
HADOOP_CLASSPATH="/home/stack/conf_hbase:`/home/stack/hbase/bin/hbase classpath`" ./hadoop/bin/hadoop --config ~/conf_hadoop org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList --monkey serverKilling Generator 10 5000000 g2.tmp
...but if I change the 5M to 50M or 25M, Verify fails.
Looking into it.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-11099 Two situations where we could open a region with smaller sequence number
- Closed
- relates to
-
HBASE-14736 ITBLL debugging search tool OOMEs on big dataset
- Open
- links to