You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Sharath <sh...@gmail.com> on 2016/01/13 01:42:37 UTC

get request error

Hi All,

my local couchdb server (running on a mac since early jan year) is
experiencing a strange stacktrace during a get request.

Of late (couple of days) the stacktrace (below) occurs intermittently and
can occur at anytime. I've seen this issue occur consistently on OSX 10.11
which I downgraded from to 10.10.

if I resend the request (using a browser), couchdb is able to send the
response back.

any pointers:

stacktrace:
[Tue, 12 Jan 2016 18:12:12 GMT] [error] [<0.6351.0>] Uncaught error in HTTP
request: {error,
                                                      {badmatch,
                                                       {error,
                                                        corrupted_data}}}
[Tue, 12 Jan 2016 18:12:12 GMT] [info] [<0.6351.0>] Stacktrace:
[{couch_compress,decompress,1,

 [{file,"couch_compress.erl"},{line,68}]},
                                 {couch_file,pread_term,2,
                                     [{file,"couch_file.erl"},{line,135}]},
                                 {couch_btree,get_node,2,
                                     [{file,"couch_btree.erl"},{line,349}]},
                                 {couch_btree,stream_node,7,
                                     [{file,"couch_btree.erl"},{line,623}]},
                                 {couch_btree,stream_kp_node,7,
                                     [{file,"couch_btree.erl"},{line,637}]},
                                 {couch_btree,stream_kp_node,8,
                                     [{file,"couch_btree.erl"},{line,679}]},
                                 {couch_btree,fold,4,
                                     [{file,"couch_btree.erl"},{line,159}]},
                                 {couch_mrview_util,fold,4,
                                     [{file,"src/couch_mrview_util.erl"},
                                      {line,293}]}]

-Sharath