Replicator with couchbase lite android 2.0

Here the log between close execution and the timeout :

04-19 10:21:51.317 5601-5616/mapotempo.com.fleet.test I/mapotempo.com.fleet.core.DatabaseHandler:     >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> try latch
    04-19 10:21:51.318 5601-5616/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.stop() repl -> 0xa2e20c00
    04-19 10:21:51.318 5601-5621/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#1} Told to stop!
    04-19 10:21:51.318 5601-5621/mapotempo.com.fleet.test I/LiteCore [BLIP]: {N8litecore4blip10ConnectionE#1} Close connection
    04-19 10:21:51.318 5601-5621/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#1} activityLevel=busy: connectionState=3
    04-19 10:21:51.318 5601-5621/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#1} now busy
    04-19 10:21:51.318 5601-5621/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.statusChangedCallback() repl -> 0x0x7ea2e20c00 status -> 4
    04-19 10:21:51.319 5601-5620/mapotempo.com.fleet.test I/LiteCore [WS]: {N8litecore9websocket12C4SocketImplE#1}==> N8litecore9websocket12C4SocketImplE ws:192.168.1.252:4984/db/_blipsync
    04-19 10:21:51.319 5601-5620/mapotempo.com.fleet.test I/LiteCore [WS]: {N8litecore9websocket12C4SocketImplE#1} Requesting close with status=1000, message=''
    04-19 10:21:51.321 5601-5621/mapotempo.com.fleet.test I/Sync: C4ReplicatorListener.statusChanged() status -> C4ReplicatorStatus{activityLevel=4, progressUnitsCompleted=0, progressUnitsTotal=0, progressDocumentCount=0, errorDomain=0, errorCode=0, errorInternalInfo=0}
    04-19 10:21:51.323 5601-5624/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.getResponseHeaders() repl -> 0xa2e20c00
    04-19 10:21:51.323 5601-5624/mapotempo.com.fleet.test I/Sync: statusChanged() c4Status -> C4ReplicatorStatus{activityLevel=4, progressUnitsCompleted=0, progressUnitsTotal=0, progressDocumentCount=0, errorDomain=0, errorCode=0, errorInternalInfo=0}
    04-19 10:21:51.328 5601-5624/mapotempo.com.fleet.test I/Sync: Replicator[<*> Database@52ef085{name='database_c8cc2442d38d969'} URLEndpoint{url=ws://192.168.1.252:4984/db}] is busy, progress 0/0, error: null
    04-19 10:21:51.435 5601-5627/mapotempo.com.fleet.test V/WS: WebSocketListener.onClosing() code -> 1000, reason -> 
    04-19 10:21:51.436 5601-5627/mapotempo.com.fleet.test W/WS: CBLWebSocket.requestClose() Failed to attempt to initiate a graceful shutdown of this web socket.
    04-19 10:21:51.437 5601-5627/mapotempo.com.fleet.test V/WS: WebSocketListener.onClosed() code -> 1000, reason -> 
    04-19 10:21:51.437 5601-5627/mapotempo.com.fleet.test I/LiteCore [WS]: {N8litecore9websocket12C4SocketImplE#2}==> N8litecore9websocket12C4SocketImplE ws:192.168.1.252:4984/db/_blipsync
    04-19 10:21:51.438 5601-5627/mapotempo.com.fleet.test I/LiteCore [WS]: {N8litecore9websocket12C4SocketImplE#2} sent 733 bytes, rcvd 8075, in 1.975 sec (371/sec, 4088/sec)
    04-19 10:21:51.438 5601-5623/mapotempo.com.fleet.test I/LiteCore [BLIP]: {N8litecore4blip10ConnectionE#2} Closed with WebSocket status 1000: 
    04-19 10:21:51.438 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#2} Connection closed with WebSocket status 1000: "" (state=2)
    04-19 10:21:51.438 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#2} I didn't initiate the close; treating this as code 1001 (GoingAway)
    04-19 10:21:51.438 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {DBWorker#3} activityLevel=idle: pendingResponseCount=0, eventCount=1
    04-19 10:21:51.439 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Push#5} activityLevel=idle: pendingResponseCount=0, caughtUp=1, changeLists=0, revsInFlight=0, blobsInFlight=0, awaitingReply=0, revsToSend=0, pendingSequences=0
    04-19 10:21:51.439 5601-5622/mapotempo.com.fleet.test E/LiteCore [Sync]: {Repl#2} Got LiteCore error: WebSocket connection closed by peer (6/1001)
    04-19 10:21:51.439 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#2} activityLevel=stopped: connectionState=0
    04-19 10:21:51.439 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#2} now stopped
    04-19 10:21:51.439 5601-5618/mapotempo.com.fleet.test I/LiteCore [BLIP]: {N8litecore4blip6BLIPIOE#3}==> N8litecore4blip6BLIPIOE 0x7ea2e924c8
    04-19 10:21:51.439 5601-5618/mapotempo.com.fleet.test I/LiteCore [BLIP]: {N8litecore4blip6BLIPIOE#3} ~BLIPIO: Sent 733 bytes, rcvd 8075. Max outbox depth was 1, avg 1.00
    04-19 10:21:51.440 5601-5622/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.statusChangedCallback() repl -> 0x0x7ea2e215a0 status -> 0
    04-19 10:21:51.440 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Pull#4} activityLevel=idle: pendingResponseCount=0, _caughtUp=1, _waitingForChangesCallback=0, _pendingRevMessages=0, _activeIncomingRevs=0
    04-19 10:21:51.441 5601-5618/mapotempo.com.fleet.test I/LiteCore [DB]: Closing database /data/user/0/mapotempo.com.fleet.test/files/database_c8cc2442d38d969.cblite2/db.sqlite3
    04-19 10:21:51.442 5601-5622/mapotempo.com.fleet.test I/Sync: C4ReplicatorListener.statusChanged() status -> C4ReplicatorStatus{activityLevel=0, progressUnitsCompleted=33, progressUnitsTotal=66, progressDocumentCount=66, errorDomain=6, errorCode=1001, errorInternalInfo=1000}
    04-19 10:21:51.444 5601-5625/mapotempo.com.fleet.test I/Sync: statusChanged() c4Status -> C4ReplicatorStatus{activityLevel=0, progressUnitsCompleted=33, progressUnitsTotal=66, progressDocumentCount=66, errorDomain=6, errorCode=1001, errorInternalInfo=1000}
    04-19 10:21:51.446 5601-5625/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.free() repl -> 0xa2e215a0
    04-19 10:21:51.446 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#2} activityLevel=stopped: connectionState=0
    04-19 10:21:51.450 5601-5625/mapotempo.com.fleet.test I/Sync: Replicator[<*> Database@52ef085{name='database_c8cc2442d38d969'} URLEndpoint{url=ws://192.168.1.252:4984/db}]: Transient error (C4Error{domain=6, code=1001, internalInfo=1000}); will retry in 2 sec...
    04-19 10:21:51.454 5601-5625/mapotempo.com.fleet.test V/Sync: com.couchbase.lite.AndroidNetworkReachabilityManager@270f28a: startListening() registering com.couchbase.lite.AndroidNetworkReachabilityManager$NetworkReceiver@4b980fb with context android.app.ContextImpl@5befbff
    04-19 10:21:51.460 5601-5625/mapotempo.com.fleet.test I/Sync: Replicator[<*> Database@52ef085{name='database_c8cc2442d38d969'} URLEndpoint{url=ws://192.168.1.252:4984/db}] is offline, progress 33/66, error: CouchbaseLiteException{domain='CouchbaseLite', code=11001, msg=null}
    04-19 10:21:51.461 5601-5601/mapotempo.com.fleet.test V/Sync: NetworkReceiver.onReceive() Online -> true
    04-19 10:21:51.462 5601-5601/mapotempo.com.fleet.test I/Sync: Replicator[<*> Database@52ef085{name='database_c8cc2442d38d969'} URLEndpoint{url=ws://192.168.1.252:4984/db}]: Server may now be reachable; retrying...
    04-19 10:21:51.463 5601-5601/mapotempo.com.fleet.test I/Sync: Replicator[<*> Database@52ef085{name='database_c8cc2442d38d969'} URLEndpoint{url=ws://192.168.1.252:4984/db}]: Retrying...
    04-19 10:21:51.464 5601-5601/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.create()
    04-19 10:21:51.465 5601-5601/mapotempo.com.fleet.test I/LiteCore [DB]: Opening database /data/user/0/mapotempo.com.fleet.test/files/database_c8cc2442d38d969.cblite2/db.sqlite3
    04-19 10:21:51.467 5601-5601/mapotempo.com.fleet.test I/LiteCore [BLIP]: {N8litecore4blip10ConnectionE#4}==> N8litecore4blip10ConnectionE ->ws:192.168.1.252:4984/db/_blipsync
    04-19 10:21:51.467 5601-5601/mapotempo.com.fleet.test I/LiteCore [BLIP]: {N8litecore4blip10ConnectionE#4} Opening connection...
    04-19 10:21:51.468 5601-5601/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6}==> N8litecore4repl10ReplicatorE /data/user/0/mapotempo.com.fleet.test/files/database_c8cc2442d38d969.cblite2/ ->ws:192.168.1.252:4984/db/_blipsync
    04-19 10:21:51.468 5601-5601/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} Push=continuous, Pull=continuous, Options={"WS-Protocols":"BLIP_3+CBMobile_2",auth:{password:"123456",type:"Basic",username:"5ffbb992f9c44a4e7a50897f785c5f63d38e587130f7cf86a07359d609dc50dd"},channels:["company:company-dzC-REbyrC","mission_status_type:company-dzC-REbyrC","mission_action_type:company-dzC-REbyrC"],headers:{"User-Agent":"CouchbaseLite/2.0.0-457 (Java; Android 8.1.0; Nexus 5X) Build/0 Commit/8dd6674 LiteCore/ (457)"}}
    04-19 10:21:51.468 5601-5601/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.create() repl -> 0x0x7ea023fb40
    04-19 10:21:51.469 5601-5601/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.getStatus() repl -> 0xa023fb40
    04-19 10:21:51.471 5601-5601/mapotempo.com.fleet.test I/Sync: Replicator[<*> Database@52ef085{name='database_c8cc2442d38d969'} URLEndpoint{url=ws://192.168.1.252:4984/db}] is connecting, progress 0/0, error: null
    04-19 10:21:51.471 5601-5601/mapotempo.com.fleet.test I/Sync: C4ReplicatorListener.statusChanged() status -> C4ReplicatorStatus{activityLevel=2, progressUnitsCompleted=0, progressUnitsTotal=0, progressDocumentCount=0, errorDomain=0, errorCode=0, errorInternalInfo=0}
    04-19 10:21:51.472 5601-5625/mapotempo.com.fleet.test I/Sync: statusChanged() c4Status -> C4ReplicatorStatus{activityLevel=2, progressUnitsCompleted=0, progressUnitsTotal=0, progressDocumentCount=0, errorDomain=0, errorCode=0, errorInternalInfo=0}
    04-19 10:21:51.474 5601-5625/mapotempo.com.fleet.test I/Sync: Replicator[<*> Database@52ef085{name='database_c8cc2442d38d969'} URLEndpoint{url=ws://192.168.1.252:4984/db}] is connecting, progress 0/0, error: null
    04-19 10:21:51.475 5601-5623/mapotempo.com.fleet.test V/WS: CBLWebSocket connecting to ws://192.168.1.252:4984/db/_blipsync...
    04-19 10:21:51.482 5601-5623/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=connecting: connectionState=1
    04-19 10:21:51.535 5601-5632/mapotempo.com.fleet.test V/WS: Authenticating for response: Response{protocol=http/1.1, code=401, message=Unauthorized, url=http://192.168.1.252:4984/db/_blipsync}
    04-19 10:21:51.536 5601-5632/mapotempo.com.fleet.test V/WS: Challenges: [Basic realm="Couchbase Sync Gateway" charset="ISO-8859-1"]
    04-19 10:21:51.556 5601-5632/mapotempo.com.fleet.test V/WS: WebSocketListener.onOpen() response -> Response{protocol=http/1.1, code=101, message=Switching Protocols, url=http://192.168.1.252:4984/db/_blipsync}
    04-19 10:21:51.557 5601-5632/mapotempo.com.fleet.test V/WS: receivedHTTPResponse() httpStatus -> 101
    04-19 10:21:51.558 5601-5632/mapotempo.com.fleet.test I/WS: CBLWebSocket CONNECTED!
    04-19 10:21:51.558 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=connecting: connectionState=1
    04-19 10:21:51.558 5601-5632/mapotempo.com.fleet.test I/LiteCore [BLIP]: {N8litecore4blip10ConnectionE#4} Connected!
    04-19 10:21:51.558 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} Connected!
    04-19 10:21:51.558 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.558 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} now busy
    04-19 10:21:51.558 5601-5622/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.statusChangedCallback() repl -> 0x0x7ea023fb40 status -> 4
    04-19 10:21:51.560 5601-5622/mapotempo.com.fleet.test I/Sync: C4ReplicatorListener.statusChanged() status -> C4ReplicatorStatus{activityLevel=4, progressUnitsCompleted=0, progressUnitsTotal=0, progressDocumentCount=0, errorDomain=0, errorCode=0, errorInternalInfo=0}
    04-19 10:21:51.562 5601-5625/mapotempo.com.fleet.test I/Sync: statusChanged() c4Status -> C4ReplicatorStatus{activityLevel=4, progressUnitsCompleted=0, progressUnitsTotal=0, progressDocumentCount=0, errorDomain=0, errorCode=0, errorInternalInfo=0}
    04-19 10:21:51.564 5601-5625/mapotempo.com.fleet.test V/Sync: com.couchbase.lite.AndroidNetworkReachabilityManager@270f28a: stopListening() unregistering com.couchbase.lite.AndroidNetworkReachabilityManager$NetworkReceiver@4b980fb with context android.app.ContextImpl@5befbff
    04-19 10:21:51.566 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {DBWorker#7}==> N8litecore4repl8DBWorkerE ->ws:192.168.1.252:4984/db/_blipsync
    04-19 10:21:51.566 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {DBWorker#7} activityLevel=idle: pendingResponseCount=0, eventCount=1
    04-19 10:21:51.566 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} Local checkpoint 'cp-omc6U6UKXrkCveuXxTfV7Y6xuQ0=' is [0, '49']; getting remote ...
    04-19 10:21:51.567 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.567 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} pushStatus=busy, pullStatus=busy, dbStatus=idle, progress=0/0
    04-19 10:21:51.567 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.567 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.569 5601-5625/mapotempo.com.fleet.test I/Sync: Replicator[<*> Database@52ef085{name='database_c8cc2442d38d969'} URLEndpoint{url=ws://192.168.1.252:4984/db}] is busy, progress 0/0, error: null
    04-19 10:21:51.582 5601-5632/mapotempo.com.fleet.test V/WS: WebSocketListener.onMessage() bytes -> 0109522b4a2d6330d0356470cecf2b49cd2bd10da92c4865482c28c8c94c4e2cc9cccfd3cf2acecf63a8562a4acdcd2f4955b232b1ac05009a55eff1
    04-19 10:21:51.583 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} Received remote checkpoint: [0, '49'] rev='0-1'
    04-19 10:21:51.583 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.583 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Push#8}==> N8litecore4repl6PusherE ->ws:192.168.1.252:4984/db/_blipsync
    04-19 10:21:51.583 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Push#8} Starting continuous push from local seq #1
    04-19 10:21:51.583 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Push#8} activityLevel=busy: pendingResponseCount=0, caughtUp=0, changeLists=1, revsInFlight=0, blobsInFlight=0, awaitingReply=0, revsToSend=0, pendingSequences=0
    04-19 10:21:51.583 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Pull#9}==> N8litecore4repl6PullerE ->ws:192.168.1.252:4984/db/_blipsync
    04-19 10:21:51.583 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Pull#9} Starting pull from remote seq 49
    04-19 10:21:51.584 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Pull#9} activityLevel=busy: pendingResponseCount=1, _caughtUp=0, _waitingForChangesCallback=0, _pendingRevMessages=0, _activeIncomingRevs=0
    04-19 10:21:51.586 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {DBWorker#7} activityLevel=idle: pendingResponseCount=0, eventCount=1
    04-19 10:21:51.586 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} pushStatus=busy, pullStatus=busy, dbStatus=idle, progress=0/0
    04-19 10:21:51.586 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.588 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Push#8} Found 0 changes up to #33
    04-19 10:21:51.588 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Push#8} Caught up, at lastSequence #33
    04-19 10:21:51.589 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Push#8} activityLevel=idle: pendingResponseCount=0, caughtUp=1, changeLists=0, revsInFlight=0, blobsInFlight=0, awaitingReply=0, revsToSend=0, pendingSequences=0
    04-19 10:21:51.589 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} pushStatus=busy, pullStatus=busy, dbStatus=idle, progress=0/0
    04-19 10:21:51.589 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.589 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Pull#9} activityLevel=busy: pendingResponseCount=1, _caughtUp=0, _waitingForChangesCallback=0, _pendingRevMessages=0, _activeIncomingRevs=0
    04-19 10:21:51.589 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} pushStatus=idle, pullStatus=busy, dbStatus=idle, progress=0/0
    04-19 10:21:51.589 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.589 5601-5619/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.592 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.602 5601-5632/mapotempo.com.fleet.test V/WS: WebSocketListener.onMessage() bytes -> 020100182278e8
    04-19 10:21:51.602 5601-5620/mapotempo.com.fleet.test I/LiteCore [Sync]: {Pull#9} activityLevel=busy: pendingResponseCount=0, _caughtUp=0, _waitingForChangesCallback=0, _pendingRevMessages=0, _activeIncomingRevs=0
    04-19 10:21:51.608 5601-5632/mapotempo.com.fleet.test V/WS: WebSocketListener.onMessage() bytes -> 0128d2c3af36a0283f2d332795213923312f3db59821af34270700ab275962
    04-19 10:21:51.608 5601-5621/mapotempo.com.fleet.test I/LiteCore [Sync]: {Pull#9} Caught up with remote changes
    04-19 10:21:51.608 5601-5621/mapotempo.com.fleet.test I/LiteCore [Sync]: {Pull#9} activityLevel=idle: pendingResponseCount=0, _caughtUp=1, _waitingForChangesCallback=0, _pendingRevMessages=0, _activeIncomingRevs=0
    04-19 10:21:51.608 5601-5621/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} pushStatus=idle, pullStatus=idle, dbStatus=idle, progress=0/0
    04-19 10:21:51.609 5601-5621/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.619 5601-5632/mapotempo.com.fleet.test V/WS: WebSocketListener.onMessage() bytes -> 04010872657600302d3200dba27356
    04-19 10:21:51.619 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} Saved remote checkpoint cp-omc6U6UKXrkCveuXxTfV7Y6xuQ0= as rev='0-2'
    04-19 10:21:51.619 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=busy: connectionState=2
    04-19 10:21:51.621 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {DBWorker#7} Saved local checkpoint cp-omc6U6UKXrkCveuXxTfV7Y6xuQ0= to db
    04-19 10:21:51.621 5601-5618/mapotempo.com.fleet.test I/LiteCore [Sync]: {DBWorker#7} activityLevel=idle: pendingResponseCount=0, eventCount=1
    04-19 10:21:51.621 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} activityLevel=idle: connectionState=2
    04-19 10:21:51.621 5601-5622/mapotempo.com.fleet.test I/LiteCore [Sync]: {Repl#6} now idle
    04-19 10:21:51.621 5601-5622/mapotempo.com.fleet.test I/LiteCoreJNI: [NATIVE] C4Replicator.statusChangedCallback() repl -> 0x0x7ea023fb40 status -> 3
    04-19 10:21:51.623 5601-5622/mapotempo.com.fleet.test I/Sync: C4ReplicatorListener.statusChanged() status -> C4ReplicatorStatus{activityLevel=3, progressUnitsCompleted=0, progressUnitsTotal=0, progressDocumentCount=0, errorDomain=0, errorCode=0, errorInternalInfo=0}
    04-19 10:21:51.625 5601-5625/mapotempo.com.fleet.test I/Sync: statusChanged() c4Status -> C4ReplicatorStatus{activityLevel=3, progressUnitsCompleted=0, progressUnitsTotal=0, progressDocumentCount=0, errorDomain=0, errorCode=0, errorInternalInfo=0}
    04-19 10:21:51.628 5601-5625/mapotempo.com.fleet.test I/Sync: Replicator[<*> Database@52ef085{name='database_c8cc2442d38d969'} URLEndpoint{url=ws://192.168.1.252:4984/db}] is idle, progress 0/0, error: null
    04-19 10:22:01.319 5601-5616/mapotempo.com.fleet.test I/mapotempo.com.fleet.core.DatabaseHandler: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> latch one false