Baargav
Baargav
I'm wondering if this is possible too. I want to setup burrow without a dependency on zookeeper. I have a single instance deployment of burrow.
I did exactly what @tkellen did and configured burrow.yaml to use zookeeper on localhost deployment.yaml ``` spec: containers: - image: foo/zookeeper:3.5.5 imagePullPolicy: Always name: monitoring-burrow-zookeeper ports: - containerPort: 2181 name:...
I had to do `ln -sf /usr-host/include /usr/include` for trace to work for me. I did not use --fetch-headers
So, 1. you can set the following property to increase the number of concurrent connections: hystrix.stream.maxConcurrentConnections I'm not sure if that would fix your issue though. We had a similar...
@mauliktrapas I had to do something like this: https://github.com/foobaar/Hystrix/blob/bb4be57d5cb2186bc37fdd7d460f2cbd991edbe9/hystrix-contrib/hystrix-metrics-event-stream/src/main/java/com/netflix/hystrix/contrib/metrics/eventstream/HystrixMetricsStreamServlet.java#L56 This was quite a few years ago now, i haven't kept up with this project.
This is very similar to an issue we are facing too. We have pods that are left in a "Running" state but the container has exited. This causes future jobs...
Updated release note
Hey is there anything additional you want from me on this MR?
Hey! Is there anything else you want from me for this PR?