Charlie

Results 93 comments of Charlie

@rafaelcr The PR index, implemented in one of our environments, did not seem to reduce the deadlocks. In fact, by happenstance I came across the deadlock issue when hitting our...

@rafaelcr PGHero doesn't expose information on deadlocks unfortunately. However, the Postgres logs are pretty informative: ``` 2022-06-16 13:38:15.186 GMT [926] ERROR: deadlock detected at character 44 2022-06-16 13:38:15.186 GMT [926]...

@rafaelcr Let's see the new build time first. It can lengthen it quite a bit since ARM has to be built inside an emulator (qemu).

@rafaelcr The workflow will need to be modified so it can run from a fork, which would require a separate PR. We should have time to take a look at...

Interesting addition! Would you expect this feature to be enabled in scenarios where only 1 or small number of APIs are serving traffic, or also in scenarios where many APIs...

@zone117x Is `PG_IDENT_INDEX_TYPE` used only on a writer API? Or both writer and reader APIs?

See my comment [here](https://github.com/vectordotdev/vector/issues/12014#issuecomment-1334314495), but in summary version 0.25.0 seems to contain a [temporary or partial fix](https://github.com/vectordotdev/vector/pull/14462) to this issue. I wasn't able to locate anything mentioning this in the...

@r0b3r4 The config options were only helpful in the [linked issue](https://github.com/vectordotdev/vector/issues/12014#issuecomment-1334314495) for me, while upgrading to version `>=0.25.x` is specifically what helped me resolve this annotation issue.

Would like to see this resolved sooner than later, https://github.com/oauth2-proxy/oauth2-proxy/pull/1947 still needs to be reviewed.