Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single-process & single-replica graph + storage daemon #3160

Closed
SuperYoko opened this issue Oct 20, 2021 · 0 comments · Fixed by #3310
Closed

Single-process & single-replica graph + storage daemon #3160

SuperYoko opened this issue Oct 20, 2021 · 0 comments · Fixed by #3310
Assignees
Labels
type/feature req Type: feature request
Milestone

Comments

@SuperYoko
Copy link
Contributor

SuperYoko commented Oct 20, 2021

Is your feature request related to a problem? Please describe.
requirement: single process version nebula (storage + graph) use direct function call instead of rpc.

Describe the solution you'd like

  1. Integrate graph & storage daemon into one process
  2. call storage with direct function call.

Describe alternatives you've considered

Additional context
Add any other context or screenshots about the feature request here.

@SuperYoko SuperYoko added the type/feature req Type: feature request label Oct 20, 2021
@SuperYoko SuperYoko self-assigned this Oct 20, 2021
@Sophie-Xie Sophie-Xie added this to the v3.0.0 milestone Oct 20, 2021
yixinglu pushed a commit to yixinglu/nebula that referenced this issue Mar 21, 2022
#### What type of PR is this?
- [ ] bug
- [x] feature
- [ ] enhancement

#### What does this PR do?
Add nebula standalone version, replace rpc with local function call.

#### Which issue(s)/PR(s) this PR relates to?
close vesoft-inc#3160

  
#### Special notes for your reviewer, ex. impact of this fix, etc:
- compile graphd&storaged into one process
- repalce thrift rpc call with local function call

#### Additional context:


#### Checklist:
- [x] Documentation affected (Please add the label if documentation needs to be modified.)
- [ ] Incompatible (If it is incompatible, please describe it and add corresponding label.)
- [ ] Need to cherry-pick (If need to cherry-pick to some branches, please label the destination version(s).)
- [ ] Performance impacted: Consumes more CPU/Memory


#### Release notes:
Please confirm whether to reflect in release notes and how to describe:
>                                                                 `


Migrated from vesoft-inc#3310

Co-authored-by: Alex Xing <90179377+SuperYoko@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants