fiber icon indicating copy to clipboard operation
fiber copied to clipboard

Possible issue with pi estimation example

Open ahutterTA opened this issue 5 years ago • 2 comments

When running the pi estimation example in KIND the Job succeeds and correctly reports the value of pi but all of the workers finish with a status of Error with nothing in their logs. Looking at https://github.com/uber/fiber/blob/master/fiber/process.py#L297 it appears that it's possible to have an exit code of 1 but without err being set. Is this intentional?

ahutterTA avatar Apr 30 '20 16:04 ahutterTA

@ahutterTA I have same issue here. And seems like poolworker pods can only be triggered when create Job in 'default' namespace ?

ericxu10101 avatar Aug 08 '20 05:08 ericxu10101

See https://github.com/uber/fiber/issues/27 Q2

calio avatar Aug 11 '20 00:08 calio