big pull request not loading
See original GitHub issueIssue Type: Bug
I have a big pull request (>100 files changed) and when I click on > under Waiting For My Review, to see the changes, it keeps loading, and nothing happens. I can checkout the PR, but I can not see the files changed, nor start a review.
Extension version: 0.26.0 VS Code version: Code 1.56.2 (054a9295330880ed74ceaedda236253b4f39a335, 2021-05-12T16:45:26.313Z) OS version: Linux x64 5.8.0-53-generic snap
System Info
| Item | Value |
|---|---|
| CPUs | Intel® Core™ i7-8665U CPU @ 1.90GHz (8 x 4199) |
| GPU Status | 2d_canvas: unavailable_software gpu_compositing: disabled_software multiple_raster_threads: enabled_on oop_rasterization: disabled_off opengl: disabled_off rasterization: disabled_software skia_renderer: enabled_on video_decode: disabled_software vulkan: disabled_off webgl: unavailable_software webgl2: unavailable_software |
| Load (avg) | 2, 3, 2 |
| Memory (System) | 15.46GB (1.36GB free) |
| Process Argv | –force-user-env --no-sandbox --unity-launch --no-sandbox --crash-reporter-id 8f4baa7d-87f6-456d-9200-7180f882bc82 |
| Screen Reader | no |
| VM | 0% |
| DESKTOP_SESSION | ubuntu |
| XDG_CURRENT_DESKTOP | Unity |
| XDG_SESSION_DESKTOP | ubuntu |
| XDG_SESSION_TYPE | x11 |
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
pythonvspyt700cf:30270857
pythonvspyt602:30300191
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
pythonvspyt639:30300192
pythontb:30283811
vspre833:30267464
pythonptprofiler:30281270
vsdfh931cf:30280410
vshan820:30294714
vscorecescf:30290706
pythondataviewer:30285071
vscus158:30286553
vscgsv2:30301612
vscorehov:30302759
bridgeflightcf:30302070
vscod805cf:30301675
Issue Analytics
- State:
- Created 2 years ago
- Reactions:11
- Comments:29 (11 by maintainers)
Top Results From Across the Web
Large pull request: "Can't load files" - Atlassian Community
Solved: Hi, I have a very large pull request affecting 1688 files and 300k lines of code (280k deletions of dead code and...
Read more >This is a large pull request. Large pull requests can only be ...
Large pull requests can only be viewed by loading files individually. I noticed that most of the files came from vendor directory caused...
Read more >Problems with Pull Requests and How to Fix Them
Let's start dissecting the problems with pull requests by focusing on the size of review units. Research by Google, Microsoft here, and here ......
Read more >Dealing with large pull requests - Roman Imankulov
Sometimes, my pull requests grow too big to review. I want to split them into small chunks to be reviewed and merged independently....
Read more >Dealing with a large pull request
The large pull request may manifest due to there being low PR velocity which means that it would not be possible to meet...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Downgrading to 0.25.1 fixes it, for PRs with many files something draining API rate limit and also makes everything super slow to load compare to version before. I found there were introduced getPullRequestFileViewState request which delays loading of the PR node. Probably it is a cause. cc @RMacfarlane
I have the same issue, after rollback to version 0.25.1 - all works