Uploaded image for project: 'Couchbase Spark Connector'
  1. Couchbase Spark Connector
  2. SPARKC-1

saveToCouchbase has always pending stage with 1 partition

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Major
    • 1.0.0-dp2
    • None
    • None
    • None

    Description

      When code like

      sc.parallelize(Seq(JsonDocument.create("foo", JsonObject.empty())), 2).saveToCouchbase(targetBucket)

      is done it works against 2 workers, but when you do

      sc.parallelize(Seq(JsonDocument.create("foo", JsonObject.empty())), 1).saveToCouchbase(targetBucket)

      the application is done but the stage never completes (and therefore the job is always running).

      Attachments

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

        Activity

          People

            daschl Michael Nitschinger
            daschl Michael Nitschinger
            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