Vilius Šumskas

Results 145 comments of Vilius Šumskas

> If the search query is tokenized first, then we lose the boolean operators, parentheses etc. So the parsing and query construction needs to be done right away Ah yes,...

This space was added because of issues when searching words containing hyphens. Also, IMHO it is a more appropriate definition of boolean search operator.

Check the links in the commit message itself. It was an issue when using boolean search. Adding space allows for more complex searches, for example "item1 -2020-04" would return all...

Please stop taking out color out of design elements. These buttons were blue to indicate that they are clickable. What's separating them now from the rest of the text?

Works fine here to both amqp and amqps ports. You need to provide details how you are configuring LoadBalancer. Are you sure you are using correct load balancer type, i.e....

Should be fixed by https://github.com/spring-cloud/spring-cloud-netflix/pull/4096

To add on top of that, looks like `expectedNumberOfClientsSendingRenews` is never passed to Eureka and is always calculated by Eureka itself automatically.

Here you go [eureka.zip](https://github.com/spring-cloud/spring-cloud-netflix/files/9483149/eureka.zip) Just run this Maven project which should start Eureka server in standalone mode. After that, connect any number of Eureka clients to it. In the logs...

`defaultOpenForTrafficCount` other than zero doesn't work if I change `expected-client-renewal-interval-seconds` to let's say 15 or 10 seconds. In such case, renewal threshold is always much higher than it should be...

I only just now noticed that someone else already prepared a patch for this issue https://github.com/spring-cloud/spring-cloud-netflix/pull/4092 . However, to anyone applying these patches, my version is more complete.