> On Jan 20, 2015, at 8:10 AM, Martin Palatnik <[email protected]> wrote: > > Below is a detailed log of couchbase. After 60 sec I call a timer to finish > the background task and set the suspended to YES. As you will see the > CBL_Pusher is never executing. Couchbase stops doing things after 10 secs. > The timer also in the background is called after 60 secs.
I don't see any sign of a push replication in the logs, although the pull replicator runs normally. So the problem is either that there's no push replication, or there was no change made to the local database to trigger it to do anything. This doesn't have anything to do with threads or the OS's background task timer, because both push and pull replications run on the same thread. So since the pull replication is doing stuff, the thread is alive and well. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/A160735A-78F7-431D-94BB-D7894249B516%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
