Michael Wilson

Results 12 comments of Michael Wilson

I was having this issue as well. I double checked my `~/.vimrc` and I had a configuration mistake for vundle. The last two lines of the Vundle setup need to...

I'd also like to see support for multiple hosts for HA Postgres. Absent this, is there documentation for alternative ways to use multi-host (i.e., HA) postgres with temporal?

@kmlebedev thanks for your PR! Unfortunately the pagination behavior still appears to be broken as of 3.14. Did we expect #3263 to resolve this issue? ``` I0705 20:25:09 54977 filer.go:264]...

@chrislusf Link to gzip'd exported meta: https://archive.org/download/meta-20220705-214639.meta/meta-20220705-214639.meta.gz (unfortunately it was slightly larger than github's 25MB attachment limit)

I can confirm this bug only manifests when objects are deposited in a bucket root. I have a bucket `test` and into it I've put a million objects: ```sh #!/usr/bin/env...

@chrislusf your fix LGTM as of 69ef6459. Details: ### 3.14 ``` weed version version 8000GB 3.14 3c79c770562ef4f7c0d4e57a88f616eb3671b9cd linux amd64 ``` ``` aws --endpoint-url=${FILER_URI} s3 ls s3://test | wc -l 10000...

I believe I'm seeing something similar: ``` [ioredis] Unhandled error event: Error: read ECONNRESET\n","stream":"stderr","time":"2021-06-16T11:09:56.540491082Z at TCP.onStreamRead (internal/stream_base_commons.js:209:20)\n","stream":"stderr","time":"2021-06-16T11:09:56.540526683Z at TCP.callbackTrampoline (internal/async_hooks.js:134:14)\n","stream":"stderr","time":"2021-06-16T11:09:56.540534083Z ``` on 4.27.3

Thanks for replying and generally being so responsive! > The only reason why I can think this would fail is if your primary process is not processing asyncio quickly enough....

Sorry for the delayed response. > Should I try to find a way to throw an exception and shut the whole worker down? That would be ideal for my use...

A bug in `lib/pq` appears to be a direct cause of this https://github.com/temporalio/temporal/issues/4184