Open wuyeguo opened 2 years ago
Exception ignored in: <function _TileableSession.__init__.<locals>.cb at 0x7fc9f777c5f0>
Looks like it's executed successfully, but Mars tries to do some cleanup job, like deleting data, but the server is closed, it does not effect the result actually.
Exception ignored in: <function _TileableSession.__init__.<locals>.cb at 0x7fc9f777c5f0>
Looks like it's executed successfully, but Mars tries to do some cleanup job, like deleting data, but the server is closed, it does not effect the result actually.
yes, get the right result, but raise exception when exit my program
This is kind of enhancement that we should silent those exceptions when server is already closed.
Describe the bug raise exception after exit state MarsDistributedModel train and predict my code like this
To Reproduce To help us reproducing this bug, please provide information below: