Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-349

Calling flush() on CouchbaseClient throws a ClassCastException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Blocker
    • 1.2
    • 1.1.9
    • Core
    • Security Level: Public
    • None

    Description

      When calling flush() on CouchbaseClient a ClassCastException is thrown:

      java.lang.ClassCastException: com.couchbase.client.CouchbaseMemcachedConnection cannot be cast to com.couchbase.client.CouchbaseConnection
      at com.couchbase.client.CouchbaseClient.flush(CouchbaseClient.java:2421) ~[couchbase-client-1.1.9.jar:1.1.9]
      at com.couchbase.client.CouchbaseClient.flush(CouchbaseClient.java:2410) ~[couchbase-client-1.1.9.jar:1.1.9]

      The problem seems to be in CouchbaseClient:2421, maybe related to JCBC-323?

      Attachments

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

        Activity

          People

            daschl Michael Nitschinger
            alanbk Alan Kleiman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty