[
https://issues.apache.org/jira/browse/TAJO-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14159557#comment-14159557
]
ASF GitHub Bot commented on TAJO-1069:
--------------------------------------
GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/180
TAJO-1069: Add document to explain High Availability support
I added a comment for verifying automatic failover.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1069
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/180.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 #180
----
commit f1ebef9693efefaf68e093af16af435580925277
Author: Jaehwa Jung <[email protected]>
Date: 2014-10-05T15:18:34Z
TAJO-1069: Add document to explain High Availability support
----
> Add document to explain High Availability support
> -------------------------------------------------
>
> Key: TAJO-1069
> URL: https://issues.apache.org/jira/browse/TAJO-1069
> Project: Tajo
> Issue Type: Sub-task
> Components: documentation
> Affects Versions: 0.9.0
> Reporter: Mai Hai Thanh
> Fix For: 0.9.0
>
>
> High Availability (HA) support is important for large-scale and distributed
> systems like Tajo. As I know, Tajo at least supports HA for TajoMaster
> (TAJO-704). However, it is not clear how HA is supported for other components
> and how Tajo reacts in different situations. In the documentation, we should
> talk about it. For example, we can provide the answers for the following (or
> more) questions.
> + What happen if TajoMaster crashes ? for both cases,
> - When there is no query running.
> - When there is one (or more) query running
>
> + What happen if a TajoWorker crashes ? for both cases,
> - When there is no query running.
> - When there is one (or more) query running
> For the above questions, the case when there is a running query is very
> important because we say "... Tajo is designed for both interactive and
> *batch* queries ... Tajo provides fault-tolerance ... for *long-running
> queries* ...".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)