Evaluation events are dropped by MuxLogger
See original GitHub issueIt looks like MuxLogger is dropping all Evaluation events here: https://source.dot.net/#Microsoft.Build.Utilities.Core/MuxLogger.cs,619
If a message doesn’t belong to the submission it is dropped.
All evaluation events have an invalid submission ID (-1): https://source.dot.net/#Microsoft.Build/Definition/Project.cs,2725
Not sure what to do here - either associate evaluation events with a submission or fix the mux logger to accept evaluation events? Or perhaps not use MuxLogger in C:\ProjectServices\src\Microsoft.VisualStudio.ProjectServices\DesignTimeBuild\DesignTimeBuildScheduler.cs
?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
msbuild/src/Utilities/MuxLogger.cs at main
The Mux logger will register itself with the build manager as a regular central /l style logger ... Should evaluation events include generated...
Read more >MuxLogger Class (Microsoft.Build.Utilities)
The mux will listen to all events on the event source from the build manager and will route events correctly to the registered...
Read more >Event pipeline dropped events
Dropped events and flows cannot be recovered. User response. Review the following options: Verify the incoming event and flow rates on your system....
Read more >Monitoring dropped events
Monitoring dropped events. When a model receives an event, it may be dropped if the correlator delivers or processes it too late. See...
Read more >Drop events | Packetbeat Reference [8.9]
Drop events edit The drop_event processor drops the entire event if the associated condition is fulfilled. The condition is mandatory, because without one,...
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
Yes, this is now fixed, thanks.
You fixed this @KirillOsenkov, correct?