Skip to content

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

Closed
@nebula-bots

Description

@nebula-bots

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions