Simon Mo

Results 313 comments of Simon Mo

The error isn't giving us enough information. Can you try to print the system log in case of such failure: `tail /tmp/ray/session_latest/logs/*`

Thanks @dmatrix and @architkulkarni, comments addressed. @edoakes ready for your look.

lint failed ``` python/ray/_raylet.pyx:752:37: E128 continuation line under-indented for visual indent --   | python/ray/_raylet.pyx:754:37: E128 continuation line under-indented for visual indent ```

These metric exposition is lazy. This means that they will show up in the endpoint only when the metric counter/gauge is actually updated in each node. Can you check the...

Would you be interested in help us crafting a reproducible example so we can debug this?

How's the section? What does it miss? https://docs.ray.io/en/releases-1.9.2/serve/http-servehandle.html#enabling-cors-and-other-http-middlewares

This is weird... the commit you are using is inconsistent and definitely has bugs... - PyObjScanner's self._objects is set to a dict but we ended up appending - We were...

Can you try run it with `SERVE_DEPLOYMENT_HANDLE_IS_SYNC=1` (turn off async) and `SERVE_DEPLOYMENT_HANDLE_IS_SYNC=0` (new default behavior)?

Hmm. The PR should be equivalent to the first one because of the sync handle block.