alluxio icon indicating copy to clipboard operation
alluxio copied to clipboard

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

Open liiuzq-xiaobai opened this issue 1 year ago • 3 comments

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 avatar Jan 18 '24 04:01 liiuzq-xiaobai

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

jasondrogba avatar Jan 24 '24 09:01 jasondrogba

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?

liiuzq-xiaobai avatar Jan 26 '24 02:01 liiuzq-xiaobai

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

jasondrogba avatar Jan 26 '24 10:01 jasondrogba