You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2017/06/26 16:39:00 UTC

[jira] [Created] (IGNITE-5591) WAL queue flusher for background mode can be replaced with Timeout processor

Dmitriy Pavlov created IGNITE-5591:
--------------------------------------

             Summary: WAL queue flusher for background mode can be replaced with Timeout processor
                 Key: IGNITE-5591
                 URL: https://issues.apache.org/jira/browse/IGNITE-5591
             Project: Ignite
          Issue Type: Improvement
            Reporter: Dmitriy Pavlov
            Assignee: Dmitriy Pavlov
            Priority: Minor


Use 
     cctx.time().schedule(new Runnable() {});
intead of propriatery API and separate thread for WAL background mode



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)