This will help understand current hangs in production.
http_client: Add max_matching_nodes parameter to visit_nodes()
Needed to write tests for the fix to T4586.
Differential D8578
Add debug logging to grpc-serve initialization vlorentz on Sep 29 2022, 3:39 PM. Authored by Tags None Subscribers None
Details
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D8578 (id=30951)Rebasing onto 8549673d02... First, rewinding head to replay your work on top of it... Applying: Add debug logging to grpc-serve initialization Using index info to reconstruct a base tree... M swh/graph/cli.py M swh/graph/config.py M swh/graph/grpc_server.py Falling back to patching base and 3-way merge... Auto-merging swh/graph/cli.py CONFLICT (content): Merge conflict in swh/graph/cli.py Patch failed at 0001 Add debug logging to grpc-serve initialization Resolve all conflicts manually, mark them as resolved with "git add/rm <conflicted_files>", then run "git rebase --continue". You can instead skip this commit: run "git rebase --skip". To abort and get back to the state before "git rebase", run "git rebase --abort". Rebase failed (ret=1)! Could not rebase; Attempt merge onto 8549673d02... Already up to date. Changes applied before testcommit c20cc682c8505541537709abb5f7c4e31235de44 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Sep 29 15:39:27 2022 +0200 http_client: Add max_matching_nodes parameter to visit_nodes() See https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/249/ for more details. |