Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When deploying version v305, the master cannot establish a connection with the worker. #18493

Open
liiuzq-xiaobai opened this issue Jan 18, 2024 · 3 comments
Labels
type-bug This issue is about a bug

Comments

@liiuzq-xiaobai
Copy link

Alluxio Version:
v305

Describe the bug
The contents of alluxio-site.properties are as follows:
image

image After I successfully formatted using command"alluxio init format" and started the cluster using "alluxio process start all", the master.log reported an error. image image This error looks like the master is unable to establish a connection with the worker via rpc **To Reproduce** See steps above

Expected behavior
The cluster can be set up successfully, and the master can detect the activity of all workers.

Urgency
yes

Are you planning to fix it
Maybe

Additional context
no

@liiuzq-xiaobai liiuzq-xiaobai added the type-bug This issue is about a bug label Jan 18, 2024
@jasondrogba
Copy link
Contributor

Hi, if you set alluxio.worker.membership.manager.type=STATIC may cause this problem, you should also set worker address in conf/workers.
But I recommend alluxio.worker.membership.manager.type=ETCD , which is the newly update in Alluxio 3.x
OR alluxio.worker.membership.manager.type=MASTER is same to the Alluxio 2.x

@liiuzq-xiaobai
Copy link
Author

Hi, if you set alluxio.worker.membership.manager.type=STATIC may cause this problem, you should also set worker address in conf/workers. But I recommend alluxio.worker.membership.manager.type=ETCD , which is the newly update in Alluxio 3.x OR alluxio.worker.membership.manager.type=MASTER is same to the Alluxio 2.x

Thanks!Is the master currently only used to manage various jobs?

@jasondrogba
Copy link
Contributor

Mainly used to manage jobs in Alluxio 3.x
you can look DORA: The Next-generation Alluxio Architecture to learn about DORA architecture and scheduler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug This issue is about a bug
Projects
None yet
Development

No branches or pull requests

2 participants