-
Notifications
You must be signed in to change notification settings - Fork 78
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
[agent-ngt] use Len and InsertVCacheLen method for IndexInfo / add mutex for (Create|Save)Index #536
[agent-ngt] use Len and InsertVCacheLen method for IndexInfo / add mutex for (Create|Save)Index #536
Conversation
Best reviewed: commit by commit
Optimal code review plan
|
Codecov Report
@@ Coverage Diff @@
## master #536 +/- ##
=========================================
+ Coverage 9.16% 9.18% +0.02%
=========================================
Files 402 402
Lines 20848 20859 +11
=========================================
+ Hits 1910 1916 +6
- Misses 18685 18690 +5
Partials 253 253
Continue to review full report at Codecov.
|
8352a14
to
4b03b33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
4b03b33
to
04a8d4a
Compare
/format |
[FORMAT] Updating license headers and formatting go codes triggered by rinx. |
…for (Create|Save)Index (#536) * ♻️ use Len() and InsertVCacheLen() method for IndexInfo Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com> * ♻️ add mutex for create-index & save-index Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com> * 🔧 pass post_stop_timeout to sidecar observer service Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
Signed-off-by: Rintaro Okamura rintaro.okamura@gmail.com
Description:
use Len() and InsertVCacheLen() method for IndexInfo because the current implementation of IndexInfo does not returns correct values (maybe UUIDs method cannot count too many index).
add mutex for CreateIndex & SaveIndex.
Related Issue:
nothing.
How Has This Been Tested?:
nothing.
Environment:
Types of changes:
Changes to Core Features:
Checklist: