Support custom obshell port
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.9k
- Forks
- 342
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 53
Description
Description
Currently, the obshell service in OceanBase seekdb uses port 2886 by default and does not support customization. This causes a startup failure for obshell if port 2886 is already occupied on the host machine.
Impact
When port 2886 is occupied on a machine, the seekdb instance on that machine will fail to start because the obshell service cannot bind to its default port. This prevents deployment and operation of seekdb on hosts where port 2886 is in use.
Environment
- Tenant Mode: seekdb
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by tracing the obshell startup path and the configuration that sets the default port 2886; done means a custom port can be used and startup succeeds when 2886 is occupied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100