oceanbase / oceanbase/seekdb

Support custom obshell port

Open
#358 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dima type: feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.