[
https://issues.apache.org/jira/browse/GORA-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249569#comment-13249569
]
Hudson commented on GORA-115:
-----------------------------
Integrated in gora-trunk #221 (See
[https://builds.apache.org/job/gora-trunk/221/])
GORA-115 Flushing HBaseStore should flush all HTable instances. (Revision
1311031)
Result = SUCCESS
ferdy :
Files :
* /gora/trunk/CHANGES.txt
*
/gora/trunk/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseTableConnection.java
> 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
>
> Attachments: GORA-115.patch
>
>
> 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