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

Alter index causes indexer to crash

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Critical
    • 7.1.0
    • 7.1.0
    • secondary-index
    • 7.1.0-1277
    • Untriaged
    • 1
    • Yes

    Description

      Environment 2 nodes - kv,n1ql,index and kv,n1ql,index,search and using magma storage for buckets

      create an index on node 1 - CREATE INDEX idx on default(join_day) WITH

      {'nodes':['172.23.104.110:8091']}

      (insert your own node there)

      alter index to move to node 2 - ALTER INDEX idx ON default WITH

      {'action':'move', 'nodes':['172.23.104.173:8091']}

      the query says it has succeeded, however indexer crashes and there is a panic in the logs - attaching screenshot and logs after alter index

      Panic seen on .173 and .110 (ran the alter index twice, first run produced a panic and crash in .173 and second run produced a panic and crash on .110):
      panic: runtime error: invalid memory address or nil pointer dereference

      Attachments

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

        Activity

          People

            kevin.cherkauer Kevin Cherkauer (Inactive)
            ajay.bhullar Ajay Bhullar
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty