Timothy Messier
Timothy Messier
I can confirm the same results for various combinations of `*bsd` and some common arch, ie: - `GOOS=freebsd GOARCH=amd64` - `GOOS=freebsd GOARCH=arm64` - `GOOS=openbs GOARCH=amd64` - `GOOS=openbs GOARCH=arm64` These all...
Can we use [golangci-lint](https://github.com/golangci/golangci-lint) instead of calling individual linters directly? This would make it easier to introduce additional linters as we see fix. It also provides a nice option to...
Thanks for this report. We are looking at this query and a few other related queries that were identified during an investigation into a [dealock issue](https://github.com/hashicorp/boundary/issues/1812) and plan on making...
I believe the issue is due to the worker and controller being configured with the same name. Even though they are running in the same process I think they need...
@jefferai this contains the commits from #2381 (which you already reviewed) as well as the commits from #2319 (which I don't think you have gotten to yet).
Hi, thanks for the report. Currently only a few fields from the config are re-read on SIGHUP. They are documented [here](https://developer.hashicorp.com/boundary/docs/configuration/controller#signals) and [here](https://developer.hashicorp.com/boundary/docs/configuration/worker#signals). As a work-around you could use the...
Thanks for the detailed report. Looking at the logs I see a couple things. In the `data-workers.txt` there are a lot of errors due to `rpc error: code = DeadlineExceeded...
That does seem like some sessions are getting stuck in the `canceling` state, which would prevent those sessions and session connections from automatically getting deleted, since only sessions that are...
I don't think the `unknown` reason is related, nor cause for concern. It seems that just what is [always sent as the reason when the worker reports that the connection...
> Would the worker and controller reconcile all active and terminated connections once the communication is restored? Is there any sort of acknowledgement when that happens or is it on...