Sebastian S.
Sebastian S.
i just tried it and it works for me with `gitlab-search -g a-group search_term`
Yes, i used this dockerfile: ```dockerfile FROM golang:1.17 AS builder ADD . /app WORKDIR /app RUN CGO_ENABLED=0 GOOS=linux GO11MODULE=on go build -mod=vendor -a -o /main . FROM docker.io/bitnami/kubernetes-event-exporter:0.11.0-debian-10-r0 COPY --from=builder...
Happy to help :-)
@saimaz Yey, we do unit testing with phpunit and do not use the process isolation feature. Doing these tests includes extending WebTestCase and using the createClient method. This boots a...
Yes and the ongr bundle handles the interaction with the client and should close all references on kernel shutdown.
@saimaz please re-open
We are also facing this issue with v0.22.1 and the message `OrderedPartitionableRecord buffer full, storing iterator and retrying in [5,000ms]` shows up repeatedly. The only way to temporarily resolve it...
@gianm i will try to provide the logs once it happens again.
@gianm it happened again, however in the druid dashboard i can't get the logs (getting a 404 here, likely because the task is marked "failed"). We do log to elasticsearch...
> @applike-ss could you please share how many open segments are present for a given task by searching for occurrences of "Announcing segment"? > > Was this stream resharded within...