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

If the name of the hdfs folder is inconsistent with the number of space partitions, the download job failed #4753

Closed
nebula-bots opened this issue Oct 20, 2022 · 1 comment · Fixed by #4754
Assignees
Labels
auto-sync severity/minor Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@nebula-bots
Copy link
Contributor

Your Environments (required)
image

How To Reproduce(required)
1.create a space with 100 parts

CREATE SPACE basketballplayer_open_3 \
        (partition_num = 10, \
        replica_factor = 1, \
        vid_type = FIXED_STRING(30));
USE basketballplayer_open_3;
CREATE TAG player(name string, age int);
CREATE TAG team(name string);
CREATE EDGE follow(degree int);
CREATE EDGE serve(start_year int, end_year int);

image

2.use exchange to generate the sst file for the space, creating 54 subfolders in total
image

3.use basketballplayer_open_3 and submit job download,the download job failed
image

4.view storaged logs, download the directory does not exist on hdfs, the download job failed
image

Expected behavior

download job Execution successful

@shanlai
Copy link

shanlai commented Oct 24, 2022

3.3 rc checked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-sync severity/minor Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants