Actions
Feature #10998
closed[keep-web] configurable block cache size
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Keep
Target version:
Story points:
0.5
Release:
Release relationship:
Auto
Description
Block cache size is configurable in the SDK, but keep-web doesn't have a config entry, so keep-web's data cache is effectively hard coded to the SDK default of 4 blocks.
Updated by Tom Clegg about 8 years ago
- Subject changed from Configurable cache size for keep-web to [keep-web] configurable block cache size
- Description updated (diff)
- Category set to Keep
- Assigned To deleted (
Tom Clegg) - Story points set to 0.5
Updated by Tom Clegg about 8 years ago
- Target version changed from 2017-02-15 sprint to Arvados Future Sprints
Updated by Tom Morris over 5 years ago
- Target version changed from Arvados Future Sprints to 2019-07-31 Sprint
Updated by Lucas Di Pentima over 5 years ago
- Assigned To set to Lucas Di Pentima
Updated by Lucas Di Pentima over 5 years ago
- Target version changed from 2019-07-31 Sprint to 2019-08-14 Sprint
Updated by Lucas Di Pentima over 5 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima over 5 years ago
Updates at ba2e6d49c - branch 10998-keepweb-block-cache-size
Test run: https://ci.curoverse.com/job/developer-run-tests/1476/
- Adds
Collections.WebDAVCache.MaxBlockEntries
to cluster config with a default value of 4 (as onkeepclient
) - Sets
MaxBlockEntries
' value tokeepclient
's block cache onkeep-web
's handler init. - Adds test.
Updated by Lucas Di Pentima over 5 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|1d5727fcdd6e524898d7507417456b9fedcb79dd.
Actions