sancar
sancar
Another failure on 4.2 http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/4705/
Another failure here https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/8753/testReport/junit/com.hazelcast.map/BackupTest/testBackupRemoveWhenOwnerNodeDead/
run-lab-run
I was searching for a race condition where we can not create proxy, but I haven't found anything. Other than saying "this is caused by proxy creation relies on listeners,...
I have finally found a way to reproduce this one. If we delay sending registrations of the second member after join, the proxies created before this is never created on...
Ok it seems that we have a time period where listener registrations of `joining` members may not be available on the master even after the call to the creating the...
A solution might be to send prejoin operation in JoinRequest from joining members to master to be run after authentication on the master. Currently PrejoinOpeartions seems like send by the...
@hkilimci and @iozcelik Paging Predicate requires registering class on the server side. You have to register your classes on the server. SQL Predicate does not require registering your classes. So...
Yes, currently it is a must. It sometimes works because these are the cases where sorting is not necessary(empty or a few times). In general use case to use paging...
@Holmistr It looks like you have changed the exception type.