Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- incorporates
-
TAJO-1029 TAJO_PULLSERVER_STANDALONE should be false in default tajo-env.sh
- Resolved