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

[bugFix][Connector-V2][Doris] The multi-FE configuration is supported #6341

Merged
merged 6 commits into from
May 13, 2024

Conversation

Carl-Zhou-CN
Copy link
Member

@Carl-Zhou-CN Carl-Zhou-CN commented Feb 6, 2024

Purpose of this pull request

close #6337

Does this PR introduce any user-facing change?

How was this patch tested?

Current test

Check list

@Hisoka-X
Copy link
Member

Hisoka-X commented Feb 6, 2024

Could you add a test case for this?

@Carl-Zhou-CN
Copy link
Member Author

Could you add a test case for this?

Ok, I'll add it, but right now I can't find a multi-Fe docker image

@@ -237,7 +237,8 @@ static String[] parseIdentifier(String tableIdentifier, Logger logger)
}

@VisibleForTesting
static String randomEndpoint(String feNodes, Logger logger) throws DorisConnectorException {
public static String randomEndpoint(String feNodes, Logger logger)
Copy link
Member

Choose a reason for hiding this comment

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

Use UT to test this method is enough.

Copy link
Member Author

Choose a reason for hiding this comment

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

done @Hisoka-X

@Carl-Zhou-CN
Copy link
Member Author

@Hisoka-X cc

Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

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

LGTM if ci passed.

@hailin0 hailin0 merged commit b6d0751 into apache:dev May 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2.3.4同步数据到doris异常
4 participants