[
https://issues.apache.org/jira/browse/TAJO-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728592#comment-14728592
]
ASF GitHub Bot commented on TAJO-1810:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/721
TAJO-1810: Remove QueryMasterTask cache immediately, if it stored to …
…persistent storage
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1810
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/721.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #721
----
commit b4b329ff1c932d7e9d0760b1b197c73d00a4ed73
Author: Jinho Kim <[email protected]>
Date: 2015-09-03T07:06:32Z
TAJO-1810: Remove QueryMasterTask cache immediately, if it stored to
persistent storage
----
> Remove QueryMasterTask cache immediately, if it stored to persistent storage
> ----------------------------------------------------------------------------
>
> Key: TAJO-1810
> URL: https://issues.apache.org/jira/browse/TAJO-1810
> Project: Tajo
> Issue Type: Improvement
> Components: QueryMaster
> Affects Versions: 0.11.0
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Minor
>
> Query information is stored asyncronously to the persistent storage and It
> does exist in LRU cache for a while.
> The cache entry should be removed immediately, if stored to persistent storage
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)