Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Pull Replication (from CouchDB) appears to be stuck #47

Open
sameersegal opened this issue Jul 6, 2012 · 0 comments
Open

Pull Replication (from CouchDB) appears to be stuck #47

sameersegal opened this issue Jul 6, 2012 · 0 comments
Assignees
Milestone

Comments

@sameersegal
Copy link

After pull replication starts, we cancel it by leaving the activity. When we come back the replication appears to be stuck.

V/TDDatabase(20946): TDPusher [http://couch.domain.com/dbname] STARTING ...
V/TDDatabase(20946): TDPusher [http://couch.domain.com/dbname]: GET ./_local/1aa6cee354449b761ccd8acc8a26878349ed03d2
V/TDDatabase(20946): com.couchbase.touchdb.support.TDRemoteRequest@406377b8: GET .http://couch.domain.com/dbname/_local/1aa6cee354449b761ccd8acc8a26878349ed03d2
V/TDDatabase(20946): TDPuller [http://couch.domain.com/dbname] STARTING ...
V/TDDatabase(20946): TDPuller [http://couch.domain.com/dbname]: GET ./_local/960868f6495d3584f9f42fd560ee63f6850bfe85
V/TDDatabase(20946): com.couchbase.touchdb.support.TDRemoteRequest@40574748: GET .http://couch.domain.com/dbname/_local/960868f6495d3584f9f42fd560ee63f6850bfe85
V/TDDatabase(20946): com.couchbase.touchdb.replicator.TDReplicator$4@4056e930: Replicating from lastSequence=177
V/TDDatabase(20946): com.couchbase.touchdb.replicator.TDReplicator$4@405e4520: lastSequence mismatch: I had 101214, remote had 101195
W/TDDatabase(20946): TDPuller [http://couch.domain.com/dbname] starting ChangeTracker with since=null
V/TDDatabase(20946): Making request to http://couch.domain.com/dbname/_changes?feed=longpoll&heartbeat=300000&filter=common%2FbyContext&context=XYZ
V/TDDatabase(20946): Re-indexing view common/byName ...
V/TDDatabase(20946): Begin transaction (level 1)...
V/TDDatabase(20946): Committing transaction (level 1)...
V/TDDatabase(20946): Query common/byName: SELECT key, value, docid FROM maps, revs, docs WHERE maps.view_id=? AND revs.sequence = maps.sequence AND docs.doc_id = revs.doc_id ORDER BY key LIMIT ? OFFSET ?
V/TDDatabase(20946): TDPusher [http://couch.domain.com/dbname] STARTING ...
V/TDDatabase(20946): TDPusher [http://couch.domain.com/dbname]: GET ./_local/1aa6cee354449b761ccd8acc8a26878349ed03d2
V/TDDatabase(20946): com.couchbase.touchdb.support.TDRemoteRequest@4066d660: GET .http://couch.domain.com/dbname/_local/1aa6cee354449b761ccd8acc8a26878349ed03d2
V/TDDatabase(20946): TDPuller [http://couch.domain.com/dbname] STARTING ...
V/TDDatabase(20946): TDPuller [http://couch.domain.com/dbname]: GET ./_local/960868f6495d3584f9f42fd560ee63f6850bfe85
V/TDDatabase(20946): com.couchbase.touchdb.support.TDRemoteRequest@407646e0: GET .http://couch.domain.com/dbname/_local/960868f6495d3584f9f42fd560ee63f6850bfe85
V/TDDatabase(20946): com.couchbase.touchdb.replicator.TDReplicator$4@405772a8: Replicating from lastSequence=177
V/TDDatabase(20946): com.couchbase.touchdb.replicator.TDReplicator$4@4070be78: lastSequence mismatch: I had 101214, remote had 101195
W/TDDatabase(20946): TDPuller [http://couch.domain.com/dbname] starting ChangeTracker with since=null
V/TDDatabase(20946): Making request to http://couch.domain.com/dbname/_changes?feed=longpoll&heartbeat=300000&filter=common%2FbyContext&context=XYZ

@ghost ghost assigned tahmmee Jul 23, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants