disk_cache: Make CreateNextEntry completion async in perftest [chromium/src : main]

0 views
Skip to first unread message

Tsuyoshi Horo (Gerrit)

unread,
Oct 10, 2025, 12:21:08 AM (2 days ago) Oct 10
to Maks Orlovich, Mingyu Lei, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, gavin...@chromium.org, net-r...@chromium.org
Attention needed from Maks Orlovich

Tsuyoshi Horo added 1 comment

Patchset-level comments
File-level comment, Patchset 2 (Latest):
Tsuyoshi Horo . resolved

morl...@chromium.org
Could you please review this?

Thank you.

Open in Gerrit

Related details

Attention is currently required from:
  • Maks Orlovich
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Ib030f11456eb82ac735de3aa639155c80ef401ad
Gerrit-Change-Number: 7031239
Gerrit-PatchSet: 2
Gerrit-Owner: Tsuyoshi Horo <ho...@chromium.org>
Gerrit-Reviewer: Maks Orlovich <morl...@chromium.org>
Gerrit-Reviewer: Tsuyoshi Horo <ho...@chromium.org>
Gerrit-CC: Mingyu Lei <le...@chromium.org>
Gerrit-Attention: Maks Orlovich <morl...@chromium.org>
Gerrit-Comment-Date: Fri, 10 Oct 2025 04:19:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Maks Orlovich (Gerrit)

unread,
Oct 10, 2025, 10:12:27 AM (2 days ago) Oct 10
to Tsuyoshi Horo, Mingyu Lei, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, gavin...@chromium.org, net-r...@chromium.org
Attention needed from Tsuyoshi Horo

Maks Orlovich voted Code-Review+1

Code-Review+1
Open in Gerrit

Related details

Attention is currently required from:
  • Tsuyoshi Horo
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ib030f11456eb82ac735de3aa639155c80ef401ad
    Gerrit-Change-Number: 7031239
    Gerrit-PatchSet: 3
    Gerrit-Owner: Tsuyoshi Horo <ho...@chromium.org>
    Gerrit-Reviewer: Maks Orlovich <morl...@chromium.org>
    Gerrit-Reviewer: Tsuyoshi Horo <ho...@chromium.org>
    Gerrit-CC: Mingyu Lei <le...@chromium.org>
    Gerrit-Attention: Tsuyoshi Horo <ho...@chromium.org>
    Gerrit-Comment-Date: Fri, 10 Oct 2025 14:12:21 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    open
    diffy

    Tsuyoshi Horo (Gerrit)

    unread,
    Oct 10, 2025, 10:30:13 AM (2 days ago) Oct 10
    to Maks Orlovich, Mingyu Lei, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, gavin...@chromium.org, net-r...@chromium.org

    Tsuyoshi Horo voted and added 1 comment

    Votes added by Tsuyoshi Horo

    Commit-Queue+2

    1 comment

    Patchset-level comments
    File-level comment, Patchset 3 (Latest):
    Tsuyoshi Horo . resolved

    Thank you.

    Open in Gerrit

    Related details

    Attention set is empty
    Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ib030f11456eb82ac735de3aa639155c80ef401ad
    Gerrit-Change-Number: 7031239
    Gerrit-PatchSet: 3
    Gerrit-Owner: Tsuyoshi Horo <ho...@chromium.org>
    Gerrit-Reviewer: Maks Orlovich <morl...@chromium.org>
    Gerrit-Reviewer: Tsuyoshi Horo <ho...@chromium.org>
    Gerrit-CC: Mingyu Lei <le...@chromium.org>
    Gerrit-Comment-Date: Fri, 10 Oct 2025 14:28:10 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    open
    diffy

    Chromium LUCI CQ (Gerrit)

    unread,
    Oct 10, 2025, 10:32:18 AM (2 days ago) Oct 10
    to Tsuyoshi Horo, Maks Orlovich, Mingyu Lei, AyeAye, chromium...@chromium.org, gavin...@chromium.org, net-r...@chromium.org

    Chromium LUCI CQ submitted the change

    Change information

    Commit message:
    disk_cache: Make CreateNextEntry completion async in perftest

    With the in-memory index loaded (crrev.com/c/7023991 ), entry creation
    and write operations can complete synchronously. In the perf test, this
    causes a deep recursive call chain between CreateNextEntry and its
    callback, leading to a stack overflow on Windows.

    To fix this, always complete the entry creation asynchronously by
    posting a task if it completes synchronously.
    Bug: 443171275
    Change-Id: Ib030f11456eb82ac735de3aa639155c80ef401ad
    Commit-Queue: Tsuyoshi Horo <ho...@chromium.org>
    Reviewed-by: Maks Orlovich <morl...@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1528126}
    Files:
    • M net/disk_cache/disk_cache_perftest.cc
    Change size: XS
    Delta: 1 file changed, 5 insertions(+), 2 deletions(-)
    Branch: refs/heads/main
    Submit Requirements:
    • requirement satisfiedCode-Review: +1 by Maks Orlovich
    Open in Gerrit
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: merged
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ib030f11456eb82ac735de3aa639155c80ef401ad
    Gerrit-Change-Number: 7031239
    Gerrit-PatchSet: 4
    Gerrit-Owner: Tsuyoshi Horo <ho...@chromium.org>
    Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Reviewer: Maks Orlovich <morl...@chromium.org>
    Gerrit-Reviewer: Tsuyoshi Horo <ho...@chromium.org>
    open
    diffy
    satisfied_requirement
    Reply all
    Reply to author
    Forward
    0 new messages