question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Evaluation events are dropped by MuxLogger

See original GitHub issue

It 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
KirillOsenkovcommented, Jun 18, 2019

Yes, this is now fixed, thanks.

0reactions
panopticoncentralcommented, Jun 18, 2019

You fixed this @KirillOsenkov, correct?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found