Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/502#issuecomment-89672537
Thanks for your contribution.
I tested this on four of linux servers. But I found that worker id had been
duplicated as follows.
```
2015-04-05 07:13:05,916 INFO org.apache.tajo.worker.TajoWorker: Tajo Worker
is initialized. connection :id:1, host:tajo004.xyz, PeerRpcPort:28091,
PullServerPort:53218, ClientPort:28092, QueryMasterPort:28093,
HttpInfoPort:28080
2015-04-05 07:13:05,054 INFO org.apache.tajo.worker.TajoWorker: Tajo Worker
is initialized. connection :id:1, host:tajo005.xyz, PeerRpcPort:28091,
PullServerPort:44162, ClientPort:28092, QueryMasterPort:28093,
HttpInfoPort:28080
```
So, TajoMaster can't show right TajoWorker list on web pages. Could you
check this again?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---