Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite replication for several attachments, never gets to idle? #1508

Closed
basememara opened this issue Nov 14, 2016 · 3 comments
Closed

Infinite replication for several attachments, never gets to idle? #1508

basememara opened this issue Nov 14, 2016 · 3 comments

Comments

@basememara
Copy link

basememara commented Nov 14, 2016

I have a about 20 documents that usually carry about 30 attachments that are about 5MB's each. I started noticing that the replication on app start up never goes back to idle, it gets stuck in active indefinitely. The effects of this is that I never know when the replicator is done, and also going from foreground to background and vice-versa causes the app to freeze because the replicator is trying to suspend but it can't so locks the main thread. Actually, I can never stop the replicator because it's waiting for database endlessly.

Below are my logs. This has happened with sever accounts, but not at first. Once they start gathering more attachments it seems. I have a log for the same user that starts up the app twice. My point of both logs is I wanted to show that no data was changed on client or server, but gets stuck replicating.

Why are attachments causing the replicator to never get to idle?

  • Version: Couchbase Lite 1.3.1 (build 6) (master branch, Aug 26 2016)
  • Client OS: iOS 10.1 / Swift 3 / Xcode 8.1
  • Server: Couchbase Sync Gateway/1.1.1

On app startup:

10:02:36.785| Logging ChangeTracker(Verbose), Sync(Verbose) to TTY
10:02:36.786| ### Couchbase Lite 1.3.1 (build 6) (master branch, Aug 26 2016) ###
10:02:36.786| Couchbase Lite using SQLite version 3.14.0 (2016-07-26 15:17:14 91e811f51e611a37372875e96a4c51bbed2dfdea)
10:02:36.786| FYI, couldn't enable SQLite mmap: error 21
10:02:36.851| Sync: CBLReplication[from https://mysyncserver.com/sync]: offline, progress = 0 / 0, err: (null)
10:02:36.852| Sync: CBLReplication[to https://mysyncserver.com/sync]: offline, progress = 0 / 0, err: (null)
10:02:36.855‖ Sync: CBLRestPuller[https://mysyncserver.com/sync] STARTING ...
10:02:36.857‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: Reachability state = <mysyncserver.com>:reachable (02), suspended=0
10:02:36.857‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: Going online
10:02:36.857‖ Sync: CBLRestPuller[https://mysyncserver.com/sync] Progress: set active = 1
10:02:36.857‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=(null), online=1, error=(null))
10:02:36.857‖ Sync: <CBLRemoteSession: 0x6100002836b0>: GET /sync/_local/4c301851fdd219cd0ba0a85d22c718331cf348bd
10:02:36.858‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=(null), online=1, error=(null))
10:02:36.859‖ Sync: CBLRestPusher[https://mysyncserver.com/sync] STARTING ...
10:02:36.860‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Reachability state = <mysyncserver.com>:reachable (02), suspended=0
10:02:36.860‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Going online
10:02:36.860‖ Sync: CBLRestPusher[https://mysyncserver.com/sync] Progress: set active = 1
10:02:36.860‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=(null), online=1, error=(null))
10:02:36.860‖ Sync: <CBLRemoteSession: 0x600000091f80>: GET /sync/_local/fd11d79ea320b8cdc579efe46120e0103557f0bb
10:02:36.861‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=(null), online=1, error=(null))
10:02:36.868| Sync: CBLReplication[from https://mysyncserver.com/sync]: active, progress = 0 / 0, err: (null)
10:02:36.868| Sync: CBLReplication[to https://mysyncserver.com/sync]: active, progress = 0 / 0, err: (null)
10:02:37.345‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Server is Couchbase Sync Gateway/1.1.1
10:02:37.345‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: Server is Couchbase Sync Gateway/1.1.1
10:02:37.346‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: lastSequence mismatch: I had 351, remote had 555 (response = {
    "_id" = "_local/fd11d79ea320b8cdc579efe46120e0103557f0bb";
    "_rev" = "0-7";
    lastSequence = 555;
})
10:02:37.348‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Received 335 revs
10:02:37.348‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: BEGIN processInbox (100 sequences)
10:02:37.348‖ Sync: <CBLRemoteSession: 0x600000091f80>: POST /sync/_revs_diff
10:02:37.348‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: END processInbox (lastSequence=(null))
10:02:37.348‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: BEGIN processInbox (100 sequences)
10:02:37.349‖ Sync: <CBLRemoteSession: 0x600000091f80>: POST /sync/_revs_diff
10:02:37.349‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: END processInbox (lastSequence=(null))
10:02:37.349‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: Replicating from lastSequence=117517
10:02:37.349‖ Sync: CBLRestPuller[https://mysyncserver.com/sync] starting ChangeTracker: mode=0, since=117517
10:02:37.350‖ ChangeTracker: CBLSocketChangeTracker[0x6080001aca20 sync]: Starting...
10:02:37.350‖ Sync: CBLSocketChangeTracker[0x6080001aca20 sync]: POST //mysyncserver.com/sync/_changes?feed=normal&heartbeat=300000&style=all_docs&since=117517
10:02:37.350‖ ChangeTracker: Changes feed using proxy settings {
    ExceptionsList =     (
        "*.local",
        "xxx.xxx/xx"
    );
    FTPPassive = 1;
    "__SCOPED__" =     {
        en0 =         {
            ExceptionsList =             (
                "*.local",
                "xxx.xxx/xx"
            );
            FTPPassive = 1;
        };
    };
}
10:02:37.351‖ ChangeTracker: CBLSocketChangeTracker[0x6080001aca20 sync]: Started... <https://mysyncserver.com/sync/_changes?feed=normal&heartbeat=300000&style=all_docs&since=117517>
10:02:37.351‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: BEGIN processInbox (100 sequences)
10:02:37.351‖ Sync: <CBLRemoteSession: 0x600000091f80>: POST /sync/_revs_diff
10:02:37.352‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: END processInbox (lastSequence=(null))
10:02:37.352‖ ChangeTracker: CBLSocketChangeTracker[0x6080001aca20 sync]: Event 1 on <__NSCFInputStream: 0x61800010f8a0>
10:02:37.352‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: BEGIN processInbox (35 sequences)
10:02:37.352‖ Sync: <CBLRemoteSession: 0x600000091f80>: POST /sync/_revs_diff
10:02:37.353‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: END processInbox (lastSequence=(null))
10:02:37.534‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 1 (from (null))
10:02:37.534‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=1, online=1, error=(null))
10:02:37.534‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 2 (from 1)
10:02:37.534‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=2, online=1, error=(null))
10:02:37.534‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 3 (from 2)
10:02:37.534‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=3, online=1, error=(null))
10:02:37.534‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 4 (from 3)
10:02:37.534‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=4, online=1, error=(null))
10:02:37.534‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 5 (from 4)
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=5, online=1, error=(null))
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 6 (from 5)
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=6, online=1, error=(null))
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 7 (from 6)
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=7, online=1, error=(null))
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 8 (from 7)
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=8, online=1, error=(null))
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 9 (from 8)
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=9, online=1, error=(null))
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 10 (from 9)
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=10, online=1, error=(null))
10:02:37.535‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 11 (from 10)
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=11, online=1, error=(null))
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 12 (from 11)
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=12, online=1, error=(null))
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 14 (from 12)
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=14, online=1, error=(null))
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 15 (from 14)
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=15, online=1, error=(null))
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 16 (from 15)
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=16, online=1, error=(null))
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 17 (from 16)
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=17, online=1, error=(null))
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 18 (from 17)
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=18, online=1, error=(null))
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 19 (from 18)
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=19, online=1, error=(null))
10:02:37.536‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 20 (from 19)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=20, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 21 (from 20)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=21, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 22 (from 21)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=22, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 23 (from 22)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=23, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 24 (from 23)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=24, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 25 (from 24)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=25, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 26 (from 25)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=26, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 28 (from 26)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=28, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 29 (from 28)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=29, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 31 (from 29)
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=31, online=1, error=(null))
10:02:37.537‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 32 (from 31)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=32, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 33 (from 32)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=33, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 34 (from 33)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=34, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 35 (from 34)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=35, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 36 (from 35)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=36, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 37 (from 36)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=37, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 38 (from 37)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=38, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 39 (from 38)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=39, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 40 (from 39)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=40, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 41 (from 40)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=41, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 42 (from 41)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=42, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 43 (from 42)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=43, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 44 (from 43)
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=44, online=1, error=(null))
10:02:37.538‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 45 (from 44)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=45, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 46 (from 45)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=46, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 47 (from 46)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=47, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 48 (from 47)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=48, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 49 (from 48)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=49, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 50 (from 49)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=50, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 51 (from 50)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=51, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 52 (from 51)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=52, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 54 (from 52)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=54, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 55 (from 54)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=55, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 56 (from 55)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=56, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 57 (from 56)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=57, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 58 (from 57)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=58, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 59 (from 58)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=59, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 60 (from 59)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=60, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 61 (from 60)
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=61, online=1, error=(null))
10:02:37.539‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 62 (from 61)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=62, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 63 (from 62)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=63, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 64 (from 63)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=64, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 65 (from 64)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=65, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 66 (from 65)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=66, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 68 (from 66)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=68, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 69 (from 68)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=69, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 70 (from 69)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=70, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 71 (from 70)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=71, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 72 (from 71)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=72, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 73 (from 72)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=73, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 74 (from 73)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=74, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 75 (from 74)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=75, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 76 (from 75)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=76, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 77 (from 76)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=77, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 78 (from 77)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=78, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 79 (from 78)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=79, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 80 (from 79)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=80, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 82 (from 80)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=82, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 83 (from 82)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=83, online=1, error=(null))
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 84 (from 83)
10:02:37.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=84, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 85 (from 84)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=85, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 86 (from 85)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=86, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 87 (from 86)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=87, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 88 (from 87)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=88, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 89 (from 88)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=89, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 90 (from 89)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=90, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 91 (from 90)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=91, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 92 (from 91)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=92, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 93 (from 92)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=93, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 94 (from 93)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=94, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 96 (from 94)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=96, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 97 (from 96)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=97, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 98 (from 97)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=98, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 99 (from 98)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=99, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 100 (from 99)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=100, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 101 (from 100)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=101, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 102 (from 101)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=102, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 103 (from 102)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=103, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 104 (from 103)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=104, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 105 (from 104)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=105, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 106 (from 105)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=106, online=1, error=(null))
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 107 (from 106)
10:02:37.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=107, online=1, error=(null))
10:02:37.665‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 108 (from 107)
10:02:37.665‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=108, online=1, error=(null))
10:02:37.665‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 110 (from 108)
10:02:37.665‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=110, online=1, error=(null))
10:02:37.665‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 111 (from 110)
10:02:37.665‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=111, online=1, error=(null))
10:02:37.665‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 112 (from 111)
10:02:37.665‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=112, online=1, error=(null))
10:02:37.665‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 113 (from 112)
10:02:37.666‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=113, online=1, error=(null))
10:02:37.679‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 114 (from 113)
10:02:37.679‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=114, online=1, error=(null))
10:02:37.680‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 115 (from 114)
10:02:37.680‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=115, online=1, error=(null))
10:02:37.680‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 116 (from 115)
10:02:37.680‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=116, online=1, error=(null))
10:02:37.680‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 117 (from 116)
10:02:37.680‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=117, online=1, error=(null))
10:02:37.680‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 118 (from 117)
10:02:37.680‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=118, online=1, error=(null))
10:02:37.683‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 119 (from 118)
10:02:37.683‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=119, online=1, error=(null))
10:02:37.683‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 120 (from 119)
10:02:37.683‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=120, online=1, error=(null))
10:02:37.683‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 121 (from 120)
10:02:37.683‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=121, online=1, error=(null))
10:02:37.683‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 122 (from 121)
10:02:37.683‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=122, online=1, error=(null))
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 124 (from 122)
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=124, online=1, error=(null))
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 125 (from 124)
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=125, online=1, error=(null))
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 126 (from 125)
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=126, online=1, error=(null))
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 127 (from 126)
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=127, online=1, error=(null))
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 128 (from 127)
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=128, online=1, error=(null))
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 129 (from 128)
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=129, online=1, error=(null))
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 130 (from 129)
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=130, online=1, error=(null))
10:02:37.698‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 131 (from 130)
10:02:37.699‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=131, online=1, error=(null))
10:02:37.699‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 132 (from 131)
10:02:37.699‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=132, online=1, error=(null))
10:02:37.699‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 133 (from 132)
10:02:37.699‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=133, online=1, error=(null))
10:02:37.699‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 134 (from 133)
10:02:37.699‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=134, online=1, error=(null))
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 135 (from 134)
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=135, online=1, error=(null))
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 136 (from 135)
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=136, online=1, error=(null))
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 138 (from 136)
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=138, online=1, error=(null))
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 139 (from 138)
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=139, online=1, error=(null))
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 140 (from 139)
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=140, online=1, error=(null))
10:02:37.718‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 141 (from 140)
10:02:37.721‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=141, online=1, error=(null))
10:02:37.721‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 142 (from 141)
10:02:37.721‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=142, online=1, error=(null))
10:02:37.721‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 143 (from 142)
10:02:37.721‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=143, online=1, error=(null))
10:02:37.721‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 144 (from 143)
10:02:37.721‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=144, online=1, error=(null))
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 145 (from 144)
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=145, online=1, error=(null))
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 146 (from 145)
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=146, online=1, error=(null))
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 147 (from 146)
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=147, online=1, error=(null))
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 148 (from 147)
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=148, online=1, error=(null))
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 149 (from 148)
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=149, online=1, error=(null))
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 150 (from 149)
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=150, online=1, error=(null))
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 152 (from 150)
10:02:37.723‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=152, online=1, error=(null))
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 153 (from 152)
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=153, online=1, error=(null))
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 154 (from 153)
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=154, online=1, error=(null))
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 155 (from 154)
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=155, online=1, error=(null))
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 156 (from 155)
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=156, online=1, error=(null))
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 157 (from 156)
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=157, online=1, error=(null))
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 158 (from 157)
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=158, online=1, error=(null))
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 159 (from 158)
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=159, online=1, error=(null))
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 160 (from 159)
10:02:37.725‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=160, online=1, error=(null))
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 161 (from 160)
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=161, online=1, error=(null))
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 162 (from 161)
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=162, online=1, error=(null))
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 163 (from 162)
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=163, online=1, error=(null))
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 164 (from 163)
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=164, online=1, error=(null))
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 166 (from 164)
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=166, online=1, error=(null))
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 167 (from 166)
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=167, online=1, error=(null))
10:02:37.726‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 168 (from 167)
10:02:37.732‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=168, online=1, error=(null))
10:02:37.732‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 169 (from 168)
10:02:37.732‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=169, online=1, error=(null))
10:02:37.732‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 170 (from 169)
10:02:37.732‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=170, online=1, error=(null))
10:02:37.732‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 171 (from 170)
10:02:37.732‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=171, online=1, error=(null))
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 172 (from 171)
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=172, online=1, error=(null))
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 173 (from 172)
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=173, online=1, error=(null))
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 174 (from 173)
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=174, online=1, error=(null))
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 175 (from 174)
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=175, online=1, error=(null))
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 176 (from 175)
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=176, online=1, error=(null))
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 177 (from 176)
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=177, online=1, error=(null))
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 178 (from 177)
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=178, online=1, error=(null))
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 180 (from 178)
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=180, online=1, error=(null))
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 181 (from 180)
10:02:37.765‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=181, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 182 (from 181)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=182, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 183 (from 182)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=183, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 184 (from 183)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=184, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 185 (from 184)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=185, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 186 (from 185)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=186, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 187 (from 186)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=187, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 188 (from 187)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=188, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 189 (from 188)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=189, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 190 (from 189)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=190, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 191 (from 190)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=191, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 192 (from 191)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=192, online=1, error=(null))
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 194 (from 192)
10:02:37.766‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=194, online=1, error=(null))
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 195 (from 194)
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=195, online=1, error=(null))
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 196 (from 195)
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=196, online=1, error=(null))
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 197 (from 196)
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=197, online=1, error=(null))
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 198 (from 197)
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=198, online=1, error=(null))
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 199 (from 198)
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=199, online=1, error=(null))
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 200 (from 199)
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=200, online=1, error=(null))
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 201 (from 200)
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=201, online=1, error=(null))
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 202 (from 201)
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=202, online=1, error=(null))
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 203 (from 202)
10:02:37.767‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=203, online=1, error=(null))
10:02:37.769‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 204 (from 203)
10:02:37.769‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=204, online=1, error=(null))
10:02:37.769‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 205 (from 204)
10:02:37.769‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=205, online=1, error=(null))
10:02:37.769‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 206 (from 205)
10:02:37.769‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=206, online=1, error=(null))
10:02:37.769‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 208 (from 206)
10:02:37.769‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=208, online=1, error=(null))
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 209 (from 208)
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=209, online=1, error=(null))
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 210 (from 209)
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=210, online=1, error=(null))
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 211 (from 210)
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=211, online=1, error=(null))
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 212 (from 211)
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=212, online=1, error=(null))
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 213 (from 212)
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=213, online=1, error=(null))
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 214 (from 213)
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=214, online=1, error=(null))
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 215 (from 214)
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=215, online=1, error=(null))
10:02:37.770‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 216 (from 215)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=216, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 217 (from 216)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=217, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 218 (from 217)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=218, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 219 (from 218)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=219, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 220 (from 219)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=220, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 222 (from 220)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=222, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 223 (from 222)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=223, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 224 (from 223)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=224, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 225 (from 224)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=225, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 226 (from 225)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=226, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 227 (from 226)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=227, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 229 (from 227)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=229, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 230 (from 229)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=230, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 231 (from 230)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=231, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 232 (from 231)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=232, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 233 (from 232)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=233, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 234 (from 233)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=234, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 235 (from 234)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=235, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 236 (from 235)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=236, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 237 (from 236)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=237, online=1, error=(null))
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 238 (from 237)
10:02:37.771‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=238, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 239 (from 238)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=239, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 240 (from 239)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=240, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 241 (from 240)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=241, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 243 (from 241)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=243, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 244 (from 243)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=244, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 245 (from 244)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=245, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 246 (from 245)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=246, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 247 (from 246)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=247, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 248 (from 247)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=248, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 249 (from 248)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=249, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 250 (from 249)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=250, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 251 (from 250)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=251, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 252 (from 251)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=252, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 253 (from 252)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=253, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 254 (from 253)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=254, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 255 (from 254)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=255, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 257 (from 255)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=257, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 258 (from 257)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=258, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 259 (from 258)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=259, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 260 (from 259)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=260, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 261 (from 260)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=261, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 262 (from 261)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=262, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 263 (from 262)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=263, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 264 (from 263)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=264, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 265 (from 264)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=265, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 266 (from 265)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=266, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 267 (from 266)
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=267, online=1, error=(null))
10:02:37.772‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 268 (from 267)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=268, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 269 (from 268)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=269, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 271 (from 269)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=271, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 272 (from 271)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=272, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 273 (from 272)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=273, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 274 (from 273)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=274, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 275 (from 274)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=275, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 276 (from 275)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=276, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 277 (from 276)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=277, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 278 (from 277)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=278, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 279 (from 278)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=279, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 280 (from 279)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=280, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 281 (from 280)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=281, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 282 (from 281)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=282, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 283 (from 282)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=283, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 285 (from 283)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=285, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 286 (from 285)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=286, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 287 (from 286)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=287, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 288 (from 287)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=288, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 289 (from 288)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=289, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 290 (from 289)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=290, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 291 (from 290)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=291, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 292 (from 291)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=292, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 293 (from 292)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=293, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 294 (from 293)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=294, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 295 (from 294)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=295, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 296 (from 295)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=296, online=1, error=(null))
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 297 (from 296)
10:02:37.773‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=297, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 299 (from 297)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=299, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 300 (from 299)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=300, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 301 (from 300)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=301, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 302 (from 301)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=302, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 303 (from 302)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=303, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 304 (from 303)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=304, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 305 (from 304)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=305, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 306 (from 305)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=306, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 307 (from 306)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=307, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 308 (from 307)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=308, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 309 (from 308)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=309, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 310 (from 309)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=310, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 311 (from 310)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=311, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 312 (from 311)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=312, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 331 (from 312)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=331, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 332 (from 331)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=332, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 333 (from 332)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=333, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 334 (from 333)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=334, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 335 (from 334)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=335, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 336 (from 335)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=336, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 337 (from 336)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=337, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 338 (from 337)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=338, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 339 (from 338)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=339, online=1, error=(null))
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 340 (from 339)
10:02:37.774‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=340, online=1, error=(null))
10:02:37.927‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 341 (from 340)
10:02:37.927‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=341, online=1, error=(null))
10:02:37.928‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 342 (from 341)
10:02:37.928‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=342, online=1, error=(null))
10:02:37.928‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 343 (from 342)
10:02:37.928‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=343, online=1, error=(null))
10:02:37.928‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 344 (from 343)
10:02:37.928‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=344, online=1, error=(null))
10:02:37.928‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 345 (from 344)
10:02:37.928‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=345, online=1, error=(null))
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 346 (from 345)
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=346, online=1, error=(null))
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 347 (from 346)
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=347, online=1, error=(null))
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 348 (from 347)
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=348, online=1, error=(null))
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 349 (from 348)
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=349, online=1, error=(null))
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 350 (from 349)
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=350, online=1, error=(null))
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 407 (from 350)
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=407, online=1, error=(null))
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 955 (from 407)
10:02:37.929‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=955, online=1, error=(null))
10:02:37.932‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 975 (from 955)
10:02:37.932‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=975, online=1, error=(null))
10:02:37.932‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 996 (from 975)
10:02:37.932‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=996, online=1, error=(null))
10:02:37.932‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 1037 (from 996)
10:02:37.932‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=1037, online=1, error=(null))
10:02:37.938‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/1, active=1 (batch=0, net=1), lastSeq=1037, online=1, error=(null))
10:02:37.945‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Queuing CBLMultipartUploader[PUT https://mysyncserver.com/sync/p%3A%3AlYiYWfFeStiG9x6eIzx8Ww%3A%3Apaidaily%3A%3A2016-11-11?new_edits=false] (multipart, 347kb)
10:02:37.945‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Starting CBLMultipartUploader[PUT https://mysyncserver.com/sync/p%3A%3AlYiYWfFeStiG9x6eIzx8Ww%3A%3Apaidaily%3A%3A2016-11-11?new_edits=false]
10:02:37.945‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Sending 19 revisions
10:02:37.945‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Sending (
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-25 #50-f1a1da1c1b08fde8717c810c2395c900}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-26 #50-2305cb32e64d2bb139a647ca674c1e4a}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-27 #50-96bb6259bd88febe992eac1eea82d26d}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-28 #50-80e63ccb502f2633220bfce6e4350bac}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-29 #50-d7c2a5fa9f1838e0cca5071ab0a712cc}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-30 #50-e0734ad00c42d5ab2ae03af1733cc261}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-31 #50-f1fb7ff643ee42c1f90e362001e4d8f0}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-01 #50-9b965b119b4c113492759d06a5c055c2}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-02 #50-75e32a41703a9d427a2c3bf684744092}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-03 #50-4219edce0b75265519e7c3655d51aac6}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-04 #50-d21ab0b134a667ddc81d35f02cc35138}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-05 #50-ee03da134e834d427c0f75cd5cb0943e}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-06 #50-c1d3d42e2c6dd99a682e10ebdf135e43}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-07 #50-b6375acaaaee8d19ac46ebead05d28c3}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-08 #50-4bc2b74779bc96b17615b02e369ed0a3}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-09 #50-63a94d119ac2c94bca8eac855a6c4a39}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-10 #50-0c55393bbde9d17b18105edb546ea173}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-12 #36-920aea5b0eca79395e5709466036c7ee}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-13 #6-13ad751b50082bcb51dc388e0ba32d34}"
)
10:02:37.960‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/20, active=1 (batch=0, net=2), lastSeq=1037, online=1, error=(null))
10:02:37.960‖ Sync: <CBLRemoteSession: 0x600000091f80>: POST /sync/_bulk_docs
10:02:37.971| Sync: CBLReplication[to https://mysyncserver.com/sync]: active, progress = 0 / 20, err: (null)

Restart the app a few seconds later with no data changes made on client or server:

10:04:07.415| Logging ChangeTracker(Verbose), Sync(Verbose) to TTY
10:04:07.415| ### Couchbase Lite 1.3.1 (build 6) (master branch, Aug 26 2016) ###
10:04:07.416| Couchbase Lite using SQLite version 3.14.0 (2016-07-26 15:17:14 91e811f51e611a37372875e96a4c51bbed2dfdea)
10:04:07.416| FYI, couldn't enable SQLite mmap: error 21
10:04:07.476| Sync: CBLReplication[from https://mysyncserver.com/sync]: offline, progress = 0 / 0, err: (null)
10:04:07.476| Sync: CBLReplication[to https://mysyncserver.com/sync]: offline, progress = 0 / 0, err: (null)
10:04:07.480‖ Sync: CBLRestPuller[https://mysyncserver.com/sync] STARTING ...
10:04:07.481‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: Reachability state = <mysyncserver.com>:reachable (02), suspended=0
10:04:07.481‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: Going online
10:04:07.482‖ Sync: CBLRestPuller[https://mysyncserver.com/sync] Progress: set active = 1
10:04:07.482‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=(null), online=1, error=(null))
10:04:07.482‖ Sync: <CBLRemoteSession: 0x6100002904a0>: GET /sync/_local/4c301851fdd219cd0ba0a85d22c718331cf348bd
10:04:07.482‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=(null), online=1, error=(null))
10:04:07.483‖ Sync: CBLRestPusher[https://mysyncserver.com/sync] STARTING ...
10:04:07.484‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Reachability state = <mysyncserver.com>:reachable (02), suspended=0
10:04:07.485‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Going online
10:04:07.485‖ Sync: CBLRestPusher[https://mysyncserver.com/sync] Progress: set active = 1
10:04:07.485‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=(null), online=1, error=(null))
10:04:07.485‖ Sync: <CBLRemoteSession: 0x6080002874e0>: GET /sync/_local/fd11d79ea320b8cdc579efe46120e0103557f0bb
10:04:07.485‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=(null), online=1, error=(null))
10:04:07.500| Sync: CBLReplication[from https://mysyncserver.com/sync]: active, progress = 0 / 0, err: (null)
10:04:07.501| Sync: CBLReplication[to https://mysyncserver.com/sync]: active, progress = 0 / 0, err: (null)
10:04:07.972‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: Server is Couchbase Sync Gateway/1.1.1
10:04:07.972‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Server is Couchbase Sync Gateway/1.1.1
10:04:07.972‖ Sync: CBLRestPuller[https://mysyncserver.com/sync]: Replicating from lastSequence=117517
10:04:07.973‖ Sync: CBLRestPuller[https://mysyncserver.com/sync] starting ChangeTracker: mode=0, since=117517
10:04:07.973‖ ChangeTracker: CBLSocketChangeTracker[0x6000001b8480 sync]: Starting...
10:04:07.973‖ Sync: CBLSocketChangeTracker[0x6000001b8480 sync]: POST //mysyncserver.com/sync/_changes?feed=normal&heartbeat=300000&style=all_docs&since=117517
10:04:07.974‖ ChangeTracker: Changes feed using proxy settings {
    ExceptionsList =     (
        "*.local",
        "xxx.xxx/xx"
    );
    FTPPassive = 1;
    "__SCOPED__" =     {
        en0 =         {
            ExceptionsList =             (
                "*.local",
                "xxx.xxx/xx"
            );
            FTPPassive = 1;
        };
    };
}
10:04:07.975‖ ChangeTracker: CBLSocketChangeTracker[0x6000001b8480 sync]: Started... <https://mysyncserver.com/sync/_changes?feed=normal&heartbeat=300000&style=all_docs&since=117517>
10:04:07.975‖ ChangeTracker: CBLSocketChangeTracker[0x6000001b8480 sync]: Event 1 on <__NSCFInputStream: 0x61800010d4a0>
10:04:07.976‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: lastSequence mismatch: I had 351, remote had 555 (response = {
    "_id" = "_local/fd11d79ea320b8cdc579efe46120e0103557f0bb";
    "_rev" = "0-7";
    lastSequence = 555;
})
10:04:07.977‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Received 335 revs
10:04:07.978‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: BEGIN processInbox (100 sequences)
10:04:07.978‖ Sync: <CBLRemoteSession: 0x6080002874e0>: POST /sync/_revs_diff
10:04:07.978‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: END processInbox (lastSequence=(null))
10:04:07.978‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: BEGIN processInbox (100 sequences)
10:04:07.978‖ Sync: <CBLRemoteSession: 0x6080002874e0>: POST /sync/_revs_diff
10:04:07.979‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: END processInbox (lastSequence=(null))
10:04:07.979‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: BEGIN processInbox (100 sequences)
10:04:07.979‖ Sync: <CBLRemoteSession: 0x6080002874e0>: POST /sync/_revs_diff
10:04:07.979‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: END processInbox (lastSequence=(null))
10:04:07.979‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: BEGIN processInbox (35 sequences)
10:04:07.980‖ Sync: <CBLRemoteSession: 0x6080002874e0>: POST /sync/_revs_diff
10:04:07.980‖ Sync: *** CBLRestPusher[https://mysyncserver.com/sync]: END processInbox (lastSequence=(null))
10:04:08.138‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 1 (from (null))
10:04:08.138‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=1, online=1, error=(null))
10:04:08.138‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 2 (from 1)
10:04:08.138‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=2, online=1, error=(null))
10:04:08.139‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 3 (from 2)
10:04:08.139‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=3, online=1, error=(null))
10:04:08.139‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 4 (from 3)
10:04:08.139‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=4, online=1, error=(null))
10:04:08.139‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 5 (from 4)
10:04:08.139‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=5, online=1, error=(null))
10:04:08.139‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 6 (from 5)
10:04:08.139‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=6, online=1, error=(null))
10:04:08.139‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 7 (from 6)
10:04:08.140‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=7, online=1, error=(null))
10:04:08.140‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 8 (from 7)
10:04:08.140‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=8, online=1, error=(null))
10:04:08.140‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 9 (from 8)
10:04:08.140‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=9, online=1, error=(null))
10:04:08.140‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 10 (from 9)
10:04:08.140‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=10, online=1, error=(null))
10:04:08.140‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 11 (from 10)
10:04:08.140‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=11, online=1, error=(null))
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 12 (from 11)
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=12, online=1, error=(null))
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 14 (from 12)
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=14, online=1, error=(null))
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 15 (from 14)
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=15, online=1, error=(null))
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 16 (from 15)
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=16, online=1, error=(null))
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 17 (from 16)
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=17, online=1, error=(null))
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 18 (from 17)
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=18, online=1, error=(null))
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 19 (from 18)
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=19, online=1, error=(null))
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 20 (from 19)
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=20, online=1, error=(null))
10:04:08.141‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 21 (from 20)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=21, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 22 (from 21)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=22, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 23 (from 22)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=23, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 24 (from 23)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=24, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 25 (from 24)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=25, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 26 (from 25)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=26, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 28 (from 26)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=28, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 29 (from 28)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=29, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 31 (from 29)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=31, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 32 (from 31)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=32, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 33 (from 32)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=33, online=1, error=(null))
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 34 (from 33)
10:04:08.142‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=34, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 35 (from 34)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=35, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 36 (from 35)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=36, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 37 (from 36)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=37, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 38 (from 37)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=38, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 39 (from 38)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=39, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 40 (from 39)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=40, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 41 (from 40)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=41, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 42 (from 41)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=42, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 43 (from 42)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=43, online=1, error=(null))
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 44 (from 43)
10:04:08.143‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=44, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 45 (from 44)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=45, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 46 (from 45)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=46, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 47 (from 46)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=47, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 48 (from 47)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=48, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 49 (from 48)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=49, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 50 (from 49)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=50, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 51 (from 50)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=51, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 52 (from 51)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=52, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 54 (from 52)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=54, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 55 (from 54)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=55, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 56 (from 55)
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=56, online=1, error=(null))
10:04:08.144‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 57 (from 56)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=57, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 58 (from 57)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=58, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 59 (from 58)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=59, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 60 (from 59)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=60, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 61 (from 60)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=61, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 62 (from 61)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=62, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 63 (from 62)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=63, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 64 (from 63)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=64, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 65 (from 64)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=65, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 66 (from 65)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=66, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 68 (from 66)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=68, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 69 (from 68)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=69, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 70 (from 69)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=70, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 71 (from 70)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=71, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 72 (from 71)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=72, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 73 (from 72)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=73, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 74 (from 73)
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=74, online=1, error=(null))
10:04:08.145‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 75 (from 74)
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=75, online=1, error=(null))
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 76 (from 75)
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=76, online=1, error=(null))
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 77 (from 76)
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=77, online=1, error=(null))
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 78 (from 77)
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=78, online=1, error=(null))
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 79 (from 78)
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=79, online=1, error=(null))
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 80 (from 79)
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=80, online=1, error=(null))
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 82 (from 80)
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=82, online=1, error=(null))
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 83 (from 82)
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=83, online=1, error=(null))
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 84 (from 83)
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=84, online=1, error=(null))
10:04:08.146‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 85 (from 84)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=85, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 86 (from 85)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=86, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 87 (from 86)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=87, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 88 (from 87)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=88, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 89 (from 88)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=89, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 90 (from 89)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=90, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 91 (from 90)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=91, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 92 (from 91)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=92, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 93 (from 92)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=93, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 94 (from 93)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=94, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 96 (from 94)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=96, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 97 (from 96)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=97, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 98 (from 97)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=98, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 99 (from 98)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=99, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 100 (from 99)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=100, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 101 (from 100)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=101, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 102 (from 101)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=102, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 103 (from 102)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=103, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 104 (from 103)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=104, online=1, error=(null))
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 105 (from 104)
10:04:08.147‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=105, online=1, error=(null))
10:04:08.148‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 106 (from 105)
10:04:08.148‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=106, online=1, error=(null))
10:04:08.148‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 107 (from 106)
10:04:08.148‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=4), lastSeq=107, online=1, error=(null))
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 108 (from 107)
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=108, online=1, error=(null))
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 110 (from 108)
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=110, online=1, error=(null))
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 111 (from 110)
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=111, online=1, error=(null))
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 112 (from 111)
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=112, online=1, error=(null))
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 113 (from 112)
10:04:08.266‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=113, online=1, error=(null))
10:04:08.287‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 114 (from 113)
10:04:08.287‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=114, online=1, error=(null))
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 115 (from 114)
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=115, online=1, error=(null))
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 116 (from 115)
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=116, online=1, error=(null))
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 117 (from 116)
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=117, online=1, error=(null))
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 118 (from 117)
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=118, online=1, error=(null))
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 119 (from 118)
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=119, online=1, error=(null))
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 120 (from 119)
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=120, online=1, error=(null))
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 121 (from 120)
10:04:08.288‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=121, online=1, error=(null))
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 122 (from 121)
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=122, online=1, error=(null))
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 124 (from 122)
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=124, online=1, error=(null))
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 125 (from 124)
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=125, online=1, error=(null))
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 126 (from 125)
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=126, online=1, error=(null))
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 127 (from 126)
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=127, online=1, error=(null))
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 128 (from 127)
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=128, online=1, error=(null))
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 129 (from 128)
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=129, online=1, error=(null))
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 130 (from 129)
10:04:08.291‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=130, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 131 (from 130)
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=131, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 132 (from 131)
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=132, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 133 (from 132)
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=133, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 134 (from 133)
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=134, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 135 (from 134)
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=135, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 136 (from 135)
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=136, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 138 (from 136)
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=138, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 139 (from 138)
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=139, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 140 (from 139)
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=140, online=1, error=(null))
10:04:08.293‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 141 (from 140)
10:04:08.294‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=141, online=1, error=(null))
10:04:08.294‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 142 (from 141)
10:04:08.294‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=142, online=1, error=(null))
10:04:08.294‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 143 (from 142)
10:04:08.294‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=143, online=1, error=(null))
10:04:08.294‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 144 (from 143)
10:04:08.294‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=144, online=1, error=(null))
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 145 (from 144)
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=145, online=1, error=(null))
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 146 (from 145)
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=146, online=1, error=(null))
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 147 (from 146)
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=147, online=1, error=(null))
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 148 (from 147)
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=148, online=1, error=(null))
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 149 (from 148)
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=149, online=1, error=(null))
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 150 (from 149)
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=150, online=1, error=(null))
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 152 (from 150)
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=152, online=1, error=(null))
10:04:08.311‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 153 (from 152)
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=153, online=1, error=(null))
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 154 (from 153)
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=154, online=1, error=(null))
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 155 (from 154)
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=155, online=1, error=(null))
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 156 (from 155)
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=156, online=1, error=(null))
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 157 (from 156)
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=157, online=1, error=(null))
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 158 (from 157)
10:04:08.327‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=158, online=1, error=(null))
10:04:08.336‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 159 (from 158)
10:04:08.336‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=159, online=1, error=(null))
10:04:08.336‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 160 (from 159)
10:04:08.336‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=160, online=1, error=(null))
10:04:08.336‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 161 (from 160)
10:04:08.336‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=161, online=1, error=(null))
10:04:08.336‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 162 (from 161)
10:04:08.336‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=162, online=1, error=(null))
10:04:08.349‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 163 (from 162)
10:04:08.349‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=163, online=1, error=(null))
10:04:08.349‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 164 (from 163)
10:04:08.349‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=164, online=1, error=(null))
10:04:08.349‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 166 (from 164)
10:04:08.349‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=166, online=1, error=(null))
10:04:08.349‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 167 (from 166)
10:04:08.350‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=167, online=1, error=(null))
10:04:08.350‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 168 (from 167)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=168, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 169 (from 168)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=169, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 170 (from 169)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=170, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 171 (from 170)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=171, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 172 (from 171)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=172, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 173 (from 172)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=173, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 174 (from 173)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=174, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 175 (from 174)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=175, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 176 (from 175)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=176, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 177 (from 176)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=177, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 178 (from 177)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=178, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 180 (from 178)
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=180, online=1, error=(null))
10:04:08.359‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 181 (from 180)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=181, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 182 (from 181)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=182, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 183 (from 182)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=183, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 184 (from 183)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=184, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 185 (from 184)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=185, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 186 (from 185)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=186, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 187 (from 186)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=187, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 188 (from 187)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=188, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 189 (from 188)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=189, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 190 (from 189)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=190, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 191 (from 190)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=191, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 192 (from 191)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=192, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 194 (from 192)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=194, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 195 (from 194)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=195, online=1, error=(null))
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 196 (from 195)
10:04:08.360‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=196, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 197 (from 196)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=197, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 198 (from 197)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=198, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 199 (from 198)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=199, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 200 (from 199)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=200, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 201 (from 200)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=201, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 202 (from 201)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=202, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 203 (from 202)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=203, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 204 (from 203)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=204, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 205 (from 204)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=205, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 206 (from 205)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=206, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 208 (from 206)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=208, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 209 (from 208)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=209, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 210 (from 209)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=210, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 211 (from 210)
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=211, online=1, error=(null))
10:04:08.361‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 212 (from 211)
10:04:08.368‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=212, online=1, error=(null))
10:04:08.368‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 213 (from 212)
10:04:08.368‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=213, online=1, error=(null))
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 214 (from 213)
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=214, online=1, error=(null))
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 215 (from 214)
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=3), lastSeq=215, online=1, error=(null))
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 216 (from 215)
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=216, online=1, error=(null))
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 217 (from 216)
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=217, online=1, error=(null))
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 218 (from 217)
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=218, online=1, error=(null))
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 219 (from 218)
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=219, online=1, error=(null))
10:04:08.369‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 220 (from 219)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=220, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 222 (from 220)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=222, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 223 (from 222)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=223, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 224 (from 223)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=224, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 225 (from 224)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=225, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 226 (from 225)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=226, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 227 (from 226)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=227, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 229 (from 227)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=229, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 230 (from 229)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=230, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 231 (from 230)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=231, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 232 (from 231)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=232, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 233 (from 232)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=233, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 234 (from 233)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=234, online=1, error=(null))
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 235 (from 234)
10:04:08.370‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=235, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 236 (from 235)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=236, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 237 (from 236)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=237, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 238 (from 237)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=238, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 239 (from 238)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=239, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 240 (from 239)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=240, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 241 (from 240)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=241, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 243 (from 241)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=243, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 244 (from 243)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=244, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 245 (from 244)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=245, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 246 (from 245)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=246, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 247 (from 246)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=247, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 248 (from 247)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=248, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 249 (from 248)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=249, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 250 (from 249)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=250, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 251 (from 250)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=251, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 252 (from 251)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=252, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 253 (from 252)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=253, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 254 (from 253)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=254, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 255 (from 254)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=255, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 257 (from 255)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=257, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 258 (from 257)
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=258, online=1, error=(null))
10:04:08.371‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 259 (from 258)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=259, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 260 (from 259)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=260, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 261 (from 260)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=261, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 262 (from 261)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=262, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 263 (from 262)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=263, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 264 (from 263)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=264, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 265 (from 264)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=265, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 266 (from 265)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=266, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 267 (from 266)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=267, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 268 (from 267)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=268, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 269 (from 268)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=269, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 271 (from 269)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=271, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 272 (from 271)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=272, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 273 (from 272)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=273, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 274 (from 273)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=274, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 275 (from 274)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=275, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 276 (from 275)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=276, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 277 (from 276)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=277, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 278 (from 277)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=278, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 279 (from 278)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=279, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 280 (from 279)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=280, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 281 (from 280)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=281, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 282 (from 281)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=282, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 283 (from 282)
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=283, online=1, error=(null))
10:04:08.372‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 285 (from 283)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=285, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 286 (from 285)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=286, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 287 (from 286)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=287, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 288 (from 287)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=288, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 289 (from 288)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=289, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 290 (from 289)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=290, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 291 (from 290)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=291, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 292 (from 291)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=292, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 293 (from 292)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=293, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 294 (from 293)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=294, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 295 (from 294)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=295, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 296 (from 295)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=296, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 297 (from 296)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=297, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 299 (from 297)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=299, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 300 (from 299)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=300, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 301 (from 300)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=301, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 302 (from 301)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=302, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 303 (from 302)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=303, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 304 (from 303)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=304, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 305 (from 304)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=305, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 306 (from 305)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=306, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 307 (from 306)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=307, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 308 (from 307)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=308, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 309 (from 308)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=309, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 310 (from 309)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=310, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 311 (from 310)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=311, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 312 (from 311)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=312, online=1, error=(null))
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 331 (from 312)
10:04:08.373‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=331, online=1, error=(null))
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 332 (from 331)
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=332, online=1, error=(null))
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 333 (from 332)
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=333, online=1, error=(null))
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 334 (from 333)
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=334, online=1, error=(null))
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 335 (from 334)
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=335, online=1, error=(null))
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 336 (from 335)
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=336, online=1, error=(null))
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 337 (from 336)
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=337, online=1, error=(null))
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 338 (from 337)
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=338, online=1, error=(null))
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 339 (from 338)
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=339, online=1, error=(null))
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 340 (from 339)
10:04:08.374‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=2), lastSeq=340, online=1, error=(null))
10:04:08.540‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 341 (from 340)
10:04:08.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=341, online=1, error=(null))
10:04:08.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 342 (from 341)
10:04:08.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=342, online=1, error=(null))
10:04:08.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 343 (from 342)
10:04:08.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=343, online=1, error=(null))
10:04:08.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 344 (from 343)
10:04:08.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=344, online=1, error=(null))
10:04:08.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 345 (from 344)
10:04:08.541‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=345, online=1, error=(null))
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 346 (from 345)
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=346, online=1, error=(null))
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 347 (from 346)
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=347, online=1, error=(null))
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 348 (from 347)
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=348, online=1, error=(null))
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 349 (from 348)
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=349, online=1, error=(null))
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 350 (from 349)
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=350, online=1, error=(null))
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 407 (from 350)
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=407, online=1, error=(null))
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 955 (from 407)
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=955, online=1, error=(null))
10:04:08.543‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 975 (from 955)
10:04:08.557‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=975, online=1, error=(null))
10:04:08.557‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 996 (from 975)
10:04:08.557‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=996, online=1, error=(null))
10:04:08.557‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Setting lastSequence to 1057 (from 996)
10:04:08.557‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/0, active=1 (batch=0, net=1), lastSeq=1057, online=1, error=(null))
10:04:08.562‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/1, active=1 (batch=0, net=1), lastSeq=1057, online=1, error=(null))
10:04:08.562‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Queuing CBLMultipartUploader[PUT https://mysyncserver.com/sync/p%3A%3AlYiYWfFeStiG9x6eIzx8Ww%3A%3Apaidaily%3A%3A2016-11-11?new_edits=false] (multipart, 347kb)
10:04:08.562‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Starting CBLMultipartUploader[PUT https://mysyncserver.com/sync/p%3A%3AlYiYWfFeStiG9x6eIzx8Ww%3A%3Apaidaily%3A%3A2016-11-11?new_edits=false]
10:04:08.563‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Sending 19 revisions
10:04:08.564‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: Sending (
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-25 #51-5d3f22465f29033242bb2d2f0942e6ab}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-26 #51-18a601944a54998a43e90923c4c65b6e}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-27 #51-8eb2451ce0ad11b480fd576c249bc82f}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-28 #51-67d330f0f1e44d6540138e1eb659f5c6}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-29 #51-09b31c7d108c37648e31d1ed559305b9}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-30 #51-344cb54bd844d34b2d4c17bec9a764f3}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-10-31 #51-a4de0689884ed76316cf987ddd387dd8}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-01 #51-b0eb8b451de381ecee0a675c7198536b}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-02 #51-987712a16f37635d048fd1ff2f4fb182}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-03 #51-00579f7edef7ca9c6ee78cc0b9bd7318}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-04 #51-35c54133d11e0dedbe0e77ba323186b1}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-05 #51-d01b6648fa2312da0aca542cbdecda1d}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-06 #51-3f3df9917db16e50198010066a6d9606}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-07 #51-954e81f9e7ea15c68c42f92cfdd0a68f}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-08 #51-819398acf2ab0788eb671243d91ed7bc}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-09 #51-68a405effb5e6d06280bbdce43ce8d62}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-10 #51-b90fc8a6793d52b329cd70cd3049d98c}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-12 #37-d65c30ad53abd4afc421af5aea3b065f}",
    "{p::lYiYWfFeStiG9x6eIzx8Ww::paidaily::2016-11-13 #7-c8419f54aba063f79bfc126f3bb1da3d}"
)
10:04:08.568‖ Sync: CBLRestPusher[https://mysyncserver.com/sync]: postProgressChanged (0/20, active=1 (batch=0, net=2), lastSeq=1057, online=1, error=(null))
10:04:08.568‖ Sync: <CBLRemoteSession: 0x6080002874e0>: POST /sync/_bulk_docs
10:04:08.569| Sync: CBLReplication[to https://mysyncserver.com/sync]: active, progress = 0 / 20, err: (null)
@basememara
Copy link
Author

Is this related #817?

@sureshjoshi
Copy link

Question on a similar train of thought, is there a matrix of CBL vs SG compatibilities anywhere? We have one for SG vs CB Server.

I'm wondering if this might be a SG 1.1.1 vs CBL 1.3.1 issue - should SG and CBL be upgraded in lock step?

@basememara
Copy link
Author

basememara commented Nov 18, 2016

Upgraded Sync Gateway to the latest 1.3.1 but issue remains, turns out to be a duplicate of this issue: #1170.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants