This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelog: time fastlog requests
ClosedPublic

Authored by stash on Sep 28 2017, 1:01 PM.
Tags
None
Subscribers
None

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGXf629119c6242: remotefilelog: time fastlog requests
Summary

The goal of the whole series is to have logging around linknode fixup. It's a slow operation, and we have two heuristics to make it faster. Unfortunately we have no idea about how well these heuristics actually help. This series of diffs aims to fix this problem. After this series is landed and logging is enabled, I hope that we can find out if we really these heuristics at all.

Test Plan

Run test-remotefilelog-linknodes.t

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

stash created this revision.Sep 28 2017, 1:01 PM
stash edited the summary of this revision. (Show Details)Sep 28 2017, 1:10 PM
quark accepted this revision.Sep 29 2017, 9:49 PM
This revision is now accepted and ready to land.Sep 29 2017, 9:49 PM
stash edited the summary of this revision. (Show Details)Sep 30 2017, 3:27 PM
stash updated this revision to Diff 2206.

rebase

This revision was automatically updated to reflect the committed changes.