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:miss wait thread tasks finish in diskann. #357

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

cqy123456
Copy link
Collaborator

@cqy123456 cqy123456 commented Jan 22, 2024

issue: #128
/kind improvement

Signed-off-by: cqy123456 <qianya.cheng@zilliz.com>
Copy link

mergify bot commented Jan 22, 2024

@cqy123456 🔍 Important: PR Classification Needed!

For efficient project management and a seamless review process, it's essential to classify your PR correctly. Here's how:

  1. If you're fixing a bug, label it as kind/bug.
  2. For small tweaks (less than 20 lines without altering any functionality), please use kind/improvement.
  3. Significant changes that don't modify existing functionalities should be tagged as kind/enhancement.
  4. Adjusting APIs or changing functionality? Go with kind/feature.

For any PR outside the kind/improvement category, ensure you link to the associated issue using the format: “issue: #”.

Thanks for your efforts and contribution to the community!.

@sre-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cqy123456, Presburger

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [Presburger,cqy123456]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Presburger
Copy link
Collaborator

/lgtm

@sre-ci-robot sre-ci-robot merged commit b14a4d6 into zilliztech:main Jan 22, 2024
9 checks passed
@@ -530,6 +530,9 @@ int generate_pq_data_from_pivots(const std::string data_file,
}
}));
}
for (auto &future : futures) {
future.wait();
Copy link
Collaborator

Choose a reason for hiding this comment

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

use knowhere::WaitAllSuccess introduced in #355 to make sure we catch and rethrow possible exceptions in the thread pool task.

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

4 participants