Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-46351

[Upgrade] dcp_stream_boundary remains as "from_prior" after upgrade

    XMLWordPrintable

Details

    • Untriaged
    • Centos 64-bit
    • 1
    • Unknown

    Description

      The UI and REST endpoints will give mixed messages until the first lifecycle operation

      CB server - 6.6.1 - 9213
      create and deploy handler having "dcp_stream_boundary": "everything".
      pause and resume handler.
      "dcp_stream_boundary" will become "from_prior".
      Upgrade cluster to 7.0.0 - 5177
      "dcp_stream_boundary" remains as "from_prior"

      curl -XGET http://Administrator:password@10.112.190.102:8096/api/v1/functions/f1
      {
       "appcode": "function OnUpdate(doc, meta) {\n    log('docId', meta.id);\n}\nfunction OnDelete(meta, options) {\n}",
       "depcfg": {
        "source_bucket": "src_bucket",
        "source_scope": "_default",
        "source_collection": "_default",
        "metadata_bucket": "metadata",
        "metadata_scope": "_default",
        "metadata_collection": "_default"
       },
       "version": "evt-6.6.1-9213-ee",
       "enforce_schema": false,
       "handleruuid": 3666138572,
       "function_instance_id": "vHsTc1",
       "appname": "f1",
       "settings": {
        "dcp_stream_boundary": "from_prior",
        "deadline_timeout": 62,
        "deployment_status": true,
        "description": "",
        "execution_timeout": 60,
        "language_compatibility": "6.5.0",
        "log_level": "INFO",
        "n1ql_consistency": "none",
        "num_timer_partitions": 128,
        "processing_status": true,
        "user_prefix": "eventing",
        "using_timer": false,
        "worker_count": 3
       }
      }
      

       

      Attachments

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

        Activity

          People

            abhishek.jindal Abhishek Jindal
            sujay.gad Sujay Gad
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty