Couchbase

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Couchbase.com Access more options
    • Why NoSQL?
    • Couchbase Server
    • Download
    • Learn
    • Careers
Couchbase Python Client Library
  • Couchbase Python Client Library
  • PYCBC-1

error format is changing

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 0.8.0
  • Component/s: None
  • Security Level: Public
  • Labels:
    None

Description

The error format is changing, need to ensure that's updated in the client.

Rough example format:

{"total_rows":0,"rows":[

],
"errors": [{"from":"127.0.0.1:5984","reason":"Design document `_design/testfoobar` missing in database `test_db_b`."},
{"from":"http://localhost:5984/_view_merge/","reason":"Design document `_design/testfoobar` missing in database `test_db_c`."}]}

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Gerrit Reviews
Hide
Permalink
Matt Ingenthron added a comment - 28/Jul/11 1:45 AM
Here's a better example of the format. It changed slightly again.

{"total_rows":0,"rows":[
],
"errors":[
{"from":"local","reason":"Design document `_design/testfoobar` missing
in database `test_db_b`."},
{"from":"http://localhost:5984/_view_merge/","reason":"Design document
`_design/testfoobar` missing in database `test_db_c`."}
]}
Show
Matt Ingenthron added a comment - 28/Jul/11 1:45 AM Here's a better example of the format. It changed slightly again. {"total_rows":0,"rows":[ ], "errors":[ {"from":"local","reason":"Design document `_design/testfoobar` missing in database `test_db_b`."}, {"from":" http://localhost:5984/_view_merge/ ","reason":"Design document `_design/testfoobar` missing in database `test_db_c`."} ]}
Matt Ingenthron made changes - 22/Aug/11 8:11 PM
Field Original Value New Value
Fix Version/s 0.9 [ 10213 ]
Hide
Permalink
Benjamin Young added a comment - 06/Apr/12 1:05 PM
So the key difference here is the use of a keyword "local" in place of the IP addres and port combo?
Show
Benjamin Young added a comment - 06/Apr/12 1:05 PM So the key difference here is the use of a keyword "local" in place of the IP addres and port combo?
Benjamin Young made changes - 17/May/12 10:36 AM
Assignee Farshid Ghods [ farshid ] Benjamin Young [ BigBlueHat ]
Benjamin Young made changes - 13/Jul/12 3:27 PM
Comment [ In what version of Couchbase Server is the error format changing? 2.0? Thanks. ]
Benjamin Young made changes - 13/Jul/12 3:28 PM
Fix Version/s 0.8.0 [ 10354 ]
Fix Version/s 0.7 [ 10213 ]
Hide
Permalink
Matt Ingenthron added a comment - 24/Aug/12 12:43 PM
I guess so. Best thing is just to make sure access to the errors is available for now.
Show
Matt Ingenthron added a comment - 24/Aug/12 12:43 PM I guess so. Best thing is just to make sure access to the errors is available for now.
Hide
Permalink
Benjamin Young added a comment - 31/Aug/12 9:44 AM
http://review.couchbase.org/#/c/20404/

It's a bit basic, but functional.
Show
Benjamin Young added a comment - 31/Aug/12 9:44 AM http://review.couchbase.org/#/c/20404/ It's a bit basic, but functional.
Benjamin Young made changes - 31/Aug/12 9:44 AM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Mark Nunberg made changes - 11/May/13 12:44 PM
Status Resolved [ 5 ] Closed [ 6 ]

People

  • Assignee:
    Benjamin Young
    Reporter:
    Matt Ingenthron
Vote (0)
Watch (0)

Dates

  • Created:
    27/Jul/11 8:35 PM
    Updated:
    11/May/13 12:44 PM
    Resolved:
    31/Aug/12 9:44 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.2.4#845-sha1:c9f4cc4)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Couchbase. Try JIRA - bug tracking software for your team.