[
https://issues.apache.org/jira/browse/COUCHDB-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Joseph Davis updated COUCHDB-455:
--------------------------------------
Skill Level: Regular Contributors Level (Easy to Medium)
> get_result,infinity error when replicating an empty database
> ------------------------------------------------------------
>
> Key: COUCHDB-455
> URL: https://issues.apache.org/jira/browse/COUCHDB-455
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core
> Affects Versions: 0.9
> Reporter: Enda Farrell
>
> We have code that regularly calls for CouchDB nodes to replicate with pairs
> in our other datacentre. It ocassionally has the follwing error:
> {code}
> INFO bbc.forge.engineering.couchdb.replicatr.ReplicateWorker 371 - Bad
> replication: [kv103.back.live.telhc.local:5986/tvp_yahoowidgets <-
> kv103.back.live.telhc.local:5986 (ACE_METADATA_)
> {"source":"http://kv103.back.live.telhc.local:5986/tvp_yahoowidgets","target":"tvp_yahoowidgets"}]:
> response:[HTTP/1.1 500 Internal Server Error -
> {"error":"noproc","reason":"{gen_server,call,[<0.17199.212>,get_result,infinity]}"}
> {code}
> The remote database
> "http://kv103.back.live.telhc.local:5986/tvp_yahoowidgets" is empty:
> {code}curl http://kv103.back.live.telhc.local:5986/tvp_yahoowidgets
> {"db_name":"tvp_yahoowidgets","doc_count":0,"doc_del_count":0,"update_seq":0,"purge_seq":0,"compact_running":false,"disk_size":5920,"instance_start_time":"1249559096646177"}
> {code}
> This same "get_result,infinity", is seen on another empty database:
> {code}
> curl http://kv103.back.live.telhc.local:5984/avalanche150k
> {"db_name":"avalanche150k","doc_count":0,"doc_del_count":0,"update_seq":0,"purge_seq":0,"compact_running":false,"disk_size":250480,"instance_start_time":"1249559230162131"}
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.