oruchreis
oruchreis
I created pods in a custom namespace other than default. So I've changed the line with "--all-namespaces". And I'm getting ip:port from endpoints because show-all is not supported anymore: ```...
Yes, actually all of my service types doesn't implement any parametered or parameterless constructor at all, which means they have a parameterless default constructor. And when I debugged into the...
When using .net Framework I don't add or remove any http request header, I'm simply using ClientBase. But the ClientBase in net core uses HttpClient, and if you don't use...
We've been facing this slowing down issue sometimes in a day and it has started a few weeks ago. When it starts to slow down, we simply restart the app....
> Can you share a minimal repro app for us to take a look? I would share an app for this but our apps can be reached only by vpn,...
How can we distinguish city and state than? When we display this data to the end users, which label we must choose? Are there any information for countries that the...
I've debugged for this query, and I've ended up again `indexunordered.cc`. As you mentioned [here](https://github.com/Restream/reindexer/issues/61#issuecomment-670594012) that increasing `kMaxSelectivityPercentForIdset` slows down some queries. So I didn't change this constant, instead I've...
Hi, have you able to look through this issue? We have splitted our queries because of this issue, big queries and small ones. if we send big queries to reindexer,...
Thanks a lot, I'll try it and notify the result here before long.
Hi, I tried this on a fresh install kubernetes. First I tried without rbac, but codis-fe displayed proxies at timeout state, and there were no server or sentinel. Then I...