celeborn/master
Wang, Fei aa625496ee [CELEBORN-1711][TEST] Fix '65535' port is invalid
### What changes were proposed in this pull request?

Fix flaky test caused by invalid port.
```
[info] ApiMasterResourceSuite:
[info] org.apache.celeborn.service.deploy.master.http.api.ApiMasterResourceSuite *** ABORTED ***
[info]   java.lang.IllegalArgumentException: '65535' in celeborn.master.http.port is invalid. Invalid port
```

### Why are the changes needed?

The ports range in CelebornConf is [1024, 65535), 65535 is excluded.

169b6f6973/common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala (L2315-L2324)

<img width="928" alt="image" src="https://github.com/user-attachments/assets/4532b1bc-c548-45cd-b836-c493f2904422">

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?

GA.

Closes #2901 from turboFei/fix_invalid_port.

Authored-by: Wang, Fei <fwang12@ebay.com>
Signed-off-by: Wang, Fei <fwang12@ebay.com>
2024-11-11 23:39:41 -08:00
..
src [CELEBORN-1711][TEST] Fix '65535' port is invalid 2024-11-11 23:39:41 -08:00
pom.xml [CELEBORN-1589] Ensure master is leader for some POST request APIs 2024-09-12 15:31:43 +08:00