Created
June 25, 2018 13:08
-
-
Save theobolo/24ec7a08f732b4f0e39cd6049cd0bb10 to your computer and use it in GitHub Desktop.
Server-application-logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: Class 'net.logstash.logback.composite.loggingevent.LoggerNameJsonProvider' contains multiple setters for the same property 'fieldNames'. | |
Warning: Class 'net.logstash.logback.composite.loggingevent.LogLevelJsonProvider' contains multiple setters for the same property 'fieldNames'. | |
Warning: Class 'net.logstash.logback.composite.loggingevent.MessageJsonProvider' contains multiple setters for the same property 'fieldNames'. | |
11:45:41,932 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] | |
11:45:41,932 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] | |
11:45:41,932 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/hazelcast-test.jar!/logback.xml] | |
11:45:41,956 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@42eca56e - URL [jar:file:/opt/hazelcast-test.jar!/logback.xml] is not of type file | |
11:45:42,035 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set | |
11:45:42,042 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] | |
11:45:42,049 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [Console] | |
11:45:42,065 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property | |
11:45:42,155 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender] | |
11:45:42,157 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [File] | |
11:45:42,385 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LoggingEventJsonProviders] for [providers] property | |
11:45:42,394 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LoggingEventFormattedTimestampJsonProvider] for [timestamp] property | |
11:45:42,408 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LoggerNameJsonProvider] for [loggerName] property | |
11:45:42,413 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LogLevelJsonProvider] for [logLevel] property | |
11:45:42,414 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.MessageJsonProvider] for [message] property | |
11:45:42,415 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LogstashMarkersJsonProvider] for [logstashMarkers] property | |
11:45:42,415 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.ArgumentsJsonProvider] for [arguments] property | |
11:45:42,416 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [net.logstash.logback.composite.loggingevent.LoggingEventPatternJsonProvider] for [pattern] property | |
11:45:42,448 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@33:81 - no applicable action for [rollingPolicy], current ElementPath is [[configuration][appender][rollingPolicy]] | |
11:45:42,449 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@34:24 - no applicable action for [fileNamePattern], current ElementPath is [[configuration][appender][rollingPolicy][fileNamePattern]] | |
11:45:42,449 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@35:17 - no applicable action for [minIndex], current ElementPath is [[configuration][appender][rollingPolicy][minIndex]] | |
11:45:42,449 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@36:17 - no applicable action for [maxIndex], current ElementPath is [[configuration][appender][rollingPolicy][maxIndex]] | |
11:45:42,449 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@38:85 - no applicable action for [triggeringPolicy], current ElementPath is [[configuration][appender][triggeringPolicy]] | |
11:45:42,449 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@39:20 - no applicable action for [maxFileSize], current ElementPath is [[configuration][appender][triggeringPolicy][maxFileSize]] | |
11:45:42,449 |-INFO in ch.qos.logback.core.FileAppender[File] - File property is set to [/data/logs/application.log] | |
11:45:42,451 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.coursierprive] to INFO | |
11:45:42,451 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.hazelcast] to INFO | |
11:45:42,452 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO | |
11:45:42,452 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [Console] to Logger[ROOT] | |
11:45:42,452 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [File] to Logger[ROOT] | |
11:45:42,452 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. | |
11:45:42,453 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52f759d7 - Registering current configuration as safe fallback point | |
11:45:42.462 [main ] INFO Starting application, isServer is 'true' | |
11:45:42.911 [main ] INFO Starting to call Kubernetes API... | |
11:45:42.917 [main ] INFO Kubernetes API service URL : https://kubernetes.default.svc/apis/extensions/v1beta1/namespaces/integration/deployments/hazelcast-test-server/scale | |
11:45:42.936 [main ] INFO Kubernetes API secret token : eyJhbGc... | |
log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies). | |
log4j:WARN Please initialize the log4j system properly. | |
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. | |
11:45:43.278 [main ] INFO Kubernetes API call successfull in 361.7 ms | |
Jun 25, 2018 11:45:43 AM com.hazelcast.config.XmlConfigLocator | |
INFO: Loading 'hazelcast.xml' from classpath. | |
Jun 25, 2018 11:45:43 AM com.hazelcast.config.AbstractXmlConfigHelper | |
WARNING: Name of the hazelcast schema location incorrect using default | |
11:45:43.801 [main ] INFO [LOCAL] [hazelcast-test] [3.9.4] Prefer IPv4 stack is true. | |
11:45:43.812 [main ] INFO [LOCAL] [hazelcast-test] [3.9.4] Picked [10.240.0.87]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true | |
11:45:43.828 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Hazelcast 3.9.4 (20180420 - b8001d5) starting at [10.240.0.87]:5701 | |
11:45:43.830 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved. | |
11:45:43.830 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Configured Hazelcast Serialization version: 1 | |
11:45:44.056 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Backpressure is disabled | |
11:45:44.676 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Activating Discovery SPI Joiner | |
11:45:44.926 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Starting 8 partition threads and 5 generic threads (1 dedicated for priority tasks) | |
11:45:44.958 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Diagnostics started | |
11:45:44.959 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active | |
11:45:44.960 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active | |
11:45:44.963 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active | |
11:45:44.965 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active: period-millis:30000 threshold:1 | |
11:45:44.967 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active, period-millis:60000 | |
11:45:44.969 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active, period-millis:30000 | |
11:45:44.974 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active: period-millis:30000 threshold-millis:5000 | |
11:45:44.975 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active, period-millis:60000 | |
11:45:44.976 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active: logPartitions:false | |
11:45:44.979 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active, period-millis:10000 | |
11:45:44.981 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Plugin:active: period-millis:10000 max-deviation:33% | |
11:45:44.983 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] [10.240.0.87]:5701 is STARTING | |
11:45:45.140 [main ] INFO Starting | |
11:45:45.153 [main ] INFO Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT | |
11:45:45.153 [main ] INFO Client environment:host.name=hazelcast-test-server-64b745fc79-pdrct | |
11:45:45.153 [main ] INFO Client environment:java.version=1.8.0_151 | |
11:45:45.154 [main ] INFO Client environment:java.vendor=Oracle Corporation | |
11:45:45.154 [main ] INFO Client environment:java.home=/usr/lib/jvm/java-1.8-openjdk/jre | |
11:45:45.154 [main ] INFO Client environment:java.class.path=hazelcast-test.jar | |
11:45:45.154 [main ] INFO Client environment:java.library.path=/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib | |
11:45:45.154 [main ] INFO Client environment:java.io.tmpdir=/tmp | |
11:45:45.155 [main ] INFO Client environment:java.compiler=<NA> | |
11:45:45.155 [main ] INFO Client environment:os.name=Linux | |
11:45:45.155 [main ] INFO Client environment:os.arch=amd64 | |
11:45:45.155 [main ] INFO Client environment:os.version=4.13.0-1012-azure | |
11:45:45.156 [main ] INFO Client environment:user.name=root | |
11:45:45.156 [main ] INFO Client environment:user.home=/root | |
11:45:45.156 [main ] INFO Client environment:user.dir=/opt | |
11:45:45.157 [main ] INFO Initiating client connection, connectString=zookeeper:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@39fa8ad2 | |
11:45:45.189 [.local:2181)] INFO Opening socket connection to server zookeeper.integration.svc.cluster.local/10.0.28.180:2181. Will not attempt to authenticate using SASL (unknown error) | |
11:45:45.284 [.local:2181)] INFO Socket connection established to zookeeper.integration.svc.cluster.local/10.0.28.180:2181, initiating session | |
11:45:45.314 [.local:2181)] INFO Session establishment complete on server zookeeper.integration.svc.cluster.local/10.0.28.180:2181, sessionid = 0x36417eb1a800016, negotiated timeout = 40000 | |
11:45:45.324 [-EventThread] INFO State change: CONNECTED | |
11:45:45.571 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Cluster version set to 3.9 | |
11:45:45.572 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] | |
Members {size:1, ver:1} [ | |
Member [10.240.0.87]:5701 - 13830fdf-1bae-4e06-aa08-fb37fb98d0e1 this | |
] | |
11:45:45.603 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Hazelcast will connect to Hazelcast Management Center on address: | |
http://management-center.integration:8080/hazelcast-mancenter | |
11:45:45.620 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] [10.240.0.87]:5701 is STARTED | |
11:45:45.631 [main ] INFO Try to acquire lock 'cache-test-initializer-lock' | |
11:45:45.633 [.Task.Poller] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Failed to pull tasks from management center | |
11:45:45.634 [State.Sender] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Failed to connect to:http://management-center.integration:8080/hazelcast-mancenter/collector.do | |
11:45:45.621 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] The HealthMonitor has detected a high load on the system. For more detailed information, | |
enable the Diagnostics by adding the property -Dhazelcast.diagnostics.enabled=true | |
11:45:45.642 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=22.6G, swap.space.total=0, swap.space.free=0, heap.memory.used=59.6M, heap.memory.free=894.4M, heap.memory.total=954.0M, heap.memory.max=12.2G, heap.memory.used/total=6.25%, heap.memory.used/max=0.48%, minor.gc.count=1, minor.gc.time=28ms, major.gc.count=1, major.gc.time=56ms, load.process=11.76%, load.system=66.67%, load.systemAverage=4.21, thread.count=50, thread.peakCount=50, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=1, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=1, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 | |
11:45:45.651 [main ] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Initializing cluster partition table arrangement... | |
11:45:45.668 [main ] INFO Lock 'cache-test-initializer-lock' acquired successfully | |
11:45:45.677 [main ] INFO Maps 'user-account' not populated, generate users accounts | |
11:45:47.645 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=22.3G, swap.space.total=0, swap.space.free=0, heap.memory.used=353.4M, heap.memory.free=734.6M, heap.memory.total=1.1G, heap.memory.max=12.2G, heap.memory.used/total=32.48%, heap.memory.used/max=2.82%, minor.gc.count=3, minor.gc.time=66ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=4.35, thread.count=51, thread.peakCount=51, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=3, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=2, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 | |
11:45:48.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49248 | |
11:45:48.591 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49248 | |
11:45:48.598 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=1, /10.240.0.87:5701->/10.240.0.66:49248, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:45:51.766 [main ] INFO 100000 user accounts generated successfully in 6.089 s | |
11:45:53.341 [main ] INFO All users account stored to Hazelcast map 'user-account' in 1.517 s | |
11:45:53.349 [main ] INFO Lock 'cache-test-initializer-lock' released successfully | |
11:45:53.651 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=21.6G, swap.space.total=0, swap.space.free=0, heap.memory.used=573.9M, heap.memory.free=1.2G, heap.memory.total=1.7G, heap.memory.max=12.2G, heap.memory.used/total=32.26%, heap.memory.used/max=4.58%, minor.gc.count=11, minor.gc.time=339ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=4.57, thread.count=50, thread.peakCount=51, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=278, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=3, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 | |
11:45:54.165 [main ] INFO DAO 'userAccountDao' initialized successfully with '100000' user accounts in memory | |
Jun 25, 2018 11:45:54 AM com.hazelcast.client.config.XmlClientConfigLocator | |
INFO: Loading 'hazelcast-client.xml' from classpath. | |
Jun 25, 2018 11:45:54 AM com.hazelcast.config.AbstractXmlConfigHelper | |
WARNING: Name of the hazelcast schema location incorrect using default | |
11:45:54.255 [l-3-thread-1] INFO TCP cache server successfully started on address 'tcp://10.240.0.87:6000' | |
11:45:54.265 [main ] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] HazelcastClient 3.9.4 (20180420 - b8001d5) is STARTING | |
11:45:54.283 [main ] INFO Starting | |
11:45:54.285 [main ] INFO Initiating client connection, connectString=zookeeper:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@3e336938 | |
11:45:54.296 [.local:2181)] INFO Opening socket connection to server zookeeper.integration.svc.cluster.local/10.0.28.180:2181. Will not attempt to authenticate using SASL (unknown error) | |
11:45:54.307 [.local:2181)] INFO Socket connection established to zookeeper.integration.svc.cluster.local/10.0.28.180:2181, initiating session | |
11:45:54.315 [main ] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] HazelcastClient 3.9.4 (20180420 - b8001d5) is STARTED | |
11:45:54.319 [.local:2181)] INFO Session establishment complete on server zookeeper.integration.svc.cluster.local/10.0.28.180:2181, sessionid = 0x4640760d5780013, negotiated timeout = 40000 | |
11:45:54.324 [-EventThread] INFO State change: CONNECTED | |
11:45:54.365 [red.cluster-] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Trying to connect to [10.240.0.77]:5701 as owner member | |
11:45:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49348 | |
11:45:58.592 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49348 | |
11:45:58.602 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=2, /10.240.0.87:5701->/10.240.0.66:49348, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:45:59.374 [red.cluster-] WARN _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Exception during initial connection to [10.240.0.77]:5701, exception com.hazelcast.core.HazelcastException: java.net.SocketTimeoutException | |
11:45:59.375 [red.cluster-] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Trying to connect to [10.240.0.87]:5701 as owner member | |
11:45:59.378 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.87:38263 | |
11:45:59.379 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.87:38263 | |
11:45:59.614 [ync.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Received auth from Connection[id=3, /10.240.0.87:5701->/10.240.0.87:38263, endpoint=null, alive=true, type=JAVA_CLIENT], successfully authenticated, principal: ClientPrincipal{uuid='233ced1a-c3aa-423b-9c73-606c16521933', ownerUuid='13830fdf-1bae-4e06-aa08-fb37fb98d0e1'}, owner connection: true, client version: 3.9.4 | |
11:45:59.627 [d.internal-1] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Authenticated with server [10.240.0.87]:5701, server version:3.9.4 Local address: /10.240.0.87:38263 | |
11:45:59.641 [ared.event-6] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] | |
Members [1] { | |
Member [10.240.0.87]:5701 - 13830fdf-1bae-4e06-aa08-fb37fb98d0e1 | |
} | |
11:45:59.645 [red.cluster-] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Setting ClientConnection{alive=true, connectionId=1, channel=NioChannel{/10.240.0.87:38263->/10.240.0.87:5701}, remoteEndpoint=[10.240.0.87]:5701, lastReadTime=2018-06-25 11:45:59.639, lastWriteTime=2018-06-25 11:45:59.632, closedTime=never, lastHeartbeatRequested=never, lastHeartbeatReceived=never, connected server version=3.9.4} as owner with principal ClientPrincipal{uuid='233ced1a-c3aa-423b-9c73-606c16521933', ownerUuid='13830fdf-1bae-4e06-aa08-fb37fb98d0e1'} | |
11:45:59.646 [red.cluster-] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] HazelcastClient 3.9.4 (20180420 - b8001d5) is CLIENT_CONNECTED | |
11:45:59.647 [main ] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Diagnostics started | |
11:45:59.647 [main ] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Plugin:active | |
11:45:59.647 [main ] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Plugin:active | |
11:45:59.648 [main ] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Plugin:active | |
11:45:59.648 [main ] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Plugin:active, period-millis:60000 | |
11:45:59.648 [main ] INFO _hzinstance_jcache_shared [hazelcast-test] [3.9.4] Plugin:active: logPartitions:false | |
11:45:59.660 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=21.4G, swap.space.total=0, swap.space.free=0, heap.memory.used=348.6M, heap.memory.free=1.7G, heap.memory.total=2.1G, heap.memory.max=12.2G, heap.memory.used/total=16.37%, heap.memory.used/max=2.78%, minor.gc.count=11, minor.gc.time=339ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=4.36, thread.count=77, thread.peakCount=77, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=281, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=4, clientEndpoint.count=1, connection.active.count=2, client.connection.count=1, connection.count=0 | |
11:45:59.717 [main ] INFO UserAccountCacheLoader initialized successfully | |
11:45:59.778 [ion.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Added cache config: CacheConfig{name='user-account', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, wanReplicationRef=null} | |
11:46:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49384 | |
11:46:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49384 | |
11:46:02.040 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=4, /10.240.0.87:5701->/10.240.0.66:49384, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:46:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49434 | |
11:46:08.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49434 | |
11:46:08.589 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=5, /10.240.0.87:5701->/10.240.0.66:49434, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:46:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49510 | |
11:46:18.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49510 | |
11:46:18.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=6, /10.240.0.87:5701->/10.240.0.66:49510, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:46:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49538 | |
11:46:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49538 | |
11:46:22.041 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=7, /10.240.0.87:5701->/10.240.0.66:49538, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:46:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49582 | |
11:46:28.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49582 | |
11:46:28.590 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=8, /10.240.0.87:5701->/10.240.0.66:49582, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:46:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49672 | |
11:46:38.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49672 | |
11:46:38.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=9, /10.240.0.87:5701->/10.240.0.66:49672, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:46:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49704 | |
11:46:42.041 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49704 | |
11:46:42.043 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=10, /10.240.0.87:5701->/10.240.0.66:49704, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:46:43.693 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=21.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=1.3G, heap.memory.free=845.6M, heap.memory.total=2.1G, heap.memory.max=12.2G, heap.memory.used/total=61.08%, heap.memory.used/max=10.60%, minor.gc.count=13, minor.gc.time=551ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=4.72, thread.count=80, thread.peakCount=80, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=283, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=1, connection.active.count=2, client.connection.count=1, connection.count=0 | |
11:46:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49748 | |
11:46:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49748 | |
11:46:48.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=11, /10.240.0.87:5701->/10.240.0.66:49748, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:46:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49830 | |
11:46:58.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49830 | |
11:46:58.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=12, /10.240.0.87:5701->/10.240.0.66:49830, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:47:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49862 | |
11:47:02.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49862 | |
11:47:02.044 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=13, /10.240.0.87:5701->/10.240.0.66:49862, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:47:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49904 | |
11:47:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49904 | |
11:47:08.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=14, /10.240.0.87:5701->/10.240.0.66:49904, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:47:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49988 | |
11:47:18.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49988 | |
11:47:18.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=15, /10.240.0.87:5701->/10.240.0.66:49988, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:47:22.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50022 | |
11:47:22.041 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50022 | |
11:47:22.042 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=16, /10.240.0.87:5701->/10.240.0.66:50022, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:47:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50064 | |
11:47:28.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50064 | |
11:47:28.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=17, /10.240.0.87:5701->/10.240.0.66:50064, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:47:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50140 | |
11:47:38.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50140 | |
11:47:38.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=18, /10.240.0.87:5701->/10.240.0.66:50140, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:47:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50176 | |
11:47:42.041 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50176 | |
11:47:42.044 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=19, /10.240.0.87:5701->/10.240.0.66:50176, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:47:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50224 | |
11:47:48.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50224 | |
11:47:48.590 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=20, /10.240.0.87:5701->/10.240.0.66:50224, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:47:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50322 | |
11:47:58.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50322 | |
11:47:58.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=21, /10.240.0.87:5701->/10.240.0.66:50322, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:48:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50354 | |
11:48:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50354 | |
11:48:02.040 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=22, /10.240.0.87:5701->/10.240.0.66:50354, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:48:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50400 | |
11:48:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50400 | |
11:48:08.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=23, /10.240.0.87:5701->/10.240.0.66:50400, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:48:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50476 | |
11:48:18.590 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50476 | |
11:48:18.591 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=24, /10.240.0.87:5701->/10.240.0.66:50476, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:48:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50508 | |
11:48:22.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50508 | |
11:48:22.041 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=25, /10.240.0.87:5701->/10.240.0.66:50508, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:48:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50562 | |
11:48:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50562 | |
11:48:28.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=26, /10.240.0.87:5701->/10.240.0.66:50562, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:48:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50648 | |
11:48:38.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50648 | |
11:48:38.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=27, /10.240.0.87:5701->/10.240.0.66:50648, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:48:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50696 | |
11:48:42.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50696 | |
11:48:42.040 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=28, /10.240.0.87:5701->/10.240.0.66:50696, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:48:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50746 | |
11:48:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50746 | |
11:48:48.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=29, /10.240.0.87:5701->/10.240.0.66:50746, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:48:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50830 | |
11:48:58.591 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50830 | |
11:48:58.593 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=30, /10.240.0.87:5701->/10.240.0.66:50830, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:49:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50872 | |
11:49:02.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50872 | |
11:49:02.041 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=31, /10.240.0.87:5701->/10.240.0.66:50872, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:49:03.795 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.4G, swap.space.total=0, swap.space.free=0, heap.memory.used=471.1M, heap.memory.free=2.3G, heap.memory.total=2.8G, heap.memory.max=12.2G, heap.memory.used/total=16.69%, heap.memory.used/max=3.76%, minor.gc.count=17, minor.gc.time=612ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=6.38, thread.count=73, thread.peakCount=80, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=283, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=1, connection.active.count=2, client.connection.count=1, connection.count=0 | |
11:49:04.721 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.83:42387 | |
11:49:04.722 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.83:42387 | |
11:49:04.748 [ync.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Received auth from Connection[id=32, /10.240.0.87:5701->/10.240.0.83:42387, endpoint=null, alive=true, type=JAVA_CLIENT], successfully authenticated, principal: ClientPrincipal{uuid='f1e69d82-184f-4b4b-aadc-0c008c74378d', ownerUuid='13830fdf-1bae-4e06-aa08-fb37fb98d0e1'}, owner connection: true, client version: 3.9.4 | |
11:49:05.798 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.2G, swap.space.total=0, swap.space.free=0, heap.memory.used=665.1M, heap.memory.free=2.1G, heap.memory.total=2.8G, heap.memory.max=12.2G, heap.memory.used/total=23.58%, heap.memory.used/max=5.31%, minor.gc.count=17, minor.gc.time=612ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=6.38, thread.count=85, thread.peakCount=85, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=563, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=2, connection.active.count=2, client.connection.count=2, connection.count=0 | |
11:49:06.957 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.83:34109 | |
11:49:06.958 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.83:34109 | |
11:49:06.969 [ync.thread-8] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Received auth from Connection[id=33, /10.240.0.87:5701->/10.240.0.83:34109, endpoint=null, alive=true, type=JAVA_CLIENT], successfully authenticated, principal: ClientPrincipal{uuid='739a83ad-5480-44ba-9ac6-30974561efa8', ownerUuid='13830fdf-1bae-4e06-aa08-fb37fb98d0e1'}, owner connection: true, client version: 3.9.4 | |
11:49:08.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50942 | |
11:49:08.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50942 | |
11:49:08.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=34, /10.240.0.87:5701->/10.240.0.66:50942, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:49:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51016 | |
11:49:18.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51016 | |
11:49:18.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=35, /10.240.0.87:5701->/10.240.0.66:51016, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:49:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51052 | |
11:49:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51052 | |
11:49:22.041 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=36, /10.240.0.87:5701->/10.240.0.66:51052, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:49:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51104 | |
11:49:28.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51104 | |
11:49:28.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=37, /10.240.0.87:5701->/10.240.0.66:51104, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:49:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51196 | |
11:49:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51196 | |
11:49:38.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=38, /10.240.0.87:5701->/10.240.0.66:51196, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:49:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51238 | |
11:49:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51238 | |
11:49:42.040 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=39, /10.240.0.87:5701->/10.240.0.66:51238, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:49:43.586 [.local:2181)] INFO Client session timed out, have not heard from server in 26677ms for sessionid 0x36417eb1a800016, closing socket connection and attempting reconnect | |
11:49:43.689 [-EventThread] INFO State change: SUSPENDED | |
11:49:45.359 [.local:2181)] INFO Opening socket connection to server zookeeper.integration.svc.cluster.local/10.0.28.180:2181. Will not attempt to authenticate using SASL (unknown error) | |
11:49:45.361 [.local:2181)] INFO Socket connection established to zookeeper.integration.svc.cluster.local/10.0.28.180:2181, initiating session | |
11:49:45.365 [.local:2181)] INFO Session establishment complete on server zookeeper.integration.svc.cluster.local/10.0.28.180:2181, sessionid = 0x36417eb1a800016, negotiated timeout = 40000 | |
11:49:45.365 [-EventThread] INFO State change: RECONNECTED | |
11:49:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51300 | |
11:49:48.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51300 | |
11:49:48.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=40, /10.240.0.87:5701->/10.240.0.66:51300, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:49:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51388 | |
11:49:58.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51388 | |
11:49:58.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=41, /10.240.0.87:5701->/10.240.0.66:51388, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:50:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51416 | |
11:50:02.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51416 | |
11:50:02.041 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=42, /10.240.0.87:5701->/10.240.0.66:51416, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:50:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51464 | |
11:50:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51464 | |
11:50:08.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=43, /10.240.0.87:5701->/10.240.0.66:51464, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:50:18.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51540 | |
11:50:18.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51540 | |
11:50:18.589 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=44, /10.240.0.87:5701->/10.240.0.66:51540, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:50:22.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51576 | |
11:50:22.042 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51576 | |
11:50:22.042 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=45, /10.240.0.87:5701->/10.240.0.66:51576, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:50:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51632 | |
11:50:28.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51632 | |
11:50:28.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=46, /10.240.0.87:5701->/10.240.0.66:51632, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:50:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51718 | |
11:50:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51718 | |
11:50:38.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=47, /10.240.0.87:5701->/10.240.0.66:51718, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:50:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51748 | |
11:50:42.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51748 | |
11:50:42.042 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=48, /10.240.0.87:5701->/10.240.0.66:51748, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:50:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51804 | |
11:50:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51804 | |
11:50:48.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=49, /10.240.0.87:5701->/10.240.0.66:51804, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:50:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51882 | |
11:50:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51882 | |
11:50:58.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=50, /10.240.0.87:5701->/10.240.0.66:51882, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:51:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51926 | |
11:51:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51926 | |
11:51:02.040 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=51, /10.240.0.87:5701->/10.240.0.66:51926, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:51:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51972 | |
11:51:08.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51972 | |
11:51:08.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=52, /10.240.0.87:5701->/10.240.0.66:51972, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:51:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52048 | |
11:51:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52048 | |
11:51:18.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=53, /10.240.0.87:5701->/10.240.0.66:52048, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:51:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52080 | |
11:51:22.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52080 | |
11:51:22.042 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=54, /10.240.0.87:5701->/10.240.0.66:52080, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:51:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52124 | |
11:51:28.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52124 | |
11:51:28.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=55, /10.240.0.87:5701->/10.240.0.66:52124, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:51:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52218 | |
11:51:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52218 | |
11:51:38.589 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=56, /10.240.0.87:5701->/10.240.0.66:52218, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:51:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52254 | |
11:51:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52254 | |
11:51:42.040 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=57, /10.240.0.87:5701->/10.240.0.66:52254, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:51:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52304 | |
11:51:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52304 | |
11:51:48.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=58, /10.240.0.87:5701->/10.240.0.66:52304, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:51:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52390 | |
11:51:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52390 | |
11:51:58.588 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=59, /10.240.0.87:5701->/10.240.0.66:52390, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:52:02.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52424 | |
11:52:02.045 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52424 | |
11:52:02.046 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=60, /10.240.0.87:5701->/10.240.0.66:52424, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:52:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52468 | |
11:52:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52468 | |
11:52:08.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=61, /10.240.0.87:5701->/10.240.0.66:52468, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:52:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52552 | |
11:52:18.592 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52552 | |
11:52:18.594 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=62, /10.240.0.87:5701->/10.240.0.66:52552, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:52:18.607 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=33, /10.240.0.87:5701->10.240.0.83/10.240.0.83:34109, endpoint=[10.240.0.83]:34109, alive=false, type=JAVA_CLIENT] closed. Reason: Connection closed by the other side | |
11:52:18.612 [test.event-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Destroying ClientEndpoint{connection=Connection[id=33, 0.0.0.0/0.0.0.0:5701->10.240.0.83/10.240.0.83:34109, endpoint=[10.240.0.83]:34109, alive=false, type=JAVA_CLIENT], principal='ClientPrincipal{uuid='739a83ad-5480-44ba-9ac6-30974561efa8', ownerUuid='13830fdf-1bae-4e06-aa08-fb37fb98d0e1'}, firstConnection=true, authenticated=true, clientVersion=3.9.4, creationTime=1529927346967, latest statistics=null} | |
11:52:21.595 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=32, /10.240.0.87:5701->10.240.0.83/10.240.0.83:42387, endpoint=[10.240.0.83]:42387, alive=false, type=JAVA_CLIENT] closed. Reason: Connection closed by the other side | |
11:52:21.597 [test.event-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Destroying ClientEndpoint{connection=Connection[id=32, 0.0.0.0/0.0.0.0:5701->10.240.0.83/10.240.0.83:42387, endpoint=[10.240.0.83]:42387, alive=false, type=JAVA_CLIENT], principal='ClientPrincipal{uuid='f1e69d82-184f-4b4b-aadc-0c008c74378d', ownerUuid='13830fdf-1bae-4e06-aa08-fb37fb98d0e1'}, firstConnection=true, authenticated=true, clientVersion=3.9.4, creationTime=1529927344746, latest statistics=null} | |
11:52:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52588 | |
11:52:22.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52588 | |
11:52:22.041 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=63, /10.240.0.87:5701->/10.240.0.66:52588, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:52:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52636 | |
11:52:28.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52636 | |
11:52:28.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=64, /10.240.0.87:5701->/10.240.0.66:52636, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:52:28.615 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Committing/rolling-back alive transactions of client, UUID: 739a83ad-5480-44ba-9ac6-30974561efa8 | |
11:52:31.597 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Committing/rolling-back alive transactions of client, UUID: f1e69d82-184f-4b4b-aadc-0c008c74378d | |
11:52:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52808 | |
11:52:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52808 | |
11:52:38.594 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=65, /10.240.0.87:5701->/10.240.0.66:52808, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:52:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52924 | |
11:52:42.041 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52924 | |
11:52:42.042 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=66, /10.240.0.87:5701->/10.240.0.66:52924, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:52:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53006 | |
11:52:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53006 | |
11:52:48.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=67, /10.240.0.87:5701->/10.240.0.66:53006, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:52:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53102 | |
11:52:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53102 | |
11:52:58.587 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=68, /10.240.0.87:5701->/10.240.0.66:53102, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:53:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53134 | |
11:53:02.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53134 | |
11:53:02.041 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=69, /10.240.0.87:5701->/10.240.0.66:53134, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:53:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53180 | |
11:53:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53180 | |
11:53:08.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=70, /10.240.0.87:5701->/10.240.0.66:53180, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:53:12.829 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.77:46467 | |
11:53:12.830 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.77:46467 | |
11:53:12.857 [ync.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Received auth from Connection[id=71, /10.240.0.87:5701->/10.240.0.77:46467, endpoint=null, alive=true, type=JAVA_CLIENT], successfully authenticated, principal: ClientPrincipal{uuid='60e1e6d0-de5c-44ec-b5bf-8641cfc44088', ownerUuid='13830fdf-1bae-4e06-aa08-fb37fb98d0e1'}, owner connection: true, client version: 3.9.4 | |
11:53:13.986 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=1.2G, heap.memory.free=1.1G, heap.memory.total=2.3G, heap.memory.max=12.2G, heap.memory.used/total=51.12%, heap.memory.used/max=9.50%, minor.gc.count=23, minor.gc.time=755ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=11.16, thread.count=88, thread.peakCount=117, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=26801, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=2, connection.active.count=2, client.connection.count=2, connection.count=0 | |
11:53:15.121 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.77:33093 | |
11:53:15.122 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.77:33093 | |
11:53:15.130 [ync.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Received auth from Connection[id=72, /10.240.0.87:5701->/10.240.0.77:33093, endpoint=null, alive=true, type=JAVA_CLIENT], successfully authenticated, principal: ClientPrincipal{uuid='699a35b5-bdfa-4b08-8eda-a1505d83c5e7', ownerUuid='13830fdf-1bae-4e06-aa08-fb37fb98d0e1'}, owner connection: true, client version: 3.9.4 | |
11:53:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53276 | |
11:53:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53276 | |
11:53:18.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=73, /10.240.0.87:5701->/10.240.0.66:53276, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:53:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53310 | |
11:53:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53310 | |
11:53:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=74, /10.240.0.87:5701->/10.240.0.66:53310, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:53:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53356 | |
11:53:28.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53356 | |
11:53:28.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=75, /10.240.0.87:5701->/10.240.0.66:53356, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:53:38.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53446 | |
11:53:38.589 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53446 | |
11:53:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=76, /10.240.0.87:5701->/10.240.0.66:53446, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:53:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53490 | |
11:53:42.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53490 | |
11:53:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=77, /10.240.0.87:5701->/10.240.0.66:53490, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:53:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53536 | |
11:53:48.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53536 | |
11:53:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=78, /10.240.0.87:5701->/10.240.0.66:53536, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:53:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53620 | |
11:53:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53620 | |
11:53:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=79, /10.240.0.87:5701->/10.240.0.66:53620, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:54:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53650 | |
11:54:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53650 | |
11:54:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=80, /10.240.0.87:5701->/10.240.0.66:53650, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:54:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53712 | |
11:54:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53712 | |
11:54:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=81, /10.240.0.87:5701->/10.240.0.66:53712, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:54:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53788 | |
11:54:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53788 | |
11:54:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=82, /10.240.0.87:5701->/10.240.0.66:53788, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:54:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53818 | |
11:54:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53818 | |
11:54:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=83, /10.240.0.87:5701->/10.240.0.66:53818, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:54:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53878 | |
11:54:28.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53878 | |
11:54:28.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=84, /10.240.0.87:5701->/10.240.0.66:53878, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:54:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53970 | |
11:54:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53970 | |
11:54:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=85, /10.240.0.87:5701->/10.240.0.66:53970, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:54:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54016 | |
11:54:42.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54016 | |
11:54:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=86, /10.240.0.87:5701->/10.240.0.66:54016, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:54:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54086 | |
11:54:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54086 | |
11:54:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=87, /10.240.0.87:5701->/10.240.0.66:54086, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:54:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54178 | |
11:54:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54178 | |
11:54:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=88, /10.240.0.87:5701->/10.240.0.66:54178, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:55:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54206 | |
11:55:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54206 | |
11:55:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=89, /10.240.0.87:5701->/10.240.0.66:54206, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:55:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54272 | |
11:55:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54272 | |
11:55:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=90, /10.240.0.87:5701->/10.240.0.66:54272, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:55:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54348 | |
11:55:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54348 | |
11:55:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=91, /10.240.0.87:5701->/10.240.0.66:54348, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:55:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54404 | |
11:55:22.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54404 | |
11:55:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=92, /10.240.0.87:5701->/10.240.0.66:54404, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:55:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54462 | |
11:55:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54462 | |
11:55:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=93, /10.240.0.87:5701->/10.240.0.66:54462, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:55:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54542 | |
11:55:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54542 | |
11:55:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=94, /10.240.0.87:5701->/10.240.0.66:54542, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:55:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54578 | |
11:55:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54578 | |
11:55:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=95, /10.240.0.87:5701->/10.240.0.66:54578, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:55:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54626 | |
11:55:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54626 | |
11:55:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=96, /10.240.0.87:5701->/10.240.0.66:54626, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:55:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54724 | |
11:55:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54724 | |
11:55:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=97, /10.240.0.87:5701->/10.240.0.66:54724, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:56:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54770 | |
11:56:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54770 | |
11:56:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=98, /10.240.0.87:5701->/10.240.0.66:54770, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:56:08.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54814 | |
11:56:08.590 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54814 | |
11:56:08.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=99, /10.240.0.87:5701->/10.240.0.66:54814, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:56:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54890 | |
11:56:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54890 | |
11:56:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=100, /10.240.0.87:5701->/10.240.0.66:54890, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:56:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54922 | |
11:56:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54922 | |
11:56:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=101, /10.240.0.87:5701->/10.240.0.66:54922, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:56:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54970 | |
11:56:28.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54970 | |
11:56:28.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=102, /10.240.0.87:5701->/10.240.0.66:54970, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:56:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55058 | |
11:56:38.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55058 | |
11:56:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=103, /10.240.0.87:5701->/10.240.0.66:55058, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:56:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55102 | |
11:56:42.041 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55102 | |
11:56:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=104, /10.240.0.87:5701->/10.240.0.66:55102, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:56:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55150 | |
11:56:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55150 | |
11:56:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=105, /10.240.0.87:5701->/10.240.0.66:55150, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:56:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55250 | |
11:56:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55250 | |
11:56:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=106, /10.240.0.87:5701->/10.240.0.66:55250, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:57:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55284 | |
11:57:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55284 | |
11:57:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=107, /10.240.0.87:5701->/10.240.0.66:55284, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:57:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55332 | |
11:57:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55332 | |
11:57:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=108, /10.240.0.87:5701->/10.240.0.66:55332, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:57:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55414 | |
11:57:18.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55414 | |
11:57:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=109, /10.240.0.87:5701->/10.240.0.66:55414, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:57:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55448 | |
11:57:22.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55448 | |
11:57:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=110, /10.240.0.87:5701->/10.240.0.66:55448, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:57:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55494 | |
11:57:28.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55494 | |
11:57:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=111, /10.240.0.87:5701->/10.240.0.66:55494, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:57:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55580 | |
11:57:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55580 | |
11:57:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=112, /10.240.0.87:5701->/10.240.0.66:55580, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:57:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55620 | |
11:57:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55620 | |
11:57:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=113, /10.240.0.87:5701->/10.240.0.66:55620, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:57:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55670 | |
11:57:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55670 | |
11:57:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=114, /10.240.0.87:5701->/10.240.0.66:55670, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:57:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55774 | |
11:57:58.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55774 | |
11:57:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=115, /10.240.0.87:5701->/10.240.0.66:55774, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:58:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55810 | |
11:58:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55810 | |
11:58:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=116, /10.240.0.87:5701->/10.240.0.66:55810, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:58:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55858 | |
11:58:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55858 | |
11:58:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=117, /10.240.0.87:5701->/10.240.0.66:55858, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:58:18.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55932 | |
11:58:18.590 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55932 | |
11:58:18.603 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=118, /10.240.0.87:5701->/10.240.0.66:55932, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:58:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55962 | |
11:58:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55962 | |
11:58:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=119, /10.240.0.87:5701->/10.240.0.66:55962, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:58:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56014 | |
11:58:28.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56014 | |
11:58:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=120, /10.240.0.87:5701->/10.240.0.66:56014, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:58:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56108 | |
11:58:38.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56108 | |
11:58:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=121, /10.240.0.87:5701->/10.240.0.66:56108, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:58:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56142 | |
11:58:42.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56142 | |
11:58:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=122, /10.240.0.87:5701->/10.240.0.66:56142, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:58:48.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56194 | |
11:58:48.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56194 | |
11:58:48.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=123, /10.240.0.87:5701->/10.240.0.66:56194, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:58:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56292 | |
11:58:58.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56292 | |
11:58:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=124, /10.240.0.87:5701->/10.240.0.66:56292, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:59:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56320 | |
11:59:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56320 | |
11:59:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=125, /10.240.0.87:5701->/10.240.0.66:56320, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:59:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56384 | |
11:59:08.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56384 | |
11:59:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=126, /10.240.0.87:5701->/10.240.0.66:56384, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:59:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56466 | |
11:59:18.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56466 | |
11:59:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=127, /10.240.0.87:5701->/10.240.0.66:56466, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:59:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56494 | |
11:59:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56494 | |
11:59:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=128, /10.240.0.87:5701->/10.240.0.66:56494, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:59:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56546 | |
11:59:28.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56546 | |
11:59:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=129, /10.240.0.87:5701->/10.240.0.66:56546, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:59:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56638 | |
11:59:38.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56638 | |
11:59:38.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=130, /10.240.0.87:5701->/10.240.0.66:56638, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:59:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56672 | |
11:59:42.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56672 | |
11:59:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=131, /10.240.0.87:5701->/10.240.0.66:56672, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:59:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56728 | |
11:59:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56728 | |
11:59:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=132, /10.240.0.87:5701->/10.240.0.66:56728, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
11:59:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56828 | |
11:59:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56828 | |
11:59:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=133, /10.240.0.87:5701->/10.240.0.66:56828, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:00:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56866 | |
12:00:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56866 | |
12:00:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=134, /10.240.0.87:5701->/10.240.0.66:56866, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:00:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56908 | |
12:00:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56908 | |
12:00:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=135, /10.240.0.87:5701->/10.240.0.66:56908, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:00:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56984 | |
12:00:18.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56984 | |
12:00:18.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=136, /10.240.0.87:5701->/10.240.0.66:56984, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:00:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57022 | |
12:00:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57022 | |
12:00:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=137, /10.240.0.87:5701->/10.240.0.66:57022, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:00:28.593 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57082 | |
12:00:28.593 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57082 | |
12:00:28.596 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=138, /10.240.0.87:5701->/10.240.0.66:57082, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:00:38.307 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=19.9G, swap.space.total=0, swap.space.free=0, heap.memory.used=732.2M, heap.memory.free=884.3M, heap.memory.total=1.6G, heap.memory.max=12.2G, heap.memory.used/total=45.30%, heap.memory.used/max=5.85%, minor.gc.count=40, minor.gc.time=1232ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=6.62, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=87261, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=3, client.connection.count=3, connection.count=0 | |
12:00:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57162 | |
12:00:38.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57162 | |
12:00:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=139, /10.240.0.87:5701->/10.240.0.66:57162, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:00:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57194 | |
12:00:42.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57194 | |
12:00:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=140, /10.240.0.87:5701->/10.240.0.66:57194, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:00:48.591 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57262 | |
12:00:48.592 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57262 | |
12:00:48.593 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=141, /10.240.0.87:5701->/10.240.0.66:57262, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:00:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57346 | |
12:00:58.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57346 | |
12:00:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=142, /10.240.0.87:5701->/10.240.0.66:57346, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:01:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57388 | |
12:01:02.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57388 | |
12:01:02.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=143, /10.240.0.87:5701->/10.240.0.66:57388, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:01:02.330 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.0G, swap.space.total=0, swap.space.free=0, heap.memory.used=1.1G, heap.memory.free=488.9M, heap.memory.total=1.6G, heap.memory.max=12.2G, heap.memory.used/total=69.21%, heap.memory.used/max=8.78%, minor.gc.count=41, minor.gc.time=1262ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=7.08, thread.count=104, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=69, executor.q.priorityOperation.size=0, operations.completed.count=90777, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=6, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=1, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:01:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57436 | |
12:01:08.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57436 | |
12:01:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=144, /10.240.0.87:5701->/10.240.0.66:57436, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:01:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57512 | |
12:01:18.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57512 | |
12:01:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=145, /10.240.0.87:5701->/10.240.0.66:57512, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:01:20.344 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.0G, swap.space.total=0, swap.space.free=0, heap.memory.used=1002.9M, heap.memory.free=559.1M, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=64.19%, heap.memory.used/max=8.01%, minor.gc.count=42, minor.gc.time=1286ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=7.77, thread.count=104, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=129, executor.q.priorityOperation.size=0, operations.completed.count=93200, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=6, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=1, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:01:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57546 | |
12:01:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57546 | |
12:01:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=146, /10.240.0.87:5701->/10.240.0.66:57546, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:01:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57594 | |
12:01:28.590 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57594 | |
12:01:28.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=147, /10.240.0.87:5701->/10.240.0.66:57594, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:01:32.354 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.0G, swap.space.total=0, swap.space.free=0, heap.memory.used=856.3M, heap.memory.free=679.7M, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=55.75%, heap.memory.used/max=6.84%, minor.gc.count=43, minor.gc.time=1310ms, major.gc.count=2, major.gc.time=117ms, load.process=33.33%, load.system=100.00%, load.systemAverage=7.17, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=94985, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=3, client.connection.count=3, connection.count=0 | |
12:01:38.358 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.0G, swap.space.total=0, swap.space.free=0, heap.memory.used=887.5M, heap.memory.free=648.5M, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=57.78%, heap.memory.used/max=7.09%, minor.gc.count=43, minor.gc.time=1310ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=75.00%, load.systemAverage=6.83, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=95813, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=3, client.connection.count=3, connection.count=0 | |
12:01:38.594 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57680 | |
12:01:38.594 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57680 | |
12:01:38.595 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=148, /10.240.0.87:5701->/10.240.0.66:57680, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:01:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57724 | |
12:01:42.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57724 | |
12:01:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=149, /10.240.0.87:5701->/10.240.0.66:57724, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:01:44.364 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.0G, swap.space.total=0, swap.space.free=0, heap.memory.used=543.9M, heap.memory.free=965.6M, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=36.03%, heap.memory.used/max=4.34%, minor.gc.count=44, minor.gc.time=1346ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=7.01, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=96637, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:01:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57770 | |
12:01:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57770 | |
12:01:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=150, /10.240.0.87:5701->/10.240.0.66:57770, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:01:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57856 | |
12:01:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57856 | |
12:01:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=151, /10.240.0.87:5701->/10.240.0.66:57856, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:02:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57888 | |
12:02:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57888 | |
12:02:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=152, /10.240.0.87:5701->/10.240.0.66:57888, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:02:02.390 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.0G, swap.space.total=0, swap.space.free=0, heap.memory.used=476.4M, heap.memory.free=1008.1M, heap.memory.total=1.4G, heap.memory.max=12.2G, heap.memory.used/total=32.09%, heap.memory.used/max=3.80%, minor.gc.count=45, minor.gc.time=1394ms, major.gc.count=2, major.gc.time=117ms, load.process=50.00%, load.system=0.00%, load.systemAverage=6.67, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=99125, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:02:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57930 | |
12:02:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57930 | |
12:02:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=153, /10.240.0.87:5701->/10.240.0.66:57930, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:02:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58008 | |
12:02:18.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58008 | |
12:02:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=154, /10.240.0.87:5701->/10.240.0.66:58008, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:02:20.414 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.0G, swap.space.total=0, swap.space.free=0, heap.memory.used=459.2M, heap.memory.free=1003.7M, heap.memory.total=1.4G, heap.memory.max=12.2G, heap.memory.used/total=31.39%, heap.memory.used/max=3.67%, minor.gc.count=46, minor.gc.time=1441ms, major.gc.count=2, major.gc.time=117ms, load.process=22.22%, load.system=77.78%, load.systemAverage=6.11, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=101611, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:02:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58046 | |
12:02:22.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58046 | |
12:02:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=155, /10.240.0.87:5701->/10.240.0.66:58046, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:02:28.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58096 | |
12:02:28.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58096 | |
12:02:28.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=156, /10.240.0.87:5701->/10.240.0.66:58096, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:02:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58336 | |
12:02:38.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58336 | |
12:02:38.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=157, /10.240.0.87:5701->/10.240.0.66:58336, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:02:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58426 | |
12:02:42.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58426 | |
12:02:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=158, /10.240.0.87:5701->/10.240.0.66:58426, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:02:48.598 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58486 | |
12:02:48.598 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58486 | |
12:02:48.599 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=159, /10.240.0.87:5701->/10.240.0.66:58486, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:02:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58618 | |
12:02:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58618 | |
12:02:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=160, /10.240.0.87:5701->/10.240.0.66:58618, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:03:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58648 | |
12:03:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58648 | |
12:03:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=161, /10.240.0.87:5701->/10.240.0.66:58648, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:03:02.444 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=1008.9M, heap.memory.free=407.6M, heap.memory.total=1.4G, heap.memory.max=12.2G, heap.memory.used/total=71.23%, heap.memory.used/max=8.06%, minor.gc.count=48, minor.gc.time=1504ms, major.gc.count=2, major.gc.time=117ms, load.process=100.00%, load.system=0.00%, load.systemAverage=8.05, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=107405, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:03:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58696 | |
12:03:08.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58696 | |
12:03:08.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=162, /10.240.0.87:5701->/10.240.0.66:58696, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:03:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58778 | |
12:03:18.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58778 | |
12:03:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=163, /10.240.0.87:5701->/10.240.0.66:58778, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:03:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58806 | |
12:03:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58806 | |
12:03:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=164, /10.240.0.87:5701->/10.240.0.66:58806, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:03:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58854 | |
12:03:28.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58854 | |
12:03:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=165, /10.240.0.87:5701->/10.240.0.66:58854, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:03:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58944 | |
12:03:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58944 | |
12:03:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=166, /10.240.0.87:5701->/10.240.0.66:58944, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:03:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58984 | |
12:03:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58984 | |
12:03:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=167, /10.240.0.87:5701->/10.240.0.66:58984, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:03:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59044 | |
12:03:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59044 | |
12:03:48.593 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=168, /10.240.0.87:5701->/10.240.0.66:59044, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:03:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59136 | |
12:03:58.592 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59136 | |
12:03:58.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=169, /10.240.0.87:5701->/10.240.0.66:59136, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:04:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59172 | |
12:04:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59172 | |
12:04:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=170, /10.240.0.87:5701->/10.240.0.66:59172, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:04:02.476 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.2G, swap.space.total=0, swap.space.free=0, heap.memory.used=377.7M, heap.memory.free=947.3M, heap.memory.total=1.3G, heap.memory.max=12.2G, heap.memory.used/total=28.51%, heap.memory.used/max=3.02%, minor.gc.count=53, minor.gc.time=1636ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=12.31, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=115685, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:04:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59222 | |
12:04:08.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59222 | |
12:04:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=171, /10.240.0.87:5701->/10.240.0.66:59222, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:04:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59308 | |
12:04:18.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59308 | |
12:04:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=172, /10.240.0.87:5701->/10.240.0.66:59308, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:04:20.487 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=546.1M, heap.memory.free=762.4M, heap.memory.total=1.3G, heap.memory.max=12.2G, heap.memory.used/total=41.73%, heap.memory.used/max=4.36%, minor.gc.count=54, minor.gc.time=1657ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=10.79, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=118171, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:04:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59340 | |
12:04:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59340 | |
12:04:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=173, /10.240.0.87:5701->/10.240.0.66:59340, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:04:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59384 | |
12:04:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59384 | |
12:04:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=174, /10.240.0.87:5701->/10.240.0.66:59384, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:04:38.502 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.0G, swap.space.total=0, swap.space.free=0, heap.memory.used=678.1M, heap.memory.free=614.9M, heap.memory.total=1.3G, heap.memory.max=12.2G, heap.memory.used/total=52.44%, heap.memory.used/max=5.42%, minor.gc.count=55, minor.gc.time=1674ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=9.66, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=120655, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=3, client.connection.count=3, connection.count=0 | |
12:04:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59470 | |
12:04:38.596 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59470 | |
12:04:38.597 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=175, /10.240.0.87:5701->/10.240.0.66:59470, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:04:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59502 | |
12:04:42.042 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59502 | |
12:04:42.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=176, /10.240.0.87:5701->/10.240.0.66:59502, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:04:48.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59552 | |
12:04:48.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59552 | |
12:04:48.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=177, /10.240.0.87:5701->/10.240.0.66:59552, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:04:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59644 | |
12:04:58.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59644 | |
12:04:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=178, /10.240.0.87:5701->/10.240.0.66:59644, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:05:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59678 | |
12:05:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59678 | |
12:05:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=179, /10.240.0.87:5701->/10.240.0.66:59678, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:05:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59720 | |
12:05:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59720 | |
12:05:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=180, /10.240.0.87:5701->/10.240.0.66:59720, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:05:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59796 | |
12:05:18.592 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59796 | |
12:05:18.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=181, /10.240.0.87:5701->/10.240.0.66:59796, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:05:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59828 | |
12:05:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59828 | |
12:05:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=182, /10.240.0.87:5701->/10.240.0.66:59828, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:05:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59882 | |
12:05:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59882 | |
12:05:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=183, /10.240.0.87:5701->/10.240.0.66:59882, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:05:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59966 | |
12:05:38.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59966 | |
12:05:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=184, /10.240.0.87:5701->/10.240.0.66:59966, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:05:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60000 | |
12:05:42.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60000 | |
12:05:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=185, /10.240.0.87:5701->/10.240.0.66:60000, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:05:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60050 | |
12:05:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60050 | |
12:05:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=186, /10.240.0.87:5701->/10.240.0.66:60050, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:05:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60154 | |
12:05:58.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60154 | |
12:05:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=187, /10.240.0.87:5701->/10.240.0.66:60154, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:06:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60188 | |
12:06:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60188 | |
12:06:02.045 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=188, /10.240.0.87:5701->/10.240.0.66:60188, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:06:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60238 | |
12:06:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60238 | |
12:06:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=189, /10.240.0.87:5701->/10.240.0.66:60238, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:06:18.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60314 | |
12:06:18.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60314 | |
12:06:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=190, /10.240.0.87:5701->/10.240.0.66:60314, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:06:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60348 | |
12:06:22.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60348 | |
12:06:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=191, /10.240.0.87:5701->/10.240.0.66:60348, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:06:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60396 | |
12:06:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60396 | |
12:06:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=192, /10.240.0.87:5701->/10.240.0.66:60396, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:06:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60476 | |
12:06:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60476 | |
12:06:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=193, /10.240.0.87:5701->/10.240.0.66:60476, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:06:40.578 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.2G, swap.space.total=0, swap.space.free=0, heap.memory.used=524.2M, heap.memory.free=627.3M, heap.memory.total=1.1G, heap.memory.max=12.2G, heap.memory.used/total=45.52%, heap.memory.used/max=4.19%, minor.gc.count=66, minor.gc.time=2027ms, major.gc.count=2, major.gc.time=117ms, load.process=0.00%, load.system=0.00%, load.systemAverage=7.20, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=137491, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:06:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60522 | |
12:06:42.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60522 | |
12:06:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=194, /10.240.0.87:5701->/10.240.0.66:60522, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:06:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60578 | |
12:06:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60578 | |
12:06:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=195, /10.240.0.87:5701->/10.240.0.66:60578, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:06:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60680 | |
12:06:58.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60680 | |
12:06:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=196, /10.240.0.87:5701->/10.240.0.66:60680, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:07:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60708 | |
12:07:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60708 | |
12:07:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=197, /10.240.0.87:5701->/10.240.0.66:60708, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:07:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60762 | |
12:07:08.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60762 | |
12:07:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=198, /10.240.0.87:5701->/10.240.0.66:60762, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:07:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60844 | |
12:07:18.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60844 | |
12:07:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=199, /10.240.0.87:5701->/10.240.0.66:60844, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:07:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60880 | |
12:07:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60880 | |
12:07:22.044 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=200, /10.240.0.87:5701->/10.240.0.66:60880, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:07:28.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60930 | |
12:07:28.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60930 | |
12:07:28.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=201, /10.240.0.87:5701->/10.240.0.66:60930, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:07:38.590 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:32782 | |
12:07:38.592 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:32782 | |
12:07:38.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=202, /10.240.0.87:5701->/10.240.0.66:32782, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:07:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:32828 | |
12:07:42.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:32828 | |
12:07:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=203, /10.240.0.87:5701->/10.240.0.66:32828, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:07:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:32880 | |
12:07:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:32880 | |
12:07:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=204, /10.240.0.87:5701->/10.240.0.66:32880, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:07:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:32966 | |
12:07:58.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:32966 | |
12:07:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=205, /10.240.0.87:5701->/10.240.0.66:32966, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:08:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33004 | |
12:08:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33004 | |
12:08:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=206, /10.240.0.87:5701->/10.240.0.66:33004, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:08:08.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33052 | |
12:08:08.592 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33052 | |
12:08:08.593 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=207, /10.240.0.87:5701->/10.240.0.66:33052, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:08:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33124 | |
12:08:18.594 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33124 | |
12:08:18.595 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=208, /10.240.0.87:5701->/10.240.0.66:33124, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:08:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33156 | |
12:08:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33156 | |
12:08:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=209, /10.240.0.87:5701->/10.240.0.66:33156, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:08:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33218 | |
12:08:28.586 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33218 | |
12:08:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=210, /10.240.0.87:5701->/10.240.0.66:33218, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:08:38.590 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33314 | |
12:08:38.590 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33314 | |
12:08:38.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=211, /10.240.0.87:5701->/10.240.0.66:33314, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:08:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33362 | |
12:08:42.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33362 | |
12:08:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=212, /10.240.0.87:5701->/10.240.0.66:33362, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:08:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33422 | |
12:08:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33422 | |
12:08:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=213, /10.240.0.87:5701->/10.240.0.66:33422, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:08:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33538 | |
12:08:58.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33538 | |
12:08:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=214, /10.240.0.87:5701->/10.240.0.66:33538, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:09:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33570 | |
12:09:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33570 | |
12:09:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=215, /10.240.0.87:5701->/10.240.0.66:33570, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:09:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33624 | |
12:09:08.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33624 | |
12:09:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=216, /10.240.0.87:5701->/10.240.0.66:33624, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:09:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33710 | |
12:09:18.590 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33710 | |
12:09:18.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=217, /10.240.0.87:5701->/10.240.0.66:33710, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:09:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33744 | |
12:09:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33744 | |
12:09:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=218, /10.240.0.87:5701->/10.240.0.66:33744, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:09:28.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33790 | |
12:09:28.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33790 | |
12:09:28.591 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=219, /10.240.0.87:5701->/10.240.0.66:33790, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:09:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33872 | |
12:09:38.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33872 | |
12:09:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=220, /10.240.0.87:5701->/10.240.0.66:33872, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:09:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33906 | |
12:09:42.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33906 | |
12:09:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=221, /10.240.0.87:5701->/10.240.0.66:33906, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:09:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33956 | |
12:09:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33956 | |
12:09:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=222, /10.240.0.87:5701->/10.240.0.66:33956, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:09:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34048 | |
12:09:58.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34048 | |
12:09:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=223, /10.240.0.87:5701->/10.240.0.66:34048, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:10:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34086 | |
12:10:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34086 | |
12:10:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=224, /10.240.0.87:5701->/10.240.0.66:34086, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:10:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34128 | |
12:10:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34128 | |
12:10:08.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=225, /10.240.0.87:5701->/10.240.0.66:34128, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:10:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34202 | |
12:10:18.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34202 | |
12:10:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=226, /10.240.0.87:5701->/10.240.0.66:34202, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:10:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34236 | |
12:10:22.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34236 | |
12:10:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=227, /10.240.0.87:5701->/10.240.0.66:34236, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:10:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34280 | |
12:10:28.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34280 | |
12:10:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=228, /10.240.0.87:5701->/10.240.0.66:34280, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:10:38.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34368 | |
12:10:38.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34368 | |
12:10:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=229, /10.240.0.87:5701->/10.240.0.66:34368, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:10:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34406 | |
12:10:42.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34406 | |
12:10:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=230, /10.240.0.87:5701->/10.240.0.66:34406, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:10:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34456 | |
12:10:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34456 | |
12:10:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=231, /10.240.0.87:5701->/10.240.0.66:34456, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:10:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34548 | |
12:10:58.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34548 | |
12:10:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=232, /10.240.0.87:5701->/10.240.0.66:34548, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:11:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34582 | |
12:11:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34582 | |
12:11:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=233, /10.240.0.87:5701->/10.240.0.66:34582, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:11:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34636 | |
12:11:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34636 | |
12:11:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=234, /10.240.0.87:5701->/10.240.0.66:34636, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:11:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34730 | |
12:11:18.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34730 | |
12:11:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=235, /10.240.0.87:5701->/10.240.0.66:34730, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:11:22.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34764 | |
12:11:22.041 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34764 | |
12:11:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=236, /10.240.0.87:5701->/10.240.0.66:34764, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:11:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34806 | |
12:11:28.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34806 | |
12:11:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=237, /10.240.0.87:5701->/10.240.0.66:34806, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:11:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34892 | |
12:11:38.595 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34892 | |
12:11:38.596 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=238, /10.240.0.87:5701->/10.240.0.66:34892, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:11:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34930 | |
12:11:42.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34930 | |
12:11:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=239, /10.240.0.87:5701->/10.240.0.66:34930, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:11:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34992 | |
12:11:48.589 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34992 | |
12:11:48.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=240, /10.240.0.87:5701->/10.240.0.66:34992, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:11:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35086 | |
12:11:58.586 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35086 | |
12:11:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=241, /10.240.0.87:5701->/10.240.0.66:35086, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:12:02.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35136 | |
12:12:02.041 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35136 | |
12:12:02.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=242, /10.240.0.87:5701->/10.240.0.66:35136, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:12:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35222 | |
12:12:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35222 | |
12:12:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=243, /10.240.0.87:5701->/10.240.0.66:35222, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:12:18.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35310 | |
12:12:18.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35310 | |
12:12:18.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=244, /10.240.0.87:5701->/10.240.0.66:35310, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:12:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35346 | |
12:12:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35346 | |
12:12:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=245, /10.240.0.87:5701->/10.240.0.66:35346, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:12:28.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35404 | |
12:12:28.591 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35404 | |
12:12:28.591 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=246, /10.240.0.87:5701->/10.240.0.66:35404, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:12:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35480 | |
12:12:38.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35480 | |
12:12:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=247, /10.240.0.87:5701->/10.240.0.66:35480, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:12:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35518 | |
12:12:42.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35518 | |
12:12:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=248, /10.240.0.87:5701->/10.240.0.66:35518, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:12:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35566 | |
12:12:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35566 | |
12:12:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=249, /10.240.0.87:5701->/10.240.0.66:35566, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:12:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35654 | |
12:12:58.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35654 | |
12:12:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=250, /10.240.0.87:5701->/10.240.0.66:35654, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:13:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35694 | |
12:13:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35694 | |
12:13:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=251, /10.240.0.87:5701->/10.240.0.66:35694, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:13:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35738 | |
12:13:08.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35738 | |
12:13:08.591 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=252, /10.240.0.87:5701->/10.240.0.66:35738, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:13:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35812 | |
12:13:18.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35812 | |
12:13:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=253, /10.240.0.87:5701->/10.240.0.66:35812, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:13:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35848 | |
12:13:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35848 | |
12:13:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=254, /10.240.0.87:5701->/10.240.0.66:35848, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:13:28.596 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35892 | |
12:13:28.597 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35892 | |
12:13:28.597 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=255, /10.240.0.87:5701->/10.240.0.66:35892, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:13:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35978 | |
12:13:38.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35978 | |
12:13:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=256, /10.240.0.87:5701->/10.240.0.66:35978, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:13:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36022 | |
12:13:42.043 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36022 | |
12:13:42.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=257, /10.240.0.87:5701->/10.240.0.66:36022, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:13:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36068 | |
12:13:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36068 | |
12:13:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=258, /10.240.0.87:5701->/10.240.0.66:36068, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:13:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36160 | |
12:13:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36160 | |
12:13:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=259, /10.240.0.87:5701->/10.240.0.66:36160, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:14:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36192 | |
12:14:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36192 | |
12:14:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=260, /10.240.0.87:5701->/10.240.0.66:36192, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:14:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36254 | |
12:14:08.586 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36254 | |
12:14:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=261, /10.240.0.87:5701->/10.240.0.66:36254, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:14:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36336 | |
12:14:18.590 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36336 | |
12:14:18.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=262, /10.240.0.87:5701->/10.240.0.66:36336, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:14:22.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36368 | |
12:14:22.041 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36368 | |
12:14:22.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=263, /10.240.0.87:5701->/10.240.0.66:36368, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:14:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36414 | |
12:14:28.586 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36414 | |
12:14:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=264, /10.240.0.87:5701->/10.240.0.66:36414, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:14:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36496 | |
12:14:38.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36496 | |
12:14:38.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=265, /10.240.0.87:5701->/10.240.0.66:36496, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:14:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36528 | |
12:14:42.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36528 | |
12:14:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=266, /10.240.0.87:5701->/10.240.0.66:36528, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:14:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36582 | |
12:14:48.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36582 | |
12:14:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=267, /10.240.0.87:5701->/10.240.0.66:36582, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:14:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36680 | |
12:14:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36680 | |
12:14:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=268, /10.240.0.87:5701->/10.240.0.66:36680, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:15:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36712 | |
12:15:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36712 | |
12:15:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=269, /10.240.0.87:5701->/10.240.0.66:36712, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:15:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36754 | |
12:15:08.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36754 | |
12:15:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=270, /10.240.0.87:5701->/10.240.0.66:36754, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:15:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36832 | |
12:15:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36832 | |
12:15:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=271, /10.240.0.87:5701->/10.240.0.66:36832, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:15:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36866 | |
12:15:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36866 | |
12:15:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=272, /10.240.0.87:5701->/10.240.0.66:36866, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:15:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:36912 | |
12:15:28.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:36912 | |
12:15:28.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=273, /10.240.0.87:5701->/10.240.0.66:36912, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:15:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37002 | |
12:15:38.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37002 | |
12:15:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=274, /10.240.0.87:5701->/10.240.0.66:37002, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:15:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37038 | |
12:15:42.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37038 | |
12:15:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=275, /10.240.0.87:5701->/10.240.0.66:37038, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:15:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37088 | |
12:15:48.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37088 | |
12:15:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=276, /10.240.0.87:5701->/10.240.0.66:37088, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:15:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37186 | |
12:15:58.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37186 | |
12:15:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=277, /10.240.0.87:5701->/10.240.0.66:37186, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:16:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37214 | |
12:16:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37214 | |
12:16:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=278, /10.240.0.87:5701->/10.240.0.66:37214, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:16:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37262 | |
12:16:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37262 | |
12:16:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=279, /10.240.0.87:5701->/10.240.0.66:37262, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:16:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37350 | |
12:16:18.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37350 | |
12:16:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=280, /10.240.0.87:5701->/10.240.0.66:37350, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:16:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37380 | |
12:16:22.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37380 | |
12:16:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=281, /10.240.0.87:5701->/10.240.0.66:37380, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:16:28.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37432 | |
12:16:28.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37432 | |
12:16:28.594 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=282, /10.240.0.87:5701->/10.240.0.66:37432, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:16:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37516 | |
12:16:38.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37516 | |
12:16:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=283, /10.240.0.87:5701->/10.240.0.66:37516, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:16:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37560 | |
12:16:42.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37560 | |
12:16:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=284, /10.240.0.87:5701->/10.240.0.66:37560, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:16:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37612 | |
12:16:48.590 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37612 | |
12:16:48.591 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=285, /10.240.0.87:5701->/10.240.0.66:37612, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:16:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37708 | |
12:16:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37708 | |
12:16:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=286, /10.240.0.87:5701->/10.240.0.66:37708, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:17:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37740 | |
12:17:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37740 | |
12:17:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=287, /10.240.0.87:5701->/10.240.0.66:37740, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:17:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37784 | |
12:17:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37784 | |
12:17:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=288, /10.240.0.87:5701->/10.240.0.66:37784, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:17:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37862 | |
12:17:18.586 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37862 | |
12:17:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=289, /10.240.0.87:5701->/10.240.0.66:37862, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:17:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37894 | |
12:17:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37894 | |
12:17:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=290, /10.240.0.87:5701->/10.240.0.66:37894, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:17:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:37950 | |
12:17:28.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:37950 | |
12:17:28.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=291, /10.240.0.87:5701->/10.240.0.66:37950, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:17:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38032 | |
12:17:38.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38032 | |
12:17:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=292, /10.240.0.87:5701->/10.240.0.66:38032, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:17:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38070 | |
12:17:42.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38070 | |
12:17:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=293, /10.240.0.87:5701->/10.240.0.66:38070, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:17:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38120 | |
12:17:48.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38120 | |
12:17:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=294, /10.240.0.87:5701->/10.240.0.66:38120, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:17:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38208 | |
12:17:58.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38208 | |
12:17:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=295, /10.240.0.87:5701->/10.240.0.66:38208, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:18:02.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38244 | |
12:18:02.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38244 | |
12:18:02.044 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=296, /10.240.0.87:5701->/10.240.0.66:38244, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:18:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38294 | |
12:18:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38294 | |
12:18:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=297, /10.240.0.87:5701->/10.240.0.66:38294, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:18:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38370 | |
12:18:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38370 | |
12:18:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=298, /10.240.0.87:5701->/10.240.0.66:38370, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:18:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38406 | |
12:18:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38406 | |
12:18:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=299, /10.240.0.87:5701->/10.240.0.66:38406, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:18:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38454 | |
12:18:28.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38454 | |
12:18:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=300, /10.240.0.87:5701->/10.240.0.66:38454, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:18:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38540 | |
12:18:38.589 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38540 | |
12:18:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=301, /10.240.0.87:5701->/10.240.0.66:38540, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:18:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38580 | |
12:18:42.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38580 | |
12:18:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=302, /10.240.0.87:5701->/10.240.0.66:38580, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:18:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38632 | |
12:18:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38632 | |
12:18:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=303, /10.240.0.87:5701->/10.240.0.66:38632, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:18:58.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38720 | |
12:18:58.589 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38720 | |
12:18:58.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=304, /10.240.0.87:5701->/10.240.0.66:38720, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:19:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38754 | |
12:19:02.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38754 | |
12:19:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=305, /10.240.0.87:5701->/10.240.0.66:38754, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:19:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38806 | |
12:19:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38806 | |
12:19:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=306, /10.240.0.87:5701->/10.240.0.66:38806, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:19:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38892 | |
12:19:18.589 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38892 | |
12:19:18.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=307, /10.240.0.87:5701->/10.240.0.66:38892, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:19:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38926 | |
12:19:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38926 | |
12:19:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=308, /10.240.0.87:5701->/10.240.0.66:38926, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:19:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:38968 | |
12:19:28.586 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:38968 | |
12:19:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=309, /10.240.0.87:5701->/10.240.0.66:38968, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:19:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39050 | |
12:19:38.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39050 | |
12:19:38.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=310, /10.240.0.87:5701->/10.240.0.66:39050, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:19:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39084 | |
12:19:42.040 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39084 | |
12:19:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=311, /10.240.0.87:5701->/10.240.0.66:39084, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:19:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39132 | |
12:19:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39132 | |
12:19:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=312, /10.240.0.87:5701->/10.240.0.66:39132, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:19:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39222 | |
12:19:58.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39222 | |
12:19:58.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=313, /10.240.0.87:5701->/10.240.0.66:39222, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:20:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39256 | |
12:20:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39256 | |
12:20:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=314, /10.240.0.87:5701->/10.240.0.66:39256, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:20:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39298 | |
12:20:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39298 | |
12:20:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=315, /10.240.0.87:5701->/10.240.0.66:39298, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:20:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39372 | |
12:20:18.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39372 | |
12:20:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=316, /10.240.0.87:5701->/10.240.0.66:39372, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:20:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39402 | |
12:20:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39402 | |
12:20:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=317, /10.240.0.87:5701->/10.240.0.66:39402, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:20:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39452 | |
12:20:28.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39452 | |
12:20:28.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=318, /10.240.0.87:5701->/10.240.0.66:39452, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:20:38.590 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39540 | |
12:20:38.590 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39540 | |
12:20:38.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=319, /10.240.0.87:5701->/10.240.0.66:39540, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:20:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39572 | |
12:20:42.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39572 | |
12:20:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=320, /10.240.0.87:5701->/10.240.0.66:39572, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:20:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39626 | |
12:20:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39626 | |
12:20:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=321, /10.240.0.87:5701->/10.240.0.66:39626, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:20:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39714 | |
12:20:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39714 | |
12:20:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=322, /10.240.0.87:5701->/10.240.0.66:39714, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:21:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39748 | |
12:21:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39748 | |
12:21:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=323, /10.240.0.87:5701->/10.240.0.66:39748, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:21:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39798 | |
12:21:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39798 | |
12:21:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=324, /10.240.0.87:5701->/10.240.0.66:39798, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:21:18.592 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39888 | |
12:21:18.592 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39888 | |
12:21:18.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=325, /10.240.0.87:5701->/10.240.0.66:39888, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:21:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39918 | |
12:21:22.042 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39918 | |
12:21:22.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=326, /10.240.0.87:5701->/10.240.0.66:39918, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:21:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:39970 | |
12:21:28.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:39970 | |
12:21:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=327, /10.240.0.87:5701->/10.240.0.66:39970, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:21:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40048 | |
12:21:38.589 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40048 | |
12:21:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=328, /10.240.0.87:5701->/10.240.0.66:40048, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:21:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40104 | |
12:21:42.041 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40104 | |
12:21:42.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=329, /10.240.0.87:5701->/10.240.0.66:40104, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:21:48.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40164 | |
12:21:48.590 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40164 | |
12:21:48.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=330, /10.240.0.87:5701->/10.240.0.66:40164, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:21:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40256 | |
12:21:58.591 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40256 | |
12:21:58.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=331, /10.240.0.87:5701->/10.240.0.66:40256, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:22:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40288 | |
12:22:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40288 | |
12:22:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=332, /10.240.0.87:5701->/10.240.0.66:40288, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:22:08.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40330 | |
12:22:08.590 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40330 | |
12:22:08.591 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=333, /10.240.0.87:5701->/10.240.0.66:40330, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:22:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40412 | |
12:22:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40412 | |
12:22:18.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=334, /10.240.0.87:5701->/10.240.0.66:40412, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:22:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40444 | |
12:22:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40444 | |
12:22:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=335, /10.240.0.87:5701->/10.240.0.66:40444, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:22:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40502 | |
12:22:28.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40502 | |
12:22:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=336, /10.240.0.87:5701->/10.240.0.66:40502, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:22:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40598 | |
12:22:38.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40598 | |
12:22:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=337, /10.240.0.87:5701->/10.240.0.66:40598, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:22:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40638 | |
12:22:42.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40638 | |
12:22:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=338, /10.240.0.87:5701->/10.240.0.66:40638, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:22:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40692 | |
12:22:48.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40692 | |
12:22:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=339, /10.240.0.87:5701->/10.240.0.66:40692, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:22:58.597 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40784 | |
12:22:58.600 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40784 | |
12:22:58.601 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=340, /10.240.0.87:5701->/10.240.0.66:40784, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:23:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40822 | |
12:23:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40822 | |
12:23:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=341, /10.240.0.87:5701->/10.240.0.66:40822, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:23:08.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40868 | |
12:23:08.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40868 | |
12:23:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=342, /10.240.0.87:5701->/10.240.0.66:40868, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:23:18.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40948 | |
12:23:18.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40948 | |
12:23:18.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=343, /10.240.0.87:5701->/10.240.0.66:40948, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:23:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:40980 | |
12:23:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:40980 | |
12:23:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=344, /10.240.0.87:5701->/10.240.0.66:40980, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:23:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41024 | |
12:23:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41024 | |
12:23:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=345, /10.240.0.87:5701->/10.240.0.66:41024, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:23:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41102 | |
12:23:38.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41102 | |
12:23:38.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=346, /10.240.0.87:5701->/10.240.0.66:41102, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:23:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41134 | |
12:23:42.041 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41134 | |
12:23:42.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=347, /10.240.0.87:5701->/10.240.0.66:41134, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:23:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41190 | |
12:23:48.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41190 | |
12:23:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=348, /10.240.0.87:5701->/10.240.0.66:41190, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:23:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41272 | |
12:23:58.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41272 | |
12:23:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=349, /10.240.0.87:5701->/10.240.0.66:41272, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:24:02.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41310 | |
12:24:02.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41310 | |
12:24:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=350, /10.240.0.87:5701->/10.240.0.66:41310, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:24:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41362 | |
12:24:08.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41362 | |
12:24:08.609 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=351, /10.240.0.87:5701->/10.240.0.66:41362, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:24:18.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41436 | |
12:24:18.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41436 | |
12:24:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=352, /10.240.0.87:5701->/10.240.0.66:41436, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:24:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41478 | |
12:24:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41478 | |
12:24:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=353, /10.240.0.87:5701->/10.240.0.66:41478, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:24:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41520 | |
12:24:28.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41520 | |
12:24:28.593 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=354, /10.240.0.87:5701->/10.240.0.66:41520, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:24:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41604 | |
12:24:38.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41604 | |
12:24:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=355, /10.240.0.87:5701->/10.240.0.66:41604, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:24:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41638 | |
12:24:42.041 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41638 | |
12:24:42.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=356, /10.240.0.87:5701->/10.240.0.66:41638, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:24:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41690 | |
12:24:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41690 | |
12:24:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=357, /10.240.0.87:5701->/10.240.0.66:41690, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:24:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41790 | |
12:24:58.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41790 | |
12:24:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=358, /10.240.0.87:5701->/10.240.0.66:41790, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:25:02.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41828 | |
12:25:02.041 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41828 | |
12:25:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=359, /10.240.0.87:5701->/10.240.0.66:41828, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:25:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41878 | |
12:25:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41878 | |
12:25:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=360, /10.240.0.87:5701->/10.240.0.66:41878, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:25:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41954 | |
12:25:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41954 | |
12:25:18.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=361, /10.240.0.87:5701->/10.240.0.66:41954, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:25:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:41982 | |
12:25:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:41982 | |
12:25:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=362, /10.240.0.87:5701->/10.240.0.66:41982, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:25:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42028 | |
12:25:28.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42028 | |
12:25:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=363, /10.240.0.87:5701->/10.240.0.66:42028, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:25:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42118 | |
12:25:38.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42118 | |
12:25:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=364, /10.240.0.87:5701->/10.240.0.66:42118, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:25:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42150 | |
12:25:42.041 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42150 | |
12:25:42.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=365, /10.240.0.87:5701->/10.240.0.66:42150, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:25:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42208 | |
12:25:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42208 | |
12:25:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=366, /10.240.0.87:5701->/10.240.0.66:42208, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:25:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42294 | |
12:25:58.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42294 | |
12:25:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=367, /10.240.0.87:5701->/10.240.0.66:42294, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:26:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42328 | |
12:26:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42328 | |
12:26:02.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=368, /10.240.0.87:5701->/10.240.0.66:42328, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:26:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42372 | |
12:26:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42372 | |
12:26:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=369, /10.240.0.87:5701->/10.240.0.66:42372, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:26:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42454 | |
12:26:18.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42454 | |
12:26:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=370, /10.240.0.87:5701->/10.240.0.66:42454, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:26:22.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42486 | |
12:26:22.041 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42486 | |
12:26:22.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=371, /10.240.0.87:5701->/10.240.0.66:42486, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:26:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42534 | |
12:26:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42534 | |
12:26:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=372, /10.240.0.87:5701->/10.240.0.66:42534, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:26:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42614 | |
12:26:38.589 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42614 | |
12:26:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=373, /10.240.0.87:5701->/10.240.0.66:42614, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:26:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42658 | |
12:26:42.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42658 | |
12:26:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=374, /10.240.0.87:5701->/10.240.0.66:42658, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:26:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42708 | |
12:26:48.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42708 | |
12:26:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=375, /10.240.0.87:5701->/10.240.0.66:42708, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:26:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42796 | |
12:26:58.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42796 | |
12:26:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=376, /10.240.0.87:5701->/10.240.0.66:42796, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:27:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42834 | |
12:27:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42834 | |
12:27:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=377, /10.240.0.87:5701->/10.240.0.66:42834, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:27:08.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42878 | |
12:27:08.589 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42878 | |
12:27:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=378, /10.240.0.87:5701->/10.240.0.66:42878, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:27:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42954 | |
12:27:18.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42954 | |
12:27:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=379, /10.240.0.87:5701->/10.240.0.66:42954, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:27:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:42988 | |
12:27:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:42988 | |
12:27:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=380, /10.240.0.87:5701->/10.240.0.66:42988, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:27:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43040 | |
12:27:28.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43040 | |
12:27:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=381, /10.240.0.87:5701->/10.240.0.66:43040, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:27:38.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43122 | |
12:27:38.589 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43122 | |
12:27:38.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=382, /10.240.0.87:5701->/10.240.0.66:43122, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:27:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43154 | |
12:27:42.042 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43154 | |
12:27:42.045 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=383, /10.240.0.87:5701->/10.240.0.66:43154, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:27:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43206 | |
12:27:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43206 | |
12:27:48.593 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=384, /10.240.0.87:5701->/10.240.0.66:43206, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:27:58.598 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43292 | |
12:27:58.601 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43292 | |
12:27:58.607 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=385, /10.240.0.87:5701->/10.240.0.66:43292, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:28:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43326 | |
12:28:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43326 | |
12:28:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=386, /10.240.0.87:5701->/10.240.0.66:43326, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:28:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43382 | |
12:28:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43382 | |
12:28:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=387, /10.240.0.87:5701->/10.240.0.66:43382, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:28:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43458 | |
12:28:18.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43458 | |
12:28:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=388, /10.240.0.87:5701->/10.240.0.66:43458, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:28:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43490 | |
12:28:22.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43490 | |
12:28:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=389, /10.240.0.87:5701->/10.240.0.66:43490, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:28:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43538 | |
12:28:28.590 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43538 | |
12:28:28.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=390, /10.240.0.87:5701->/10.240.0.66:43538, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:28:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43620 | |
12:28:38.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43620 | |
12:28:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=391, /10.240.0.87:5701->/10.240.0.66:43620, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:28:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43660 | |
12:28:42.042 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43660 | |
12:28:42.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=392, /10.240.0.87:5701->/10.240.0.66:43660, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:28:48.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43718 | |
12:28:48.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43718 | |
12:28:48.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=393, /10.240.0.87:5701->/10.240.0.66:43718, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:28:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43812 | |
12:28:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43812 | |
12:28:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=394, /10.240.0.87:5701->/10.240.0.66:43812, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:29:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43840 | |
12:29:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43840 | |
12:29:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=395, /10.240.0.87:5701->/10.240.0.66:43840, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:29:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43898 | |
12:29:08.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43898 | |
12:29:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=396, /10.240.0.87:5701->/10.240.0.66:43898, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:29:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:43974 | |
12:29:18.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:43974 | |
12:29:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=397, /10.240.0.87:5701->/10.240.0.66:43974, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:29:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44012 | |
12:29:22.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44012 | |
12:29:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=398, /10.240.0.87:5701->/10.240.0.66:44012, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:29:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44058 | |
12:29:28.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44058 | |
12:29:28.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=399, /10.240.0.87:5701->/10.240.0.66:44058, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:29:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44142 | |
12:29:38.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44142 | |
12:29:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=400, /10.240.0.87:5701->/10.240.0.66:44142, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:29:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44178 | |
12:29:42.041 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44178 | |
12:29:42.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=401, /10.240.0.87:5701->/10.240.0.66:44178, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:29:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44230 | |
12:29:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44230 | |
12:29:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=402, /10.240.0.87:5701->/10.240.0.66:44230, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:29:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44328 | |
12:29:58.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44328 | |
12:29:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=403, /10.240.0.87:5701->/10.240.0.66:44328, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:30:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44360 | |
12:30:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44360 | |
12:30:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=404, /10.240.0.87:5701->/10.240.0.66:44360, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:30:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44408 | |
12:30:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44408 | |
12:30:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=405, /10.240.0.87:5701->/10.240.0.66:44408, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:30:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44488 | |
12:30:18.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44488 | |
12:30:18.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=406, /10.240.0.87:5701->/10.240.0.66:44488, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:30:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44520 | |
12:30:22.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44520 | |
12:30:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=407, /10.240.0.87:5701->/10.240.0.66:44520, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:30:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44562 | |
12:30:28.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44562 | |
12:30:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=408, /10.240.0.87:5701->/10.240.0.66:44562, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:30:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44664 | |
12:30:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44664 | |
12:30:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=409, /10.240.0.87:5701->/10.240.0.66:44664, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:30:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44708 | |
12:30:42.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44708 | |
12:30:42.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=410, /10.240.0.87:5701->/10.240.0.66:44708, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:30:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44764 | |
12:30:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44764 | |
12:30:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=411, /10.240.0.87:5701->/10.240.0.66:44764, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:30:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44866 | |
12:30:58.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44866 | |
12:30:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=412, /10.240.0.87:5701->/10.240.0.66:44866, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:31:02.045 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44898 | |
12:31:02.045 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44898 | |
12:31:02.045 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=413, /10.240.0.87:5701->/10.240.0.66:44898, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:31:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:44940 | |
12:31:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:44940 | |
12:31:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=414, /10.240.0.87:5701->/10.240.0.66:44940, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:31:18.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45024 | |
12:31:18.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45024 | |
12:31:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=415, /10.240.0.87:5701->/10.240.0.66:45024, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:31:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45056 | |
12:31:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45056 | |
12:31:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=416, /10.240.0.87:5701->/10.240.0.66:45056, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:31:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45108 | |
12:31:28.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45108 | |
12:31:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=417, /10.240.0.87:5701->/10.240.0.66:45108, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:31:38.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45194 | |
12:31:38.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45194 | |
12:31:38.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=418, /10.240.0.87:5701->/10.240.0.66:45194, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:31:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45240 | |
12:31:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45240 | |
12:31:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=419, /10.240.0.87:5701->/10.240.0.66:45240, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:31:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45286 | |
12:31:48.591 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45286 | |
12:31:48.592 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=420, /10.240.0.87:5701->/10.240.0.66:45286, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:31:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45388 | |
12:31:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45388 | |
12:31:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=421, /10.240.0.87:5701->/10.240.0.66:45388, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:32:02.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45422 | |
12:32:02.043 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45422 | |
12:32:02.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=422, /10.240.0.87:5701->/10.240.0.66:45422, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:32:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45466 | |
12:32:08.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45466 | |
12:32:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=423, /10.240.0.87:5701->/10.240.0.66:45466, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:32:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45542 | |
12:32:18.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45542 | |
12:32:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=424, /10.240.0.87:5701->/10.240.0.66:45542, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:32:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45574 | |
12:32:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45574 | |
12:32:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=425, /10.240.0.87:5701->/10.240.0.66:45574, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:32:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45622 | |
12:32:28.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45622 | |
12:32:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=426, /10.240.0.87:5701->/10.240.0.66:45622, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:32:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45712 | |
12:32:38.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45712 | |
12:32:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=427, /10.240.0.87:5701->/10.240.0.66:45712, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:32:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45746 | |
12:32:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45746 | |
12:32:42.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=428, /10.240.0.87:5701->/10.240.0.66:45746, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:32:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45790 | |
12:32:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45790 | |
12:32:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=429, /10.240.0.87:5701->/10.240.0.66:45790, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:32:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45880 | |
12:32:58.590 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45880 | |
12:32:58.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=430, /10.240.0.87:5701->/10.240.0.66:45880, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:33:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45914 | |
12:33:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45914 | |
12:33:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=431, /10.240.0.87:5701->/10.240.0.66:45914, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:33:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:45966 | |
12:33:08.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:45966 | |
12:33:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=432, /10.240.0.87:5701->/10.240.0.66:45966, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:33:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46040 | |
12:33:18.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46040 | |
12:33:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=433, /10.240.0.87:5701->/10.240.0.66:46040, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:33:22.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46068 | |
12:33:22.041 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46068 | |
12:33:22.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=434, /10.240.0.87:5701->/10.240.0.66:46068, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:33:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46114 | |
12:33:28.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46114 | |
12:33:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=435, /10.240.0.87:5701->/10.240.0.66:46114, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:33:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46196 | |
12:33:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46196 | |
12:33:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=436, /10.240.0.87:5701->/10.240.0.66:46196, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:33:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46226 | |
12:33:42.042 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46226 | |
12:33:42.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=437, /10.240.0.87:5701->/10.240.0.66:46226, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:33:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46288 | |
12:33:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46288 | |
12:33:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=438, /10.240.0.87:5701->/10.240.0.66:46288, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:33:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46378 | |
12:33:58.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46378 | |
12:33:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=439, /10.240.0.87:5701->/10.240.0.66:46378, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:34:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46406 | |
12:34:02.040 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46406 | |
12:34:02.060 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=440, /10.240.0.87:5701->/10.240.0.66:46406, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:34:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46460 | |
12:34:08.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46460 | |
12:34:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=441, /10.240.0.87:5701->/10.240.0.66:46460, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:34:18.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46534 | |
12:34:18.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46534 | |
12:34:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=442, /10.240.0.87:5701->/10.240.0.66:46534, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:34:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46576 | |
12:34:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46576 | |
12:34:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=443, /10.240.0.87:5701->/10.240.0.66:46576, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:34:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46622 | |
12:34:28.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46622 | |
12:34:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=444, /10.240.0.87:5701->/10.240.0.66:46622, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:34:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46710 | |
12:34:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46710 | |
12:34:38.608 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=445, /10.240.0.87:5701->/10.240.0.66:46710, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:34:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46742 | |
12:34:42.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46742 | |
12:34:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=446, /10.240.0.87:5701->/10.240.0.66:46742, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:34:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46792 | |
12:34:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46792 | |
12:34:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=447, /10.240.0.87:5701->/10.240.0.66:46792, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:34:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46876 | |
12:34:58.591 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46876 | |
12:34:58.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=448, /10.240.0.87:5701->/10.240.0.66:46876, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:35:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46924 | |
12:35:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46924 | |
12:35:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=449, /10.240.0.87:5701->/10.240.0.66:46924, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:35:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:46968 | |
12:35:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:46968 | |
12:35:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=450, /10.240.0.87:5701->/10.240.0.66:46968, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:35:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47050 | |
12:35:18.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47050 | |
12:35:18.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=451, /10.240.0.87:5701->/10.240.0.66:47050, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:35:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47082 | |
12:35:22.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47082 | |
12:35:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=452, /10.240.0.87:5701->/10.240.0.66:47082, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:35:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47124 | |
12:35:28.589 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47124 | |
12:35:28.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=453, /10.240.0.87:5701->/10.240.0.66:47124, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:35:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47216 | |
12:35:38.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47216 | |
12:35:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=454, /10.240.0.87:5701->/10.240.0.66:47216, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:35:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47266 | |
12:35:42.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47266 | |
12:35:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=455, /10.240.0.87:5701->/10.240.0.66:47266, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:35:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47316 | |
12:35:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47316 | |
12:35:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=456, /10.240.0.87:5701->/10.240.0.66:47316, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:35:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47404 | |
12:35:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47404 | |
12:35:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=457, /10.240.0.87:5701->/10.240.0.66:47404, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:36:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47438 | |
12:36:02.041 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47438 | |
12:36:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=458, /10.240.0.87:5701->/10.240.0.66:47438, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:36:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47482 | |
12:36:08.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47482 | |
12:36:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=459, /10.240.0.87:5701->/10.240.0.66:47482, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:36:18.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47568 | |
12:36:18.588 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47568 | |
12:36:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=460, /10.240.0.87:5701->/10.240.0.66:47568, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:36:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47600 | |
12:36:22.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47600 | |
12:36:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=461, /10.240.0.87:5701->/10.240.0.66:47600, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:36:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47648 | |
12:36:28.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47648 | |
12:36:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=462, /10.240.0.87:5701->/10.240.0.66:47648, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:36:38.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47726 | |
12:36:38.593 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47726 | |
12:36:38.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=463, /10.240.0.87:5701->/10.240.0.66:47726, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:36:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47768 | |
12:36:42.041 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47768 | |
12:36:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=464, /10.240.0.87:5701->/10.240.0.66:47768, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:36:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47824 | |
12:36:48.587 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47824 | |
12:36:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=465, /10.240.0.87:5701->/10.240.0.66:47824, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:36:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47932 | |
12:36:58.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47932 | |
12:36:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=466, /10.240.0.87:5701->/10.240.0.66:47932, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:37:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:47964 | |
12:37:02.039 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:47964 | |
12:37:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=467, /10.240.0.87:5701->/10.240.0.66:47964, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:37:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48008 | |
12:37:08.586 [hed.thread-4] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48008 | |
12:37:08.606 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=468, /10.240.0.87:5701->/10.240.0.66:48008, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:37:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48086 | |
12:37:18.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48086 | |
12:37:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=469, /10.240.0.87:5701->/10.240.0.66:48086, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:37:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48130 | |
12:37:22.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48130 | |
12:37:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=470, /10.240.0.87:5701->/10.240.0.66:48130, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:37:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48186 | |
12:37:28.596 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48186 | |
12:37:28.596 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=471, /10.240.0.87:5701->/10.240.0.66:48186, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:37:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48272 | |
12:37:38.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48272 | |
12:37:38.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=472, /10.240.0.87:5701->/10.240.0.66:48272, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:37:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48300 | |
12:37:42.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48300 | |
12:37:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=473, /10.240.0.87:5701->/10.240.0.66:48300, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:37:48.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48354 | |
12:37:48.588 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48354 | |
12:37:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=474, /10.240.0.87:5701->/10.240.0.66:48354, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:37:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48446 | |
12:37:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48446 | |
12:37:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=475, /10.240.0.87:5701->/10.240.0.66:48446, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:38:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48484 | |
12:38:02.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48484 | |
12:38:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=476, /10.240.0.87:5701->/10.240.0.66:48484, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:38:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48538 | |
12:38:08.587 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48538 | |
12:38:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=477, /10.240.0.87:5701->/10.240.0.66:48538, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:38:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48612 | |
12:38:18.586 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48612 | |
12:38:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=478, /10.240.0.87:5701->/10.240.0.66:48612, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:38:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48642 | |
12:38:22.039 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48642 | |
12:38:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=479, /10.240.0.87:5701->/10.240.0.66:48642, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:38:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48694 | |
12:38:28.591 [hed.thread-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48694 | |
12:38:28.591 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=480, /10.240.0.87:5701->/10.240.0.66:48694, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:38:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48768 | |
12:38:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48768 | |
12:38:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=481, /10.240.0.87:5701->/10.240.0.66:48768, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:38:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48806 | |
12:38:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48806 | |
12:38:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=482, /10.240.0.87:5701->/10.240.0.66:48806, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:38:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48860 | |
12:38:48.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48860 | |
12:38:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=483, /10.240.0.87:5701->/10.240.0.66:48860, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:38:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48948 | |
12:38:58.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48948 | |
12:38:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=484, /10.240.0.87:5701->/10.240.0.66:48948, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:39:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:48982 | |
12:39:02.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:48982 | |
12:39:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=485, /10.240.0.87:5701->/10.240.0.66:48982, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:39:08.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49034 | |
12:39:08.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49034 | |
12:39:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=486, /10.240.0.87:5701->/10.240.0.66:49034, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:39:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49112 | |
12:39:18.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49112 | |
12:39:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=487, /10.240.0.87:5701->/10.240.0.66:49112, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:39:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49152 | |
12:39:22.041 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49152 | |
12:39:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=488, /10.240.0.87:5701->/10.240.0.66:49152, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:39:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49196 | |
12:39:28.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49196 | |
12:39:28.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=489, /10.240.0.87:5701->/10.240.0.66:49196, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:39:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49280 | |
12:39:38.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49280 | |
12:39:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=490, /10.240.0.87:5701->/10.240.0.66:49280, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:39:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49318 | |
12:39:42.041 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49318 | |
12:39:42.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=491, /10.240.0.87:5701->/10.240.0.66:49318, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:39:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49368 | |
12:39:48.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49368 | |
12:39:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=492, /10.240.0.87:5701->/10.240.0.66:49368, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:39:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49464 | |
12:39:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49464 | |
12:39:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=493, /10.240.0.87:5701->/10.240.0.66:49464, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:40:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49508 | |
12:40:02.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49508 | |
12:40:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=494, /10.240.0.87:5701->/10.240.0.66:49508, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:40:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49550 | |
12:40:08.593 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49550 | |
12:40:08.594 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=495, /10.240.0.87:5701->/10.240.0.66:49550, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:40:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49626 | |
12:40:18.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49626 | |
12:40:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=496, /10.240.0.87:5701->/10.240.0.66:49626, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:40:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49662 | |
12:40:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49662 | |
12:40:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=497, /10.240.0.87:5701->/10.240.0.66:49662, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:40:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49712 | |
12:40:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49712 | |
12:40:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=498, /10.240.0.87:5701->/10.240.0.66:49712, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:40:38.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49796 | |
12:40:38.589 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49796 | |
12:40:38.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=499, /10.240.0.87:5701->/10.240.0.66:49796, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:40:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49844 | |
12:40:42.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49844 | |
12:40:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=500, /10.240.0.87:5701->/10.240.0.66:49844, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:40:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49894 | |
12:40:48.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49894 | |
12:40:48.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=501, /10.240.0.87:5701->/10.240.0.66:49894, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:40:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:49978 | |
12:40:58.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:49978 | |
12:40:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=502, /10.240.0.87:5701->/10.240.0.66:49978, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:41:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50014 | |
12:41:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50014 | |
12:41:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=503, /10.240.0.87:5701->/10.240.0.66:50014, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:41:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50062 | |
12:41:08.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50062 | |
12:41:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=504, /10.240.0.87:5701->/10.240.0.66:50062, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:41:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50148 | |
12:41:18.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50148 | |
12:41:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=505, /10.240.0.87:5701->/10.240.0.66:50148, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:41:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50182 | |
12:41:22.042 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50182 | |
12:41:22.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=506, /10.240.0.87:5701->/10.240.0.66:50182, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:41:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50230 | |
12:41:28.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50230 | |
12:41:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=507, /10.240.0.87:5701->/10.240.0.66:50230, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:41:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50308 | |
12:41:38.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50308 | |
12:41:38.595 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=508, /10.240.0.87:5701->/10.240.0.66:50308, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:41:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50338 | |
12:41:42.040 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50338 | |
12:41:42.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=509, /10.240.0.87:5701->/10.240.0.66:50338, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:41:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50386 | |
12:41:48.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50386 | |
12:41:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=510, /10.240.0.87:5701->/10.240.0.66:50386, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:41:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50484 | |
12:41:58.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50484 | |
12:41:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=511, /10.240.0.87:5701->/10.240.0.66:50484, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:42:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50514 | |
12:42:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50514 | |
12:42:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=512, /10.240.0.87:5701->/10.240.0.66:50514, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:42:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50562 | |
12:42:08.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50562 | |
12:42:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=513, /10.240.0.87:5701->/10.240.0.66:50562, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:42:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50640 | |
12:42:18.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50640 | |
12:42:18.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=514, /10.240.0.87:5701->/10.240.0.66:50640, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:42:20.232 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=585.5M, heap.memory.free=933.5M, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=38.55%, heap.memory.used/max=4.68%, minor.gc.count=645, minor.gc.time=13433ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=9.52, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=432537, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:42:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50668 | |
12:42:22.040 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50668 | |
12:42:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=515, /10.240.0.87:5701->/10.240.0.66:50668, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:42:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50716 | |
12:42:28.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50716 | |
12:42:28.606 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=516, /10.240.0.87:5701->/10.240.0.66:50716, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:42:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50816 | |
12:42:38.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50816 | |
12:42:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=517, /10.240.0.87:5701->/10.240.0.66:50816, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:42:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50848 | |
12:42:42.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50848 | |
12:42:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=518, /10.240.0.87:5701->/10.240.0.66:50848, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:42:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50910 | |
12:42:48.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50910 | |
12:42:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=519, /10.240.0.87:5701->/10.240.0.66:50910, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:42:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:50990 | |
12:42:58.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:50990 | |
12:42:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=520, /10.240.0.87:5701->/10.240.0.66:50990, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:43:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51024 | |
12:43:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51024 | |
12:43:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=521, /10.240.0.87:5701->/10.240.0.66:51024, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:43:02.275 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=597.1M, heap.memory.free=958.9M, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=38.37%, heap.memory.used/max=4.77%, minor.gc.count=650, minor.gc.time=13579ms, major.gc.count=3, major.gc.time=649ms, load.process=50.00%, load.system=0.00%, load.systemAverage=10.31, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=438333, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:43:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51070 | |
12:43:08.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51070 | |
12:43:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=522, /10.240.0.87:5701->/10.240.0.66:51070, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:43:18.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51154 | |
12:43:18.589 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51154 | |
12:43:18.592 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=523, /10.240.0.87:5701->/10.240.0.66:51154, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:43:20.292 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=545.0M, heap.memory.free=1023.5M, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=34.75%, heap.memory.used/max=4.35%, minor.gc.count=652, minor.gc.time=13634ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=11.08, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=440817, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:43:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51186 | |
12:43:22.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51186 | |
12:43:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=524, /10.240.0.87:5701->/10.240.0.66:51186, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:43:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51228 | |
12:43:28.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51228 | |
12:43:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=525, /10.240.0.87:5701->/10.240.0.66:51228, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:43:32.346 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=385.9M, heap.memory.free=1.2G, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=24.43%, heap.memory.used/max=3.08%, minor.gc.count=654, minor.gc.time=13713ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=10.42, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=442745, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=3, client.connection.count=3, connection.count=0 | |
12:43:38.351 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=407.7M, heap.memory.free=1.1G, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=25.81%, heap.memory.used/max=3.26%, minor.gc.count=654, minor.gc.time=13713ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=10.07, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=443301, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=3, client.connection.count=3, connection.count=0 | |
12:43:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51310 | |
12:43:38.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51310 | |
12:43:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=526, /10.240.0.87:5701->/10.240.0.66:51310, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:43:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51346 | |
12:43:42.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51346 | |
12:43:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=527, /10.240.0.87:5701->/10.240.0.66:51346, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:43:44.356 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=485.6M, heap.memory.free=1.1G, heap.memory.total=1.5G, heap.memory.max=12.2G, heap.memory.used/total=30.73%, heap.memory.used/max=3.88%, minor.gc.count=655, minor.gc.time=13739ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=9.82, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=444397, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:43:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51396 | |
12:43:48.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51396 | |
12:43:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=528, /10.240.0.87:5701->/10.240.0.66:51396, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:43:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51488 | |
12:43:58.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51488 | |
12:43:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=529, /10.240.0.87:5701->/10.240.0.66:51488, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:44:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51522 | |
12:44:02.041 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51522 | |
12:44:02.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=530, /10.240.0.87:5701->/10.240.0.66:51522, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:44:02.370 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.6G, swap.space.total=0, swap.space.free=0, heap.memory.used=332.4M, heap.memory.free=1.2G, heap.memory.total=1.6G, heap.memory.max=12.2G, heap.memory.used/total=20.86%, heap.memory.used/max=2.66%, minor.gc.count=657, minor.gc.time=13794ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=8.81, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=446885, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:44:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51576 | |
12:44:08.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51576 | |
12:44:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=531, /10.240.0.87:5701->/10.240.0.66:51576, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:44:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51650 | |
12:44:18.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51650 | |
12:44:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=532, /10.240.0.87:5701->/10.240.0.66:51650, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:44:20.382 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=679.9M, heap.memory.free=924.6M, heap.memory.total=1.6G, heap.memory.max=12.2G, heap.memory.used/total=42.38%, heap.memory.used/max=5.43%, minor.gc.count=658, minor.gc.time=13809ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=100.00%, load.systemAverage=8.99, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=32, executor.q.priorityOperation.size=0, operations.completed.count=449337, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=2, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=1, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:44:22.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51684 | |
12:44:22.041 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51684 | |
12:44:22.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=533, /10.240.0.87:5701->/10.240.0.66:51684, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:44:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51736 | |
12:44:28.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51736 | |
12:44:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=534, /10.240.0.87:5701->/10.240.0.66:51736, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:44:32.392 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=467.0M, heap.memory.free=1.1G, heap.memory.total=1.6G, heap.memory.max=12.2G, heap.memory.used/total=28.87%, heap.memory.used/max=3.73%, minor.gc.count=660, minor.gc.time=13878ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=9.79, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=451025, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=3, client.connection.count=3, connection.count=0 | |
12:44:38.396 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=497.3M, heap.memory.free=1.1G, heap.memory.total=1.6G, heap.memory.max=12.2G, heap.memory.used/total=30.74%, heap.memory.used/max=3.97%, minor.gc.count=660, minor.gc.time=13878ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=9.17, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=451853, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=3, client.connection.count=3, connection.count=0 | |
12:44:38.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51822 | |
12:44:38.590 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51822 | |
12:44:38.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=535, /10.240.0.87:5701->/10.240.0.66:51822, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:44:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51876 | |
12:44:42.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51876 | |
12:44:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=536, /10.240.0.87:5701->/10.240.0.66:51876, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:44:44.406 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=529.2M, heap.memory.free=1.1G, heap.memory.total=1.6G, heap.memory.max=12.2G, heap.memory.used/total=32.71%, heap.memory.used/max=4.23%, minor.gc.count=661, minor.gc.time=13897ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=8.59, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=452677, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:44:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:51928 | |
12:44:48.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:51928 | |
12:44:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=537, /10.240.0.87:5701->/10.240.0.66:51928, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:44:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52050 | |
12:44:58.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52050 | |
12:44:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=538, /10.240.0.87:5701->/10.240.0.66:52050, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:45:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52082 | |
12:45:02.041 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52082 | |
12:45:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=539, /10.240.0.87:5701->/10.240.0.66:52082, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:45:02.415 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.7G, swap.space.total=0, swap.space.free=0, heap.memory.used=267.0M, heap.memory.free=1.3G, heap.memory.total=1.6G, heap.memory.max=12.2G, heap.memory.used/total=16.39%, heap.memory.used/max=2.13%, minor.gc.count=662, minor.gc.time=13929ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=8.04, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=455165, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:45:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52136 | |
12:45:08.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52136 | |
12:45:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=540, /10.240.0.87:5701->/10.240.0.66:52136, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:45:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52214 | |
12:45:18.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52214 | |
12:45:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=541, /10.240.0.87:5701->/10.240.0.66:52214, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:45:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52246 | |
12:45:22.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52246 | |
12:45:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=542, /10.240.0.87:5701->/10.240.0.66:52246, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:45:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52294 | |
12:45:28.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52294 | |
12:45:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=543, /10.240.0.87:5701->/10.240.0.66:52294, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:45:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52392 | |
12:45:38.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52392 | |
12:45:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=544, /10.240.0.87:5701->/10.240.0.66:52392, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:45:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52440 | |
12:45:42.042 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52440 | |
12:45:42.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=545, /10.240.0.87:5701->/10.240.0.66:52440, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:45:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52502 | |
12:45:48.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52502 | |
12:45:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=546, /10.240.0.87:5701->/10.240.0.66:52502, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:45:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52592 | |
12:45:58.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52592 | |
12:45:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=547, /10.240.0.87:5701->/10.240.0.66:52592, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:46:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52624 | |
12:46:02.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52624 | |
12:46:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=548, /10.240.0.87:5701->/10.240.0.66:52624, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:46:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52670 | |
12:46:08.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52670 | |
12:46:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=549, /10.240.0.87:5701->/10.240.0.66:52670, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:46:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52746 | |
12:46:18.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52746 | |
12:46:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=550, /10.240.0.87:5701->/10.240.0.66:52746, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:46:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52782 | |
12:46:22.041 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52782 | |
12:46:22.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=551, /10.240.0.87:5701->/10.240.0.66:52782, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:46:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52828 | |
12:46:28.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52828 | |
12:46:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=552, /10.240.0.87:5701->/10.240.0.66:52828, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:46:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52904 | |
12:46:38.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52904 | |
12:46:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=553, /10.240.0.87:5701->/10.240.0.66:52904, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:46:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52932 | |
12:46:42.041 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52932 | |
12:46:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=554, /10.240.0.87:5701->/10.240.0.66:52932, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:46:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:52988 | |
12:46:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:52988 | |
12:46:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=555, /10.240.0.87:5701->/10.240.0.66:52988, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:46:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53074 | |
12:46:58.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53074 | |
12:46:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=556, /10.240.0.87:5701->/10.240.0.66:53074, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:47:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53112 | |
12:47:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53112 | |
12:47:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=557, /10.240.0.87:5701->/10.240.0.66:53112, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:47:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53160 | |
12:47:08.591 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53160 | |
12:47:08.596 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=558, /10.240.0.87:5701->/10.240.0.66:53160, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:47:18.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53236 | |
12:47:18.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53236 | |
12:47:18.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=559, /10.240.0.87:5701->/10.240.0.66:53236, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:47:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53264 | |
12:47:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53264 | |
12:47:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=560, /10.240.0.87:5701->/10.240.0.66:53264, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:47:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53314 | |
12:47:28.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53314 | |
12:47:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=561, /10.240.0.87:5701->/10.240.0.66:53314, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:47:38.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53408 | |
12:47:38.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53408 | |
12:47:38.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=562, /10.240.0.87:5701->/10.240.0.66:53408, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:47:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53440 | |
12:47:42.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53440 | |
12:47:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=563, /10.240.0.87:5701->/10.240.0.66:53440, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:47:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53488 | |
12:47:48.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53488 | |
12:47:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=564, /10.240.0.87:5701->/10.240.0.66:53488, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:47:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53564 | |
12:47:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53564 | |
12:47:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=565, /10.240.0.87:5701->/10.240.0.66:53564, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:48:02.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53598 | |
12:48:02.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53598 | |
12:48:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=566, /10.240.0.87:5701->/10.240.0.66:53598, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:48:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53642 | |
12:48:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53642 | |
12:48:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=567, /10.240.0.87:5701->/10.240.0.66:53642, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:48:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53728 | |
12:48:18.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53728 | |
12:48:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=568, /10.240.0.87:5701->/10.240.0.66:53728, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:48:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53760 | |
12:48:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53760 | |
12:48:22.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=569, /10.240.0.87:5701->/10.240.0.66:53760, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:48:28.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53802 | |
12:48:28.594 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53802 | |
12:48:28.595 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=570, /10.240.0.87:5701->/10.240.0.66:53802, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:48:38.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53884 | |
12:48:38.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53884 | |
12:48:38.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=571, /10.240.0.87:5701->/10.240.0.66:53884, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:48:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53918 | |
12:48:42.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53918 | |
12:48:42.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=572, /10.240.0.87:5701->/10.240.0.66:53918, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:48:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:53974 | |
12:48:48.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:53974 | |
12:48:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=573, /10.240.0.87:5701->/10.240.0.66:53974, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:48:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54066 | |
12:48:58.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54066 | |
12:48:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=574, /10.240.0.87:5701->/10.240.0.66:54066, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:49:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54104 | |
12:49:02.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54104 | |
12:49:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=575, /10.240.0.87:5701->/10.240.0.66:54104, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:49:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54160 | |
12:49:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54160 | |
12:49:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=576, /10.240.0.87:5701->/10.240.0.66:54160, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:49:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54240 | |
12:49:18.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54240 | |
12:49:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=577, /10.240.0.87:5701->/10.240.0.66:54240, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:49:22.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54272 | |
12:49:22.042 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54272 | |
12:49:22.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=578, /10.240.0.87:5701->/10.240.0.66:54272, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:49:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54316 | |
12:49:28.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54316 | |
12:49:28.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=579, /10.240.0.87:5701->/10.240.0.66:54316, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:49:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54414 | |
12:49:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54414 | |
12:49:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=580, /10.240.0.87:5701->/10.240.0.66:54414, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:49:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54458 | |
12:49:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54458 | |
12:49:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=581, /10.240.0.87:5701->/10.240.0.66:54458, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:49:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54510 | |
12:49:48.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54510 | |
12:49:48.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=582, /10.240.0.87:5701->/10.240.0.66:54510, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:49:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54596 | |
12:49:58.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54596 | |
12:49:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=583, /10.240.0.87:5701->/10.240.0.66:54596, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:50:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54632 | |
12:50:02.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54632 | |
12:50:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=584, /10.240.0.87:5701->/10.240.0.66:54632, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:50:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54684 | |
12:50:08.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54684 | |
12:50:08.593 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=585, /10.240.0.87:5701->/10.240.0.66:54684, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:50:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54760 | |
12:50:18.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54760 | |
12:50:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=586, /10.240.0.87:5701->/10.240.0.66:54760, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:50:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54792 | |
12:50:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54792 | |
12:50:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=587, /10.240.0.87:5701->/10.240.0.66:54792, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:50:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54838 | |
12:50:28.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54838 | |
12:50:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=588, /10.240.0.87:5701->/10.240.0.66:54838, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:50:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54918 | |
12:50:38.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54918 | |
12:50:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=589, /10.240.0.87:5701->/10.240.0.66:54918, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:50:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:54952 | |
12:50:42.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:54952 | |
12:50:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=590, /10.240.0.87:5701->/10.240.0.66:54952, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:50:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55014 | |
12:50:48.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55014 | |
12:50:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=591, /10.240.0.87:5701->/10.240.0.66:55014, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:50:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55104 | |
12:50:58.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55104 | |
12:50:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=592, /10.240.0.87:5701->/10.240.0.66:55104, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:51:02.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55132 | |
12:51:02.041 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55132 | |
12:51:02.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=593, /10.240.0.87:5701->/10.240.0.66:55132, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:51:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55182 | |
12:51:08.590 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55182 | |
12:51:08.592 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=594, /10.240.0.87:5701->/10.240.0.66:55182, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:51:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55264 | |
12:51:18.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55264 | |
12:51:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=595, /10.240.0.87:5701->/10.240.0.66:55264, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:51:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55302 | |
12:51:22.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55302 | |
12:51:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=596, /10.240.0.87:5701->/10.240.0.66:55302, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:51:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55354 | |
12:51:28.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55354 | |
12:51:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=597, /10.240.0.87:5701->/10.240.0.66:55354, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:51:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55440 | |
12:51:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55440 | |
12:51:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=598, /10.240.0.87:5701->/10.240.0.66:55440, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:51:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55470 | |
12:51:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55470 | |
12:51:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=599, /10.240.0.87:5701->/10.240.0.66:55470, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:51:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55520 | |
12:51:48.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55520 | |
12:51:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=600, /10.240.0.87:5701->/10.240.0.66:55520, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:51:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55610 | |
12:51:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55610 | |
12:51:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=601, /10.240.0.87:5701->/10.240.0.66:55610, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:52:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55652 | |
12:52:02.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55652 | |
12:52:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=602, /10.240.0.87:5701->/10.240.0.66:55652, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:52:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55698 | |
12:52:08.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55698 | |
12:52:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=603, /10.240.0.87:5701->/10.240.0.66:55698, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:52:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55772 | |
12:52:18.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55772 | |
12:52:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=604, /10.240.0.87:5701->/10.240.0.66:55772, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:52:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55806 | |
12:52:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55806 | |
12:52:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=605, /10.240.0.87:5701->/10.240.0.66:55806, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:52:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55848 | |
12:52:28.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55848 | |
12:52:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=606, /10.240.0.87:5701->/10.240.0.66:55848, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:52:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55932 | |
12:52:38.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55932 | |
12:52:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=607, /10.240.0.87:5701->/10.240.0.66:55932, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:52:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:55966 | |
12:52:42.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:55966 | |
12:52:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=608, /10.240.0.87:5701->/10.240.0.66:55966, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:52:48.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56010 | |
12:52:48.591 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56010 | |
12:52:48.591 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=609, /10.240.0.87:5701->/10.240.0.66:56010, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:52:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56098 | |
12:52:58.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56098 | |
12:52:58.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=610, /10.240.0.87:5701->/10.240.0.66:56098, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:53:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56134 | |
12:53:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56134 | |
12:53:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=611, /10.240.0.87:5701->/10.240.0.66:56134, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:53:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56176 | |
12:53:08.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56176 | |
12:53:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=612, /10.240.0.87:5701->/10.240.0.66:56176, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:53:18.590 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56258 | |
12:53:18.591 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56258 | |
12:53:18.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=613, /10.240.0.87:5701->/10.240.0.66:56258, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:53:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56290 | |
12:53:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56290 | |
12:53:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=614, /10.240.0.87:5701->/10.240.0.66:56290, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:53:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56334 | |
12:53:28.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56334 | |
12:53:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=615, /10.240.0.87:5701->/10.240.0.66:56334, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:53:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56418 | |
12:53:38.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56418 | |
12:53:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=616, /10.240.0.87:5701->/10.240.0.66:56418, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:53:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56462 | |
12:53:42.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56462 | |
12:53:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=617, /10.240.0.87:5701->/10.240.0.66:56462, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:53:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56508 | |
12:53:48.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56508 | |
12:53:48.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=618, /10.240.0.87:5701->/10.240.0.66:56508, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:53:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56610 | |
12:53:58.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56610 | |
12:53:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=619, /10.240.0.87:5701->/10.240.0.66:56610, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:54:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56646 | |
12:54:02.040 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56646 | |
12:54:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=620, /10.240.0.87:5701->/10.240.0.66:56646, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:54:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56696 | |
12:54:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56696 | |
12:54:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=621, /10.240.0.87:5701->/10.240.0.66:56696, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:54:18.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56776 | |
12:54:18.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56776 | |
12:54:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=622, /10.240.0.87:5701->/10.240.0.66:56776, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:54:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56808 | |
12:54:22.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56808 | |
12:54:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=623, /10.240.0.87:5701->/10.240.0.66:56808, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:54:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56850 | |
12:54:28.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56850 | |
12:54:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=624, /10.240.0.87:5701->/10.240.0.66:56850, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:54:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56942 | |
12:54:38.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56942 | |
12:54:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=625, /10.240.0.87:5701->/10.240.0.66:56942, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:54:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:56996 | |
12:54:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:56996 | |
12:54:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=626, /10.240.0.87:5701->/10.240.0.66:56996, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:54:42.801 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.5G, swap.space.total=0, swap.space.free=0, heap.memory.used=843.9M, heap.memory.free=1.0G, heap.memory.total=1.8G, heap.memory.max=12.2G, heap.memory.used/total=44.92%, heap.memory.used/max=6.74%, minor.gc.count=705, minor.gc.time=15120ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=10.31, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=535205, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:54:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57048 | |
12:54:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57048 | |
12:54:48.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=627, /10.240.0.87:5701->/10.240.0.66:57048, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:54:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57128 | |
12:54:58.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57128 | |
12:54:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=628, /10.240.0.87:5701->/10.240.0.66:57128, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:55:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57158 | |
12:55:02.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57158 | |
12:55:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=629, /10.240.0.87:5701->/10.240.0.66:57158, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:55:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57202 | |
12:55:08.589 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57202 | |
12:55:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=630, /10.240.0.87:5701->/10.240.0.66:57202, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:55:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57290 | |
12:55:18.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57290 | |
12:55:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=631, /10.240.0.87:5701->/10.240.0.66:57290, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:55:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57322 | |
12:55:22.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57322 | |
12:55:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=632, /10.240.0.87:5701->/10.240.0.66:57322, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:55:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57368 | |
12:55:28.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57368 | |
12:55:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=633, /10.240.0.87:5701->/10.240.0.66:57368, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:55:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57458 | |
12:55:38.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57458 | |
12:55:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=634, /10.240.0.87:5701->/10.240.0.66:57458, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:55:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57496 | |
12:55:42.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57496 | |
12:55:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=635, /10.240.0.87:5701->/10.240.0.66:57496, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:55:42.847 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.4G, swap.space.total=0, swap.space.free=0, heap.memory.used=550.6M, heap.memory.free=1.3G, heap.memory.total=1.9G, heap.memory.max=12.2G, heap.memory.used/total=28.97%, heap.memory.used/max=4.40%, minor.gc.count=709, minor.gc.time=15220ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=10.99, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=543485, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:55:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57552 | |
12:55:48.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57552 | |
12:55:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=636, /10.240.0.87:5701->/10.240.0.66:57552, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:55:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57638 | |
12:55:58.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57638 | |
12:55:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=637, /10.240.0.87:5701->/10.240.0.66:57638, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:56:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57670 | |
12:56:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57670 | |
12:56:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=638, /10.240.0.87:5701->/10.240.0.66:57670, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:56:08.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57716 | |
12:56:08.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57716 | |
12:56:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=639, /10.240.0.87:5701->/10.240.0.66:57716, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:56:18.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57786 | |
12:56:18.590 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57786 | |
12:56:18.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=640, /10.240.0.87:5701->/10.240.0.66:57786, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:56:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57820 | |
12:56:22.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57820 | |
12:56:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=641, /10.240.0.87:5701->/10.240.0.66:57820, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:56:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57872 | |
12:56:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57872 | |
12:56:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=642, /10.240.0.87:5701->/10.240.0.66:57872, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:56:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57958 | |
12:56:38.597 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57958 | |
12:56:38.599 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=643, /10.240.0.87:5701->/10.240.0.66:57958, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:56:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:57994 | |
12:56:42.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:57994 | |
12:56:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=644, /10.240.0.87:5701->/10.240.0.66:57994, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:56:42.894 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.5G, swap.space.total=0, swap.space.free=0, heap.memory.used=1006.8M, heap.memory.free=917.7M, heap.memory.total=1.9G, heap.memory.max=12.2G, heap.memory.used/total=52.32%, heap.memory.used/max=8.04%, minor.gc.count=712, minor.gc.time=15327ms, major.gc.count=3, major.gc.time=649ms, load.process=50.00%, load.system=100.00%, load.systemAverage=13.04, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=551765, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:56:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58042 | |
12:56:48.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58042 | |
12:56:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=645, /10.240.0.87:5701->/10.240.0.66:58042, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:56:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58122 | |
12:56:58.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58122 | |
12:56:58.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=646, /10.240.0.87:5701->/10.240.0.66:58122, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:57:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58166 | |
12:57:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58166 | |
12:57:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=647, /10.240.0.87:5701->/10.240.0.66:58166, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:57:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58208 | |
12:57:08.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58208 | |
12:57:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=648, /10.240.0.87:5701->/10.240.0.66:58208, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:57:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58284 | |
12:57:18.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58284 | |
12:57:18.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=649, /10.240.0.87:5701->/10.240.0.66:58284, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:57:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58318 | |
12:57:22.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58318 | |
12:57:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=650, /10.240.0.87:5701->/10.240.0.66:58318, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:57:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58358 | |
12:57:28.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58358 | |
12:57:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=651, /10.240.0.87:5701->/10.240.0.66:58358, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:57:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58436 | |
12:57:38.589 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58436 | |
12:57:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=652, /10.240.0.87:5701->/10.240.0.66:58436, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:57:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58482 | |
12:57:42.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58482 | |
12:57:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=653, /10.240.0.87:5701->/10.240.0.66:58482, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:57:42.953 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.4G, swap.space.total=0, swap.space.free=0, heap.memory.used=589.7M, heap.memory.free=1.3G, heap.memory.total=1.9G, heap.memory.max=12.2G, heap.memory.used/total=30.24%, heap.memory.used/max=4.71%, minor.gc.count=716, minor.gc.time=15451ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=12.52, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=560045, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
12:57:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58528 | |
12:57:48.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58528 | |
12:57:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=654, /10.240.0.87:5701->/10.240.0.66:58528, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:57:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58620 | |
12:57:58.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58620 | |
12:57:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=655, /10.240.0.87:5701->/10.240.0.66:58620, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:58:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58658 | |
12:58:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58658 | |
12:58:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=656, /10.240.0.87:5701->/10.240.0.66:58658, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:58:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58700 | |
12:58:08.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58700 | |
12:58:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=657, /10.240.0.87:5701->/10.240.0.66:58700, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:58:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58776 | |
12:58:18.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58776 | |
12:58:18.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=658, /10.240.0.87:5701->/10.240.0.66:58776, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:58:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58820 | |
12:58:22.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58820 | |
12:58:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=659, /10.240.0.87:5701->/10.240.0.66:58820, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:58:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58866 | |
12:58:28.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58866 | |
12:58:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=660, /10.240.0.87:5701->/10.240.0.66:58866, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:58:38.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58950 | |
12:58:38.591 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58950 | |
12:58:38.591 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=661, /10.240.0.87:5701->/10.240.0.66:58950, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:58:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:58994 | |
12:58:42.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:58994 | |
12:58:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=662, /10.240.0.87:5701->/10.240.0.66:58994, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:58:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59038 | |
12:58:48.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59038 | |
12:58:48.592 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=663, /10.240.0.87:5701->/10.240.0.66:59038, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:58:58.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59144 | |
12:58:58.589 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59144 | |
12:58:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=664, /10.240.0.87:5701->/10.240.0.66:59144, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:59:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59184 | |
12:59:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59184 | |
12:59:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=665, /10.240.0.87:5701->/10.240.0.66:59184, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:59:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59232 | |
12:59:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59232 | |
12:59:08.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=666, /10.240.0.87:5701->/10.240.0.66:59232, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:59:18.591 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59312 | |
12:59:18.592 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59312 | |
12:59:18.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=667, /10.240.0.87:5701->/10.240.0.66:59312, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:59:22.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59346 | |
12:59:22.041 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59346 | |
12:59:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=668, /10.240.0.87:5701->/10.240.0.66:59346, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:59:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59392 | |
12:59:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59392 | |
12:59:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=669, /10.240.0.87:5701->/10.240.0.66:59392, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:59:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59488 | |
12:59:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59488 | |
12:59:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=670, /10.240.0.87:5701->/10.240.0.66:59488, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:59:42.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59532 | |
12:59:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59532 | |
12:59:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=671, /10.240.0.87:5701->/10.240.0.66:59532, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:59:48.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59584 | |
12:59:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59584 | |
12:59:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=672, /10.240.0.87:5701->/10.240.0.66:59584, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
12:59:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59668 | |
12:59:58.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59668 | |
12:59:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=673, /10.240.0.87:5701->/10.240.0.66:59668, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:00:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59700 | |
13:00:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59700 | |
13:00:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=674, /10.240.0.87:5701->/10.240.0.66:59700, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:00:08.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59746 | |
13:00:08.589 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59746 | |
13:00:08.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=675, /10.240.0.87:5701->/10.240.0.66:59746, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:00:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59828 | |
13:00:18.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59828 | |
13:00:18.593 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=676, /10.240.0.87:5701->/10.240.0.66:59828, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:00:22.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59858 | |
13:00:22.042 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59858 | |
13:00:22.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=677, /10.240.0.87:5701->/10.240.0.66:59858, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:00:28.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59904 | |
13:00:28.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59904 | |
13:00:28.589 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=678, /10.240.0.87:5701->/10.240.0.66:59904, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:00:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:59988 | |
13:00:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:59988 | |
13:00:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=679, /10.240.0.87:5701->/10.240.0.66:59988, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:00:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60020 | |
13:00:42.041 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60020 | |
13:00:42.044 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=680, /10.240.0.87:5701->/10.240.0.66:60020, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:00:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60072 | |
13:00:48.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60072 | |
13:00:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=681, /10.240.0.87:5701->/10.240.0.66:60072, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:00:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60162 | |
13:00:58.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60162 | |
13:00:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=682, /10.240.0.87:5701->/10.240.0.66:60162, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:01:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60200 | |
13:01:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60200 | |
13:01:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=683, /10.240.0.87:5701->/10.240.0.66:60200, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:01:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60248 | |
13:01:08.589 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60248 | |
13:01:08.590 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=684, /10.240.0.87:5701->/10.240.0.66:60248, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:01:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60324 | |
13:01:18.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60324 | |
13:01:18.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=685, /10.240.0.87:5701->/10.240.0.66:60324, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:01:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60358 | |
13:01:22.041 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60358 | |
13:01:22.043 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=686, /10.240.0.87:5701->/10.240.0.66:60358, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:01:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60410 | |
13:01:28.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60410 | |
13:01:28.593 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=687, /10.240.0.87:5701->/10.240.0.66:60410, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:01:38.593 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60488 | |
13:01:38.594 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60488 | |
13:01:38.597 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=688, /10.240.0.87:5701->/10.240.0.66:60488, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:01:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60528 | |
13:01:42.041 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60528 | |
13:01:42.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=689, /10.240.0.87:5701->/10.240.0.66:60528, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:01:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60574 | |
13:01:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60574 | |
13:01:48.593 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=690, /10.240.0.87:5701->/10.240.0.66:60574, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:01:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60660 | |
13:01:58.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60660 | |
13:01:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=691, /10.240.0.87:5701->/10.240.0.66:60660, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:02:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60698 | |
13:02:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60698 | |
13:02:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=692, /10.240.0.87:5701->/10.240.0.66:60698, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:02:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60746 | |
13:02:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60746 | |
13:02:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=693, /10.240.0.87:5701->/10.240.0.66:60746, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:02:18.589 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60830 | |
13:02:18.589 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60830 | |
13:02:18.590 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=694, /10.240.0.87:5701->/10.240.0.66:60830, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:02:22.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60864 | |
13:02:22.040 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60864 | |
13:02:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=695, /10.240.0.87:5701->/10.240.0.66:60864, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:02:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60906 | |
13:02:28.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60906 | |
13:02:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=696, /10.240.0.87:5701->/10.240.0.66:60906, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:02:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:60986 | |
13:02:38.586 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:60986 | |
13:02:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=697, /10.240.0.87:5701->/10.240.0.66:60986, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:02:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:32814 | |
13:02:42.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:32814 | |
13:02:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=698, /10.240.0.87:5701->/10.240.0.66:32814, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:02:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:32866 | |
13:02:48.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:32866 | |
13:02:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=699, /10.240.0.87:5701->/10.240.0.66:32866, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:02:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:32954 | |
13:02:58.587 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:32954 | |
13:02:58.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=700, /10.240.0.87:5701->/10.240.0.66:32954, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:03:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:32990 | |
13:03:02.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:32990 | |
13:03:02.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=701, /10.240.0.87:5701->/10.240.0.66:32990, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:03:08.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33038 | |
13:03:08.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33038 | |
13:03:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=702, /10.240.0.87:5701->/10.240.0.66:33038, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:03:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33114 | |
13:03:18.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33114 | |
13:03:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=703, /10.240.0.87:5701->/10.240.0.66:33114, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:03:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33156 | |
13:03:22.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33156 | |
13:03:22.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=704, /10.240.0.87:5701->/10.240.0.66:33156, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:03:28.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33196 | |
13:03:28.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33196 | |
13:03:28.592 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=705, /10.240.0.87:5701->/10.240.0.66:33196, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:03:38.588 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33286 | |
13:03:38.588 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33286 | |
13:03:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=706, /10.240.0.87:5701->/10.240.0.66:33286, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:03:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33326 | |
13:03:42.039 [hed.thread-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33326 | |
13:03:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=707, /10.240.0.87:5701->/10.240.0.66:33326, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:03:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33376 | |
13:03:48.592 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33376 | |
13:03:48.592 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=708, /10.240.0.87:5701->/10.240.0.66:33376, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:03:58.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33482 | |
13:03:58.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33482 | |
13:03:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=709, /10.240.0.87:5701->/10.240.0.66:33482, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:04:02.038 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33512 | |
13:04:02.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33512 | |
13:04:02.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=710, /10.240.0.87:5701->/10.240.0.66:33512, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:04:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33564 | |
13:04:08.586 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33564 | |
13:04:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=711, /10.240.0.87:5701->/10.240.0.66:33564, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:04:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33638 | |
13:04:18.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33638 | |
13:04:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=712, /10.240.0.87:5701->/10.240.0.66:33638, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:04:22.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33668 | |
13:04:22.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33668 | |
13:04:22.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=713, /10.240.0.87:5701->/10.240.0.66:33668, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:04:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33714 | |
13:04:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33714 | |
13:04:28.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=714, /10.240.0.87:5701->/10.240.0.66:33714, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:04:38.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33808 | |
13:04:38.589 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33808 | |
13:04:38.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=715, /10.240.0.87:5701->/10.240.0.66:33808, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:04:42.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33844 | |
13:04:42.039 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33844 | |
13:04:42.039 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=716, /10.240.0.87:5701->/10.240.0.66:33844, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:04:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33898 | |
13:04:48.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33898 | |
13:04:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=717, /10.240.0.87:5701->/10.240.0.66:33898, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:04:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:33996 | |
13:04:58.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:33996 | |
13:04:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=718, /10.240.0.87:5701->/10.240.0.66:33996, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:05:02.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34028 | |
13:05:02.041 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34028 | |
13:05:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=719, /10.240.0.87:5701->/10.240.0.66:34028, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:05:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34070 | |
13:05:08.588 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34070 | |
13:05:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=720, /10.240.0.87:5701->/10.240.0.66:34070, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:05:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34152 | |
13:05:18.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34152 | |
13:05:18.597 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=721, /10.240.0.87:5701->/10.240.0.66:34152, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:05:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34188 | |
13:05:22.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34188 | |
13:05:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=722, /10.240.0.87:5701->/10.240.0.66:34188, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:05:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34228 | |
13:05:28.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34228 | |
13:05:28.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=723, /10.240.0.87:5701->/10.240.0.66:34228, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:05:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34310 | |
13:05:38.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34310 | |
13:05:38.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=724, /10.240.0.87:5701->/10.240.0.66:34310, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:05:42.040 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34344 | |
13:05:42.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34344 | |
13:05:42.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=725, /10.240.0.87:5701->/10.240.0.66:34344, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:05:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34390 | |
13:05:48.587 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34390 | |
13:05:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=726, /10.240.0.87:5701->/10.240.0.66:34390, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:05:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34482 | |
13:05:58.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34482 | |
13:05:58.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=727, /10.240.0.87:5701->/10.240.0.66:34482, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:06:02.045 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34518 | |
13:06:02.046 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34518 | |
13:06:02.046 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=728, /10.240.0.87:5701->/10.240.0.66:34518, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:06:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34560 | |
13:06:08.588 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34560 | |
13:06:08.588 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=729, /10.240.0.87:5701->/10.240.0.66:34560, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:06:18.587 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34634 | |
13:06:18.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34634 | |
13:06:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=730, /10.240.0.87:5701->/10.240.0.66:34634, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:06:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34670 | |
13:06:22.039 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34670 | |
13:06:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=731, /10.240.0.87:5701->/10.240.0.66:34670, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:06:23.372 [ealthMonitor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] processors=8, physical.memory.total=55.0G, physical.memory.free=20.3G, swap.space.total=0, swap.space.free=0, heap.memory.used=1006.3M, heap.memory.free=1.1G, heap.memory.total=2.1G, heap.memory.max=12.2G, heap.memory.used/total=47.51%, heap.memory.used/max=8.04%, minor.gc.count=743, minor.gc.time=16289ms, major.gc.count=3, major.gc.time=649ms, load.process=0.00%, load.system=0.00%, load.systemAverage=7.77, thread.count=103, thread.peakCount=119, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=631805, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=5, clientEndpoint.count=3, connection.active.count=4, client.connection.count=3, connection.count=0 | |
13:06:28.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34720 | |
13:06:28.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34720 | |
13:06:28.592 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=732, /10.240.0.87:5701->/10.240.0.66:34720, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:06:38.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34806 | |
13:06:38.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34806 | |
13:06:38.588 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=733, /10.240.0.87:5701->/10.240.0.66:34806, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:06:42.041 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34844 | |
13:06:42.041 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34844 | |
13:06:42.042 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=734, /10.240.0.87:5701->/10.240.0.66:34844, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:06:48.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34892 | |
13:06:48.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34892 | |
13:06:48.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=735, /10.240.0.87:5701->/10.240.0.66:34892, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:06:58.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:34980 | |
13:06:58.587 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:34980 | |
13:06:58.589 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=736, /10.240.0.87:5701->/10.240.0.66:34980, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:07:02.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35022 | |
13:07:02.040 [hed.thread-3] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35022 | |
13:07:02.041 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=737, /10.240.0.87:5701->/10.240.0.66:35022, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:07:08.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35072 | |
13:07:08.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35072 | |
13:07:08.587 [.thread-in-2] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=738, /10.240.0.87:5701->/10.240.0.66:35072, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:07:18.586 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35148 | |
13:07:18.586 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35148 | |
13:07:18.587 [.thread-in-0] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=739, /10.240.0.87:5701->/10.240.0.66:35148, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side | |
13:07:22.039 [ead-Acceptor] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Accepting socket connection from /10.240.0.66:35184 | |
13:07:22.040 [hed.thread-5] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Established socket connection between /10.240.0.87:5701 and /10.240.0.66:35184 | |
13:07:22.040 [.thread-in-1] INFO [10.240.0.87]:5701 [hazelcast-test] [3.9.4] Connection[id=740, /10.240.0.87:5701->/10.240.0.66:35184, endpoint=null, alive=false, type=NONE] closed. Reason: Connection closed by the other side |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment