David Reiss

Results 65 comments of David Reiss

There is a cache from ip address to grpc connection in each service, and it's true that entries aren't removed from that cache, so it's possible grpc is still trying...

Is there any observable effect on the operation of the cluster?

Do you also see incorrect values from `temporal schedule list` using the CLI?

What visibility store are you using? It does look like the update to the memo is not making it to the visibility store. Do you see any errors in the...

It looks like you're using standard visibility on postgres. Schedule metadata in list results isn't supported with standard visibility. You should configure advanced visibility on postgres (or elasticsearch if you...

> MCR is multi cluster replication I have described the issue here: #4823 I got the issue, just the acronym is new. We usually use "xdc" (cross-datacenter) to refer to...

I believe this is fixed by https://github.com/temporalio/temporal/pull/4562, which is included in server 1.21.1 and above. Please try the latest server version and see if you can still reproduce it.

`:qa!` works for me to quit vim when it gets into this state. I never had this problem with netrw alone, though, only when I started using vinegar.

I switched to filebeagle also (https://github.com/jeetsukumaran/vim-filebeagle). It's just like netrw+vinegar, but faster and without this bug.

I dug around in the npm issues to see if this had been filed already, and was just about to file it when I found https://github.com/npm/cli/pull/3408, which makes this work...