Moritz Becker
Moritz Becker
@beikov I cannot reproduce this. See the PR with added test cases. They all suceed - tested Spring-Data 1.11.x and 2.0.x
@beikov I have tried with the test app you sent me, everything seems to work there (no exceptions). So I think we can merge the additional tests I have created...
I don't see any lazy loading issues. But I see some other problems. Here is the relevant log output: ``` 2020-11-29 17:15:02.790 INFO 14392 --- [ main] com.modernsql.DemoRunner : =...
Maybe we can also allow boolean expressions such as `x OR y` without having to write `x = true OR y = true`.
I just looked at the code an we are still using independent sets in OderByManager and GroupByManager so this issue should still be present.
@joelowrance exactly
I was able to resolve this as follows: * I completely removed that stack with the failing service using `docker stack rm`. * I terminated the 2 nodes that showed...
@thaJeztah No I performed a CloudFormation Stack Update which means that all old nodes are replaced. Also, the old nodes ran the same docker version as the new ones.
> My second thought was that since docker network ls only showed 1 ingress network on other (worker?) nodes It were other manager nodes that showed 1 ingress network. I...
This just happened to me again. @ctelfer >I would be curious whether both "ingress" networks (on the nodes that have 2 ingress networks) are marked as "Ingress: true" in docker...