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

Tajo QA commented on TAJO-611:
------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12640984/tajo-611-servicediscovery-20140420.patch
  against master revision 89e8fa3.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:green}+1 tests included.{color}  The patch appears to include 1 new 
or modified test files.

    {color:green}+1 javac.{color}  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:red}-1 javadoc.{color}  The applied patch generated 45 javadoc 
warnings (more than the trunk's current 44 warnings).

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:red}-1 findbugs.{color}  The patch appears to introduce 191 new 
Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests.{color}  The patch passed unit tests in 
tajo-common tajo-core.

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/374//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/374//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/374//console

This message is automatically generated.

> (Umbrella) Service Discovery 
> -----------------------------
>
>                 Key: TAJO-611
>                 URL: https://issues.apache.org/jira/browse/TAJO-611
>             Project: Tajo
>          Issue Type: New Feature
>    Affects Versions: 0.9
>            Reporter: Min Zhou
>            Assignee: Mafish
>             Fix For: 0.9
>
>         Attachments: tajo-611-servicediscovery-20140420.patch
>
>
> As we talked offline, high availability is one of our next goal.  Service 
> discovery can help us maintain health statuses for all daemons ( master and 
> workers) . Meanwhile, those daemons can find each other easily. Furthermore, 
> it's very useful for my current work TAJO-540 cuz it can randomly select 
> nodes for tajo scheduler.  
> One of the best candidates is Netflix Curator.  
> http://curator.apache.org/curator-x-discovery/index.html
> I'd like to introduce Xuhui to help us with this issue.  Xuhui was my 
> colleague at Alibaba group. He was active in Hive community, one of his job 
> is adding multi-distinct aggregation feature to Hive. Currently, he is a 
> researcher work at Microsoft.
> [~mafish]
> Below is comment on this issue from Xuhui
> To my understanding, this feature is for high availability as well as high 
> scalability. We don't need to provide all machine info for every service when 
> tajo starts. Instead, we can dynamically register services to service 
> discovery if necessary. Also, if some machine fails, it can be easily 
> detected and replaced.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to