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

The partiton number is out of range in one copyset #1503

Closed
SeanHai opened this issue May 25, 2022 · 0 comments
Closed

The partiton number is out of range in one copyset #1503

SeanHai opened this issue May 25, 2022 · 0 comments
Assignees
Labels
bug Something isn't working need test Completion of development, requires QA verification

Comments

@SeanHai
Copy link
Contributor

SeanHai commented May 25, 2022

Describe the bug (描述bug)
The partition limit of one copyset is 256 default, but created more the 256.

cluster: massive cluster

for i in {1..13};do curvefs_tool list-partition -fsId=$i | grep copysetId;done | awk '{arr[$2]++};END{for(i in arr){print i,arr[i]}}' | sort -nk1
截屏2022-05-25 11 21 54

To Reproduce (复现方法)

Expected behavior (期望行为)

Versions (各种版本)
OS:
Compiler:
branch:
commit id:

Additional context/screenshots (更多上下文/截图)

@SeanHai SeanHai added the bug Something isn't working label May 25, 2022
@SeanHai SeanHai assigned cw123 and SeanHai and unassigned cw123 May 25, 2022
@SeanHai SeanHai added the need test Completion of development, requires QA verification label May 27, 2022
@Wine93 Wine93 closed this as completed Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need test Completion of development, requires QA verification
Projects
None yet
Development

No branches or pull requests

3 participants