From: Samuel Rufinatscha <s.rufinatscha@proxmox.com>
To: "Proxmox Backup Server development discussion"
<pbs-devel@lists.proxmox.com>,
"Fabian Grünbichler" <f.gruenbichler@proxmox.com>
Subject: Re: [pbs-devel] [PATCH proxmox-backup v3 0/6] datastore: remove config reload on hot path
Date: Thu, 20 Nov 2025 16:17:02 +0100 [thread overview]
Message-ID: <4d062622-25f8-45f1-97a7-c7048d601694@proxmox.com> (raw)
In-Reply-To: <1763648414.krvw7wyolk.astroid@yuna.none>
On 11/20/25 3:50 PM, Fabian Grünbichler wrote:
> On November 20, 2025 2:03 pm, Samuel Rufinatscha wrote:
>> Hi,
>>
>> [..]
>
> nit: this is getting a bit long ;)
>
>>
>> ## Patch summary
>>
>> [PATCH 1/6] partial fix #6049: config: enable config version cache for datastore
>> [PATCH 2/6] partial fix #6049: datastore: impl ConfigVersionCache fast path for lookups
>> [PATCH 3/6] partial fix #6049: datastore: use config fast-path in Drop
>> [PATCH 4/6] partial fix #6049: datastore: add TTL fallback to catch manual config edits
>> [PATCH 5/6] to add a reload flag to the config cache helper.
>> [PATCH 6/6] to only bump generation when the config digest changes.
>>
>> ## Changes from v2:
>>
>> Added:
>> - [PATCH 5/6]: Add a reload flag to the config cache helper.
>> - [PATCH 6/6]: Only bump generation when the config digest changes.
>
> please fold those into the existing version where they make sense, and
> include a per-patch changelog to know *what* changed ;)
>
> e.g., the digest part can already go into the first patch (if the
> generation bumping is also moved thre from patch #4), or into patch #4.
>
> the structural changes I suggested are missing, and I think the
> readability got worse as a result since v2, we now have six instances of
> checking whether there is some cache we are operating on or not..
>
> I'll give more detailed feedback on the two new patches..
>
Thanks for the review Fabian! I actually somehow missed your comment on
PATCH 2/4 v2, sorry for that! Will make sure its included in the new
version for sure.
>>
>> ## Maintainer notes
>>
>> No dependency bumps, no API changes and no breaking changes.
>>
>> Thanks,
>> Samuel
>>
>> [1] Bugzilla #6049: https://bugzilla.proxmox.com/show_bug.cgi?id=6049
>> [2] cargo-flamegraph: https://github.com/flamegraph-rs/flamegraph
>> [3] Bugzilla #7017: https://bugzilla.proxmox.com/show_bug.cgi?id=7017
>>
>> Samuel Rufinatscha (6):
>> partial fix #6049: config: enable config version cache for datastore
>> partial fix #6049: datastore: impl ConfigVersionCache fast path for
>> lookups
>> partial fix #6049: datastore: use config fast-path in Drop
>> partial fix #6049: datastore: add TTL fallback to catch manual config
>> edits
>> partial fix #6049: datastore: add reload flag to config cache helper
>> datastore: only bump generation when config digest changes
>>
>> pbs-config/src/config_version_cache.rs | 10 +-
>> pbs-datastore/Cargo.toml | 1 +
>> pbs-datastore/src/datastore.rs | 232 ++++++++++++++++++++-----
>> 3 files changed, 197 insertions(+), 46 deletions(-)
>>
>> --
>> 2.47.3
>>
>>
>>
>> _______________________________________________
>> pbs-devel mailing list
>> pbs-devel@lists.proxmox.com
>> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>>
>>
>>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
>
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
prev parent reply other threads:[~2025-11-20 15:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-20 13:03 Samuel Rufinatscha
2025-11-20 13:03 ` [pbs-devel] [PATCH proxmox-backup v3 1/6] partial fix #6049: config: enable config version cache for datastore Samuel Rufinatscha
2025-11-20 13:03 ` [pbs-devel] [PATCH proxmox-backup v3 2/6] partial fix #6049: datastore: impl ConfigVersionCache fast path for lookups Samuel Rufinatscha
2025-11-20 13:03 ` [pbs-devel] [PATCH proxmox-backup v3 3/6] partial fix #6049: datastore: use config fast-path in Drop Samuel Rufinatscha
2025-11-20 13:03 ` [pbs-devel] [PATCH proxmox-backup v3 4/6] partial fix #6049: datastore: add TTL fallback to catch manual config edits Samuel Rufinatscha
2025-11-20 13:03 ` [pbs-devel] [PATCH proxmox-backup v3 5/6] partial fix #6049: datastore: add reload flag to config cache helper Samuel Rufinatscha
2025-11-20 14:50 ` Fabian Grünbichler
2025-11-20 18:15 ` Samuel Rufinatscha
2025-11-20 13:03 ` [pbs-devel] [PATCH proxmox-backup v3 6/6] datastore: only bump generation when config digest changes Samuel Rufinatscha
2025-11-20 14:50 ` Fabian Grünbichler
2025-11-20 14:50 ` [pbs-devel] [PATCH proxmox-backup v3 0/6] datastore: remove config reload on hot path Fabian Grünbichler
2025-11-20 15:17 ` Samuel Rufinatscha [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4d062622-25f8-45f1-97a7-c7048d601694@proxmox.com \
--to=s.rufinatscha@proxmox.com \
--cc=f.gruenbichler@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.