Bazel: Show debug information about multiplex worker vs regular persistent worker

Created on 7 Jan 2020  路  2Comments  路  Source: bazelbuild/bazel

Description of the problem / feature request:

Currently when we replace our persistent worker with multiplex worker, it is unclear which one is being used. --worker_verbose shows "Create new ... worker (id #)", but does not display the debug information for multiplex worker.

Feature requests: what underlying problem are you trying to solve with this feature?

Add additional debug information for better developer experience.

Any other information, logs, or outputs that you want to share?

It sounds to me we could add additional information in WorkerKey and then print this debug information in WorkerFactory?

P3 team-Local-Exec feature request

Most helpful comment

@borkaehw @SrodriguezO

All 2 comments

@borkaehw @SrodriguezO

Sounds like a good suggestion. I will check if I have bandwidth in the following few weeks. Anyone is welcome to implement this as well. Thanks.

Was this page helpful?
0 / 5 - 0 ratings