Alluxio / alluxio

Alluxio, data orchestration for analytics and machine learning in the cloud
https://www.alluxio.io
Apache License 2.0
6.78k stars 2.93k forks source link

io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason #14973

Open lynus opened 2 years ago

lynus commented 2 years ago

Alluxio Version: 2.7.2

Describe the bug grpc client is rejected with error: io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason To Reproduce

  1. Using 'cp -r' command to copy an alluxio directory from an existing cluster to a newly created cluster.
  2. modify conf files accroding to the new environment.
  3. ./bin/alluxio-start master then master.log reports the error messages. Expected behavior master should successfully start.

Urgency low Are you planning to fix it maybe

Additional context If I untar the tarball on the machine then apply the conf files changes. It works as expected. I suspect alluxio or grpc leave some persisted data on the directory.

HelloHorizon commented 2 years ago

Hey @lynus , do you explain what is the meaning of step 1?

apc999 commented 2 years ago

@lynus what is the error message in your master.log?

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.