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
It can be tested in the gRPC docs tool http://localhost:5555/grpc/doc where the JSON transcoding is used (we used accidentally this mode in evitaLab too, but not anymore. The pure gRPC-web mode works just fine).
Don't know if there is any solution to this, evitaDB server logic itself doesn't throw any error, it closes the session correctly under the hood. But something along the way, maybe in the Armeria server transcoding process gets broken.
When using gRPC JSON transcoding mode (not pure gRPC-web), calling
close()
on session in following edge-case results inand 503 status code.
It happens only for our demo dataset, not in new empty catalog (empty collections may be present). It happens when
It can be tested in the gRPC docs tool
http://localhost:5555/grpc/doc
where the JSON transcoding is used (we used accidentally this mode in evitaLab too, but not anymore. The pure gRPC-web mode works just fine).Don't know if there is any solution to this, evitaDB server logic itself doesn't throw any error, it closes the session correctly under the hood. But something along the way, maybe in the Armeria server transcoding process gets broken.
cc @Khertys, @novoj
The text was updated successfully, but these errors were encountered: