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

虚拟机ubuntu18在构建Debug版本的make过程中出现错误 #1429

Closed
doJCHbest opened this issue Dec 11, 2019 · 2 comments
Closed

虚拟机ubuntu18在构建Debug版本的make过程中出现错误 #1429

doJCHbest opened this issue Dec 11, 2019 · 2 comments
Assignees
Labels
duplicate Solution: this issue or pull request already exists

Comments

@doJCHbest
Copy link
Contributor

我按照手册中教学视频讲解进行了如下操作:

首先git clone了相关代码;

然后安装依赖;

再到构建Debug环境的make过程中,出现了以下问题:

问题

请问该如何解决?

@doJCHbest
Copy link
Contributor Author

似乎是因为虚拟机系统容量不够的问题, 扩容了之后可以继续操作QAQ 。

@Shylock-Hg
Copy link
Contributor

Duplicate of #1401

@Shylock-Hg Shylock-Hg marked this as a duplicate of #1401 Dec 12, 2019
@Shylock-Hg Shylock-Hg added the duplicate Solution: this issue or pull request already exists label Dec 12, 2019
yixinglu pushed a commit to yixinglu/nebula that referenced this issue 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
- [x] enhancement

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

vesoft-inc#4729

#### Description:

experimental flags control toss and data balance at the same time.


## How do you solve it?

add 2 sub flag, current config only allow data balance.

```
# if use experimental features
--enable_experimental_feature=false
# if use toss feature, only work if enable_experimental_feature is true
--enable_toss=false
# if use balance data feature, only work if enable_experimental_feature is true
--enable_data_balance=true
```

## 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:
- [x] 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:
> add new flag to support only open toss(not suggest)/ data balance feature

Migrated from vesoft-inc#4728

Co-authored-by: Alex Xing <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Solution: this issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants