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

GO-4147 divide any store indexes per space #1619

Merged
merged 90 commits into from
Oct 2, 2024

Conversation

deff7
Copy link
Member

@deff7 deff7 commented Sep 27, 2024

No description provided.

@deff7 deff7 marked this pull request as ready for review October 2, 2024 08:04
if err != nil {
return nil, fmt.Errorf("find all: %w", err)
}
for iter.Next() {
Copy link
Member

Choose a reason for hiding this comment

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

call iter.Close in defer because in case of error, iter will not be closed and it will cause connection leak

@mcrakhman mcrakhman merged commit 77b84f1 into feature/chat Oct 2, 2024
3 of 4 checks passed
@mcrakhman mcrakhman deleted the go-4147-divide-any-store-indexes-per-space branch October 2, 2024 15:54
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants