Joseph Glanville
Joseph Glanville
Currently blocked on https://github.com/datawire/ambassador/issues/2830 or generating the client locally.
This is likely caused by log lines larger than 64k which is bufios default max token size. A call to s.Buffer() to set a larger buffer is probably required, though...
Turns out this is actually a pretty serious annoyance because if you are using private repos and someone clones the workspace and does a build before setting up their netrc...
Yes this was running a build after a checkout with already pinned dependencies. I think it will be pretty easy for me to repro so I will see if `bazel...
So I was able to trivially repro this by: ``` $ mv ~/.netrc ~/netrcbackup $ rm -rf ~/.cache/bazel $ bazel build //... # this fails with 401 as .netrc has...
Hi @x4m! What happened was we made some adjustments to a Patroni managed cluster in order to band-aid some application problems. Namely we increased `max_connections` fairly substantially. We also increased...
On closer inspection I'm not sure if there is something that is causing the files not to be unpacked at all, I can find the tar file in the cache...
@hvadehra I haven't been back to this project to try out the fix unfortunately.
So I think that is probably a reasonable compromise, that is ignoring invalid logical type definitions but raising errors on valid ones with malformed input (i.e UUIDs). I haven't had...
AFAICT it will be impossible to do a PITR if one of the lost segments was needed, the best you could do is recover to the point just before it...