You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (JIRA)" <ji...@apache.org> on 2016/09/16 02:15:20 UTC

[jira] [Created] (KUDU-1621) Flush lingering operations

Alexey Serbin created KUDU-1621:
-----------------------------------

             Summary: Flush lingering operations
                 Key: KUDU-1621
                 URL: https://issues.apache.org/jira/browse/KUDU-1621
             Project: Kudu
          Issue Type: Improvement
          Components: client
    Affects Versions: 1.0.0
            Reporter: Alexey Serbin


In current implementation of AUTO_FLUSH_BACKGROUND mode, it's necessary to call KuduSession::Flush() or KuduSession::FlushAsync() explicitly before destroying/abandoning a session if it's desired to have any pending operations flushed.

As [~adar] noticed during review of https://gerrit.cloudera.org/#/c/4432/ , it might make sense to change this behavior to automatically flush any pending operations upon closing Kudu AUTO_FLUSH_BACKGROUND session.  That would be more consistent with the semantics of the AUTO_FLUSH_BACKGROUND mode and more user-friendly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)