-
Notifications
You must be signed in to change notification settings - Fork 661
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
[counters] Keep counters cache in a single directory #2232
[counters] Keep counters cache in a single directory #2232
Commits on Jun 15, 2022
-
[counters] Keep counters cache in a single directory
Place all counters cache in a single temporary repository. Then, when swss starts in cold or fast mode we can clear this directory. Before this change, every application is storing counters cache file in a different location under different names, so it is hard to manage the cache and know which files in /tmp need to be cleaned. Added UserCache class which helps creating application specific per-user cache directories. Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for d46a063 - Browse repository at this point
Copy the full SHA d46a063View commit details
Commits on Jun 24, 2022
-
handle internal review comments
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 88d49d3 - Browse repository at this point
Copy the full SHA 88d49d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 913e376 - Browse repository at this point
Copy the full SHA 913e376View commit details -
fix lgtm warnings - removed unused variables
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for e54e72b - Browse repository at this point
Copy the full SHA e54e72bView commit details -
removed expected lines from config tests since relevant command execu…
…tion is removed Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 1f689ce - Browse repository at this point
Copy the full SHA 1f689ceView commit details -
Merge branch 'counters_cache' of github.com:stepanblyschak/sonic-util…
…ities into counters_cache
Configuration menu - View commit details
-
Copy full SHA for c9994f2 - Browse repository at this point
Copy the full SHA c9994f2View commit details -
removed expected lines from config tests since relevant command execu…
…tion is removed Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for cae85b4 - Browse repository at this point
Copy the full SHA cae85b4View commit details -
removed expected lines from config tests since relevant command execu…
…tion is removed Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 9bddc2e - Browse repository at this point
Copy the full SHA 9bddc2eView commit details
Commits on Jun 27, 2022
-
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 24ebbf3 - Browse repository at this point
Copy the full SHA 24ebbf3View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bfb4a2e - Browse repository at this point
Copy the full SHA bfb4a2eView commit details -
create cache and subdirectories writable for any user
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for c84a002 - Browse repository at this point
Copy the full SHA c84a002View commit details