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

Support general storage in StorageService #977

Merged
merged 6 commits into from
Sep 30, 2019
Merged

Support general storage in StorageService #977

merged 6 commits into from
Sep 30, 2019

Conversation

darionyaphet
Copy link
Contributor

@darionyaphet darionyaphet commented Sep 26, 2019

This PR will support put and get in storage engine.

@darionyaphet darionyaphet added do not review PR: not ready for the code review yet in progress labels Sep 26, 2019
@darionyaphet darionyaphet self-assigned this Sep 26, 2019
@@ -0,0 +1,120 @@
/* Copyright (c) 2019 vesoft inc. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move it into tools dir, and use another name "SimpleKVVerifyTool"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I move it as test case or benchmark ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it is not a UT or a benchmark

@darionyaphet darionyaphet added ready-for-testing PR: ready for the CI test and removed in progress do not review PR: not ready for the code review yet labels Sep 30, 2019
@nebula-community-bot
Copy link
Member

Unit testing passed.

@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@dangleptr dangleptr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@critical27 critical27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nebula-community-bot
Copy link
Member

Unit testing passed.

@dangleptr dangleptr merged commit c3ba07c into vesoft-inc:master Sep 30, 2019
@zhangguoqing
Copy link
Contributor

close #973

@darionyaphet darionyaphet deleted the general-storage branch October 30, 2019 03:04
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Feb 16, 2020
* support general storage in StorageService

* fix nebula benchmark crash

* Simple KV Verify Tool
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
* support general storage in StorageService

* fix nebula benchmark crash

* Simple KV Verify Tool
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Jan 31, 2023
<!--
Thanks for your contribution!
In order to review PR more efficiently, please add information according to the template.
-->

## What type of PR is this?
- [ ] bug
- [ ] feature
- [ ] enhancement

## What problem(s) does this PR solve?
#### Issue(s) number: 

#### Description:
force cache the docker layer.
the layer is about 20GB, and need another 20min to export the layer.
after then each job would need 5min with the cache layer.




## How do you solve it?



## Special notes for your reviewer, ex. impact of this fix, design document, etc:



## Checklist:
Tests:
- [ ] Unit test(positive and negative cases)
- [ ] Function test
- [ ] Performance test
- [ ] N/A

Affects:
- [ ] Documentation affected (Please add the label if documentation needs to be modified.)
- [ ] Incompatibility (If it breaks the compatibility, please describe it and add the label.)
- [ ] If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).)
- [ ] Performance impacted: Consumes more CPU/Memory


## Release notes:

Please confirm whether to be reflected in release notes and how to describe:
> ex. Fixed the bug .....


Migrated from vesoft-inc#4331

Co-authored-by: Harris.Chu <1726587+HarrisChu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants