[
https://issues.apache.org/jira/browse/YARN-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14183826#comment-14183826
]
Sangjin Lee commented on YARN-2183:
-----------------------------------
Something funny about the latest jenkins run. When I run the javac warning test
myself, there are 0 javac warnings from the sharedcache-manager project:
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Building hadoop-yarn-server-sharedcachemanager 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
hadoop-yarn-server-sharedcachemanager ---
[INFO] Deleting
/Users/sjlee/git/hadoop-woodpecker/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager/target
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (create-testdirs) @
hadoop-yarn-server-sharedcachemanager ---
[INFO] Executing tasks
main:
[mkdir] Created dir:
/Users/sjlee/git/hadoop-woodpecker/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager/target/test-dir
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @
hadoop-yarn-server-sharedcachemanager ---
[INFO] Using default encoding to copy filtered resources.
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @
hadoop-yarn-server-sharedcachemanager ---
[INFO] Compiling 10 source files to
/Users/sjlee/git/hadoop-woodpecker/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @
hadoop-yarn-server-sharedcachemanager ---
[INFO] Using default encoding to copy filtered resources.
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @
hadoop-yarn-server-sharedcachemanager ---
[INFO] Compiling 4 source files to
/Users/sjlee/git/hadoop-woodpecker/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager/target/test-classes
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @
hadoop-yarn-server-sharedcachemanager ---
[INFO] Building jar:
/Users/sjlee/git/hadoop-woodpecker/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager/target/hadoop-yarn-server-sharedcachemanager-3.0.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @
hadoop-yarn-server-sharedcachemanager ---
[INFO] Tests are skipped.
[INFO]
{noformat}
I'm going to rekick jenkins...
> Cleaner service for cache manager
> ---------------------------------
>
> Key: YARN-2183
> URL: https://issues.apache.org/jira/browse/YARN-2183
> Project: Hadoop YARN
> Issue Type: Sub-task
> Reporter: Chris Trezzo
> Assignee: Chris Trezzo
> Attachments: YARN-2183-trunk-v1.patch, YARN-2183-trunk-v2.patch,
> YARN-2183-trunk-v3.patch, YARN-2183-trunk-v4.patch, YARN-2183-trunk-v5.patch,
> YARN-2183-trunk-v6.patch, YARN-2183-trunk-v7.patch, on-demand-cleaner.patch
>
>
> Implement the cleaner service for the cache manager along with metrics for
> the service. This service is responsible for cleaning up old resource
> references in the manager and removing stale entries from the cache.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)