You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Ferdy Galema (Created) (JIRA)" <ji...@apache.org> on 2012/04/08 17:44:17 UTC

[jira] [Created] (GORA-115) Flushing HBaseStore should flush all HTable instances.

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

        

[jira] [Commented] (GORA-115) Flushing HBaseStore should flush all HTable instances.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Updated] (GORA-115) Flushing HBaseStore should flush all HTable instances.

Posted by "Ferdy Galema (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ferdy Galema updated GORA-115:
------------------------------

    Attachment: GORA-115.patch
    
> 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

        

[jira] [Closed] (GORA-115) Flushing HBaseStore should flush all HTable instances.

Posted by "Ferdy Galema (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ferdy Galema closed GORA-115.
-----------------------------

    Resolution: Fixed
    
> 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

        

[jira] [Commented] (GORA-115) Flushing HBaseStore should flush all HTable instances.

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GORA-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249851#comment-13249851 ] 

stack commented on GORA-115:
----------------------------

Patch looks good to me.
                
> 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