rs-es icon indicating copy to clipboard operation
rs-es copied to clipboard

reqwest version 0.9.18 is not supported.

Open yaanhyy opened this issue 5 years ago • 1 comments

Here is the log: 2019-06-15 21:01:10 INFO [rs_es:200] rs_es Doing post_body_op on /blocks_db/block/_search Err(HttpError(Error(Executor(EnterError { reason: "attempted to run an executor while another executor is already running" }), "http://172.18.11.62:9200/blocks_db/block/_search")))

yaanhyy avatar Jun 15 '19 13:06 yaanhyy

I had the same problem, it's related to https://github.com/seanmonstar/reqwest/issues/541

I don't think it's directly related to rs-es (since it's not async yet), but maybe you run it in an async context ? (I had the problem while running it with actix).

It's a very good case for having an async rs-es, but I don't really see a nice way to have either async and sync rs-es :disappointed:

antoine-de avatar Jun 15 '19 21:06 antoine-de