Flushing HBaseStore should flush all HTable instances.
------------------------------------------------------
Key: GORA-115
URL: https://issues.apache.org/jira/browse/GORA-115
Project: Apache Gora
Issue Type: Bug
Components: storage-hbase
Reporter: Ferdy Galema
Fix For: 0.2
When setting autoflush to false (just added in GORA-114) , some unexpected
behaviour might be the case when flushing. Currently flushing will only flush
the threadlocal HTable instance (if any for the thread calling flush) and not
all instances. A very simple fix will make sure that ALL HTable instances are
flushed. Have already tested this for a few days. Will attach patch and commit
right away.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira