Ted Yu created HBASE-10386:
------------------------------
Summary: MultiThreadedWriter should utilize LOG in waitForFinish()
Key: HBASE-10386
URL: https://issues.apache.org/jira/browse/HBASE-10386
Project: HBase
Issue Type: Improvement
Reporter: Ted Yu
Priority: Minor
I was doing load test on a 0.98 cluster and saw the following in output:
{code}
2014-01-20 20:44:52,567 [Thread-2] INFO client.HBaseAdmin
(HBaseAdmin.java:enableTable(761)) - Enabled table test
Starting to write data...
Failed to write keys: 0
{code}
The above was from call to System.out.println()
There is LOG field in MultiThreadedWriter which is used in other methods except
for waitForFinish()
waitForFinish() should utilize LOG as well.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)