linkedin / parseq

Asynchronous Java made easier
Apache License 2.0
1.17k stars 266 forks source link

add more print information to instrument the occasional lambda name generation failure during boot time #320

Closed junchuanwang closed 2 years ago

junchuanwang commented 2 years ago

User reporting the threads hang when waiting for coundown latch in AsmBasedTaskDescriptor

It is not obvious why it will hang, a guess is that some lambda functions are being evaluated multiple times.

This changes it to add more print information to locate those lambda function