ihsan demir
ihsan demir
Please look at the impl. at [here](https://github.com/hazelcast/hazelcast-cpp-client/blob/master/hazelcast/include/hazelcast/client/imap.h#L1062). As you see, as long as we can iterate the container and the entry has the `.first` and `.second` available, then it will...
For not breaking existing user code, all our existing tests which use `imap::put_all` should work without any modification to the tests. you can also add more tests.
Please do not forget to put the documentation update and the code examples update.
another failure on PR builder at [here](https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/19391/testReport/junit/com.hazelcast.jet.kafka.connect/KafkaConnectIntegrationTest/test_scaling/) ``` Job was expected to complete with AssertionCompletedException, but completed with: com.hazelcast.jet.JetException: Exception in ProcessorTasklet{0a30-257e-9b80-0001/assertCollectedEventually#1}: java.lang.AssertionError: java.lang.AssertionError: Expecting all elements of: ... ......
Another failure: https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/19536/testReport/junit/com.hazelcast.jet.kinesis/KinesisIntegrationTest/dynamicStream_1Shard_splitsDuringData/
another failure at [here](https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/19694/testReport/junit/com.hazelcast.jet.kinesis/KinesisIntegrationTest/dynamicStream_1Shard_splitsDuringData/)
Failed again on [PR build ](https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/19073/testReport/junit/com.hazelcast.internal.tpcengine.nio/NioAsyncServerSocketTest/test_createCloseLoop_withSameReactor/). ``` java.io.UncheckedIOException: Failed to bind to /127.0.0.1:5001 at com.hazelcast.internal.tpcengine.nio.NioAsyncServerSocket.bind(NioAsyncServerSocket.java:106) at com.hazelcast.internal.tpcengine.net.AsyncServerSocket.bind(AsyncServerSocket.java:102) at com.hazelcast.internal.tpcengine.net.AsyncServerSocketTest.test_createCloseLoop_withSameReactor(AsyncServerSocketTest.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)...
Another failure at PR build [here](https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/20743/testReport/junit/com.hazelcast.internal.tpcengine.nio/NioAsyncServerSocketTest/test_createCloseLoop_withSameReactor/). ``` java.io.UncheckedIOException: Failed to bind to /127.0.0.1:5001 at com.hazelcast.internal.tpcengine.nio.NioAsyncServerSocket.bind(NioAsyncServerSocket.java:106) at com.hazelcast.internal.tpcengine.net.AsyncServerSocket.bind(AsyncServerSocket.java:102) at com.hazelcast.internal.tpcengine.net.AsyncServerSocketTest.test_createCloseLoop_withSameReactor(AsyncServerSocketTest.java:255) at java.base/java.lang.reflect.Method.invoke(Method.java:566) Caused by: java.net.BindException: Address already in use at java.base/sun.nio.ch.Net.bind0(Native...
No need for this PR since capability is already merged in another PR.