Redis port and worker port conflict retry mechanism

How severe does this issue affect your experience of using Ray?

  • Medium: It contributes to significant difficulty to complete my task, but I can work around it.

Hi community, I encounter the similar problem as issue #14098. I checked the PR #14435, and the relevant code has been removed in the latest branch. Did you retry in the higher-level code? Or you have solved it in another way?

In the beginning of the initialization, we check pre-allocated port number of components and raise an exception if there’s any conflict between components!