Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExecutionBatchError: Failed "execute_batch": #343

Open
MLHafizur opened this issue Mar 10, 2023 · 2 comments
Open

ExecutionBatchError: Failed "execute_batch": #343

MLHafizur opened this issue Mar 10, 2023 · 2 comments

Comments

@MLHafizur
Copy link

We have deployed models using MLServer Custom Runtime. Getting the following error during inferencing:

Task exception was never retrieved
future: <Task finished name='Task-18' coro=<<coroutine without __name__>()> exception=ExecuteBatchError('Failed "execute_batch": (<grpc._cython.cygrpc.SendInitialMetadataOperation object at 0x7fa530536540>, <grpc._cython.cygrpc.SendStatusFromServerOperation object at 0x7fa43c4c2a00>)')>
Traceback (most recent call last):
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi", line 719, in _handle_exceptions
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/callback_common.pyx.pxi", line 184, in _send_error_status_from_server
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/callback_common.pyx.pxi", line 98, in execute_batch
grpc._cython.cygrpc.ExecuteBatchError: Failed "execute_batch": (<grpc._cython.cygrpc.SendInitialMetadataOperation object at 0x7fa530536540>, <grpc._cython.cygrpc.SendStatusFromServerOperation object at 0x7fa43c4c2a00>)

Never seen this error before, any idea?

@tjohnson31415
Copy link
Contributor

I found a couple issues in the gRPC repo that look relevant:

From the later comments on the second issue it sounds like it could be related to a client side disconnect during process of a gRPC request with the new AsyncIO API.

@njhill
Copy link
Contributor

njhill commented Mar 10, 2023

@MLHafizur this might indicate that the MM and/or adapter containers restarted, could you check whether that's the case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants