Jay Han
Jay Han
> Hi @doki23 , kind inherit `HTTPS_PROXY`, `HTTP_PROXY` and `NO_PROXY` env from your os. These env will be set to your control-panel and worker containers. Does your os has these...
> If you set the env in the context in which you call the kind binary they will be respected but we can't necessarily see the docker config. Plz give...
It's ready for review.
> @alamb @doki23 it seems that this issue is fixed? I'm not sure :(
I want `BatchSpanProcessor` to skip executing `forceFlush` when `shutdown`. It's impossible to create a wrapper that delegates the `shutdown` because it's a private method of the inner class `Worker`.
> Seems easy enough to have your delegate keep track of the `shutdown` state, and just use that to make `forceFlush` a no-op after shutdown has been called. Am I...
`delegate.shutdown()` calls `worker.shutdown()`, and then the worker will flush itself. The `forceFlush` of `BatchSpanProcessor` itself doesn't make sense. Let's see the implementation of the forceFlush of `BatchSpanProcessor`: ```java @Override public...
I don't want to flush spans when shutdown.
Could expression `_default_time_index_ < CAST(now() AS TIMESTAMP) - INTERVAL '1h'` really be pushed down to the scan node?
Could you please provide more details? I'm interested in this issue and would like to attempt to resolve it.