IBM / kar

KAR: A Runtime for the Hybrid Cloud
Apache License 2.0
28 stars 11 forks source link

actor_busy_timeout broken with rpclib transport #349

Closed eaepstein closed 1 year ago

eaepstein commented 1 year ago

The -actor_busy_timeout setting is non-functional. Method calls that take more than 120 seconds will return 404 when they do complete.

This bug seriously limits utility of KAR debugger breakpoints.

dgrove-oss commented 1 year ago

Writing this down so I remember; the command line is actually working correctly. There is something going wrong elsewhere not directly related to the value that is set for actor_busy_timeout

dgrove-oss commented 1 year ago

fixed in #350