[ 
https://issues.apache.org/jira/browse/TAJO-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14119780#comment-14119780
 ] 

Hudson commented on TAJO-991:
-----------------------------

SUCCESS: Integrated in Tajo-master-build #349 (See 
[https://builds.apache.org/job/Tajo-master-build/349/])
TAJO-991: Running PullServer on a dedicated JVM process which separates from 
worker. (babokim: rev 7c5ef87f6eedc13afb16311bbc3b27ea0d921eca)
* tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java
* 
tajo-yarn-pullserver/src/main/java/org/apache/tajo/pullserver/TajoPullServer.java
* tajo-core/src/main/java/org/apache/tajo/worker/TaskRunnerManager.java
* tajo-dist/src/main/bin/tajo
* tajo-dist/src/main/conf/tajo-env.sh
* 
tajo-yarn-pullserver/src/main/hadoop-2.4.0/org/apache/tajo/pullserver/listener/FileCloseListener.java
* tajo-core/src/main/java/org/apache/tajo/master/querymaster/QueryMaster.java
* tajo-core/src/test/java/org/apache/tajo/TajoTestingCluster.java
* tajo-dist/src/main/bin/stop-tajo.sh
* tajo-core/src/main/java/org/apache/tajo/worker/TajoWorker.java
* 
tajo-yarn-pullserver/src/main/java/org/apache/tajo/pullserver/PullServerAuxService.java
* tajo-core/src/main/java/org/apache/tajo/worker/WorkerHeartbeatService.java
* 
tajo-yarn-pullserver/src/main/hadoop-2.2.0/org/apache/tajo/pullserver/listener/FileCloseListener.java
* CHANGES
* 
tajo-yarn-pullserver/src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java
* 
tajo-yarn-pullserver/src/main/hadoop-2.3.0/org/apache/tajo/pullserver/listener/FileCloseListener.java
* tajo-dist/src/main/bin/start-tajo.sh


> Running PullServer on a dedicated JVM process which separates from worker.
> --------------------------------------------------------------------------
>
>                 Key: TAJO-991
>                 URL: https://issues.apache.org/jira/browse/TAJO-991
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: data shuffle
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>
> Currently PullServer runs on TajoWorker. If a TajoWorker starts Garbage 
> Collector, all fetching tasks which run on other worker are paused during 
> Garbage Collection.  Running PullServer on a dedicated JVM process which 
> separates from worker is helpful avoiding stop the all cluster by GC. 
> PullServer uses small memory and doesn't share any information and status 
> with TajoWorker. 



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

Reply via email to