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

[Helm] Fixed export when disableDistinctCachePerService is false (by default) #9008

Merged
merged 3 commits into from
Jan 29, 2025

Conversation

azhavoro
Copy link
Contributor

This PR removes the disableDistinctCachePerService setting.
Previously this cache was used to cache chunks of data on storage, which is not relevant now.
Currently only events need to be stored before being sent to Vector, and this will always be cached for each service, so these settings are no longer needed.

Motivation and context

How has this been tested?

Checklist

  • I submit my changes into the develop branch
  • I have created a changelog fragment
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • I have linked related issues (see GitHub docs)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.

@azhavoro azhavoro requested a review from nmanovic as a code owner January 29, 2025 09:10
@nmanovic nmanovic requested review from SpecLad and removed request for nmanovic January 29, 2025 09:21
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.39%. Comparing base (7e3f802) to head (5c92e41).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #9008   +/-   ##
========================================
  Coverage    73.39%   73.39%           
========================================
  Files          415      416    +1     
  Lines        44192    44198    +6     
  Branches      3859     3860    +1     
========================================
+ Hits         32435    32441    +6     
  Misses       11757    11757           
Components Coverage Δ
cvat-ui 77.36% <ø> (+<0.01%) ⬆️
cvat-server 70.09% <ø> (ø)

@azhavoro azhavoro merged commit 9d563bc into develop Jan 29, 2025
34 checks passed
@cvat-bot cvat-bot bot mentioned this pull request Jan 29, 2025
@Gabriellgpc
Copy link

will it fix the online version, at cvat.ai ?
I think it will take time for the change reflect the online tool, right or should it be working there as well ?

@nmanovic
Copy link
Contributor

@Gabriellgpc , it will, but we need to deploy the fix. Please give us some time. CVAT Online will work as expected already today.

@Gabriellgpc
Copy link

Got it. Thank you for the reply @nmanovic

@cvat-bot cvat-bot bot mentioned this pull request Jan 29, 2025
@zhiltsov-max zhiltsov-max mentioned this pull request Jan 30, 2025
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task annotations/backup download fails in online version Download is not working for hours
5 participants