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

[fix][test] Fix test testThreadSwitchOfZkMetadataStore #20446

Conversation

poorbarcode
Copy link
Contributor

@poorbarcode poorbarcode commented May 31, 2023

Motivation

After the PR #20303 was cherry-picked inti branch-2.11, the test testThreadSwitchOfZkMetadataStore was failed.

The root cause: the attribute metadataStoreName is a new attribute provided by the PR #17041, at it released at 3.0.0, so it is not included in branch-2.11, so the name of thread-pool of Metadata store is a fixed value metadata-store

protected AbstractMetadataStore() {
    this.executor = Executors
            .newSingleThreadScheduledExecutor(new DefaultThreadFactory("metadata-store"));
    registerListener(this);
    ...
}

Modifications

Instead of a special value, verify the name of the thread pool by the fixed value metadata-store

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository: x

@Technoboy- Technoboy- changed the title [branch-2.11] [fix] [test]fix test testThreadSwitchOfZkMetadataStore [fix][test] Fix test testThreadSwitchOfZkMetadataStore Jun 1, 2023
@Technoboy- Technoboy- merged commit c54edc9 into apache:branch-2.11 Jun 1, 2023
37 of 40 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.

None yet

2 participants