This is an automated email from the ASF dual-hosted git repository.
djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git.
from deb08b0 Merge pull request #159 from sneceesay77/master
new ff18fd3 GORA-611: Fix intermittent test failures with HBase module
new 63542b0 Improve asynchronous flush behavior
new ba17009 Remove unused imports
new 2d65ca6 Merge branch 'master' of https://github.com/apache/gora into
GORA-611
new d84d699 Improve logging for exceptions
new 550462e Add auto flush as a property from conf
new 21eb666 Merge pull request #160 from djkevincr/GORA-611
The 1152 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/gora/hbase/store/HBaseStore.java | 153 +++++++++++++--------
.../gora/hbase/store/HBaseTableConnection.java | 113 ++++++++++-----
.../apache/gora/hbase/util/HBaseByteInterface.java | 14 +-
gora-hbase/src/test/conf/gora.properties | 3 +-
.../hbase/mapreduce/TestHBaseStoreCountQuery.java | 3 +-
.../apache/gora/hbase/store/TestHBaseStore.java | 56 ++++++--
6 files changed, 236 insertions(+), 106 deletions(-)