Garbage collection output does not list the pack IDs
See original GitHub issueAfter the installation, the GC runs and outputs all the things it removes. Except, it just puts out version numbers:
note the double space that seems to indicate it should have been there…
Garbage collecting for SDK feature band(s) 6.0.100...
Uninstalling workload pack version 6.0.100-rc.1.1516.
Uninstalling workload pack version 15.0.100-rc.1.1528.
Uninstalling workload pack version 15.0.100-rc.1.1528.
Uninstalling workload pack version 15.0.100-rc.1.1528.
Uninstalling workload pack version 15.0.100-rc.1.1528.
Uninstalling workload pack version 15.0.100-rc.1.1528.
Uninstalling workload pack version 12.0.100-rc.1.1528.
Uninstalling workload pack version 12.0.100-rc.1.1528.
Uninstalling workload pack version 12.0.100-rc.1.1528.
Uninstalling workload pack version 12.0.100-rc.1.1528.
Uninstalling workload pack version 12.0.100-rc.1.1528.
Uninstalling workload pack version 6.0.100-rc.1.1516.
Uninstalling workload pack version 6.0.100-rc.1.1516.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Garbage collection in C# not carried out. Why?
Tracing GCs don't count references; they trace them, only when they are running. A tracing GC will not notice whether an object is...
Read more >DataStore GarbageCollection Task fails with error
The issue can be resolved after removing repository id registered in the datastore. Blob store GC then should complete successfully. Step-by- ...
Read more >Garbage collection
Garbage collection is performed automatically. We cannot force or prevent it. Objects are retained in memory while they are reachable. Being ...
Read more >Garbage Collection in Java
A method showNextId() to display the ID of the next employee. Now any beginner, who doesn't know Garbage Collector in Java will code...
Read more >Garbage Collection in Python
A built-in mechanism called the Python garbage collector automatically eliminates objects that are no longer referenced in order to free up ...
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 FreeTop 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
Top GitHub Comments
Fixed by #20876
Ah, you’re right, the id is empty but it wasn’t repro-ing as it was going down a different code path. I have enough to investigate now, thanks!