Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-406

instancepool example does not run

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Trivial
    • 2.4.0
    • 2.3.0
    • docs
    • Security Level: Public
    • Ubunutu 14.04 GCC 4.8.2

    Description

      Inf function pool_create in pool.c following should have a case 2

      switch(options->version)

      { case 0: io = options->v.v0.io; break; case 1: io = options->v.v1.io; break; default: /* * I don't know the layout of the option structure (its created * after I wrote the example) so I don't now if an io ops structure * is provided or not. */ return LCB_EINTERNAL; }

      like case 2:
      io = options->v.v2.io;

      otherwise it says cannot create pool: internal libcouchbase error because it throws error.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            dayal Shiv Dayal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty