You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the aarch64-apple-darwin binary from https://github.com/restatedev/restate/actions/runs/7465082170 or locally from source built using Rust 1.75.0-aarch64-apple-darwin, I get strange behavior when running a basic stateful doGreet keyed handler against it.
The client gets a successful response from the ingress endpoint:
However the server seems stuck repeatedly trying to invoke the handler over and over, believing the invocation is not complete:
2024-01-10T09:19:36.564491Z INFO restate_ingress_grpc::handler
Processing ingress request
in restate_ingress_grpc::handler::ingress_invoke
otel.name: "ingress_invoke greet"
rpc.system: "grpc"
rpc.service: hello
rpc.method: greet
client.socket.address: 127.0.0.1
client.socket.port: 64729
2024-01-10T09:19:36.572689Z INFO restate_invoker_impl::invocation_task
Executing invocation at deployment
deployment.address: http://localhost:9080/
path: /invoke/hello/greet
2024-01-10T09:19:36.592269Z WARN restate_invoker_impl
Error when executing the invocation, retrying in 50ms.
error: [RT0007] [Unknown] unknown. For more details, look at the docs with https://docs.restate.dev/references/errors#RT0007
restate.error.code: RT0007
restate.invocation.id: NS-fNXAbfe0AYzyq4Z1fWS50UpqzdB3ag
RT0007
A retry-able error was received from the service deployment while processing the invocation.
Suggestions:
• Check the service/deployment logs to get more info about the error cause, like the stacktrace.
• Look at the https://docs.restate.dev/services/sdk/error-handling for more info about error handling in services.
On the worker-side, the handler keeps getting the request replayed:
Using the aarch64-apple-darwin binary from https://github.com/restatedev/restate/actions/runs/7465082170 or locally from source built using Rust 1.75.0-aarch64-apple-darwin, I get strange behavior when running a basic stateful doGreet keyed handler against it.
The client gets a successful response from the ingress endpoint:
However the server seems stuck repeatedly trying to invoke the handler over and over, believing the invocation is not complete:
On the worker-side, the handler keeps getting the request replayed:
This is the invocation status:
The text was updated successfully, but these errors were encountered: