Philip Dakowitz
Philip Dakowitz
@mrniko do you have any tips for this setup?
@mrniko Any chance you could reply to this?
> It might be a temporary issue, until dns resolver get new ip addresses. To be honest I don't think so. We had Redisson report a `pingAll()` result of `false`...
We're using Redisson 3.17.4. These should be all logs exactly between the ping. They're JSON formatted. If that should be an issue I can try to extract the messages to...
I spent a little time remote debugging this problem. My guess is that this issue occurs in the `SentinelConnectionManager` in `performSentinelDNSCheck(..)`: ```java future.getNow().stream() .map(addr -> toURI(addr)) .filter(uri -> !sentinels.containsKey(uri) &&...
I'm still debugging. In the above examples we set the `sentinelsDiscovery` property to `false` because we had the same issue we found in #3681. Now for the sake of testing...
Yep I just did a PR: #81 👍
Hi, I fixed this in #11090 and it was released in the Chart version 6.0.3. It does not work if Zookeeper has auth enabled, though. If you need this, you...
I'm also encountering this issue. Generally it feels like the chip list and autocomplete do not work together perfectly. For example selected chips do not work in this scenario. Even...
I solved this issue by using the single SVGs and importing them into Angular Material individually. I can quickly describe how I automated this: * I used `@mdi/svg` instead of...