Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.