José Augusto Bolina
José Augusto Bolina
I'll leave this on hold a bit. We need to fix the way we are running the default suite and the rolling upgrade extension.
I've rebased and applied the suggestions.
I believe this happened because the listeners starting the database were shared between `server/rollingupgradestest` and `server/tests` modules. After finishing, the rolling upgrades never cleaned the instances, so the tests module...
My local reproducer found an issue after some time running. There is some issue with message ordering. A node receives the ProbeDeadlock to roll back _before_ receives the LockControlCommand. I'll...
Yes, it is just for debugging atm. I'll check the log files next.
A stack trace I haven't seen before: ```java 19:51:26,899 INFO (main) [org.jgroups.protocols.FD_SOCK2] server listening on *.57800 java.lang.NullPointerException: Cannot invoke "org.jgroups.stack.IpAddress.getIpAddress()" because "pa" is null at org.jgroups.protocols.FD_SOCK2.getPhysicalAddresses(FD_SOCK2.java:445) at org.jgroups.protocols.FD_SOCK2.connectTo(FD_SOCK2.java:395) at org.jgroups.protocols.FD_SOCK2.connectToNextPingDest(FD_SOCK2.java:376)...
I can run the GH actions on my fork. I'll close this one
It seems like a small improvement (because of the lower percentiles of P50, P90, and P99). Since we have some random spikes on the P99.9+, I would take these last...
Thanks for the work, @tishun!
@tishun, I've extended the class but didn't push yet. Which server version does the CI run with? So I can check the tests. Depending on the version, the tests covering...