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

[FTS] Server write time out. when create fulltext-alias

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • 7.1.0
    • 7.1.0
    • fts
    • Untriaged
    • 1
    • Yes

    Description

      Install Couchase server 7.1.0-1582 on 2 centos 7 servers.
      Create default bucket and load 1000 docs to default bucket.
      Create full text indexes index_default. OK
      Create full text alias target index_default, full text alias created but output got error of
      "server write time out."

      Saigon:testrunner thuan$ curl -XPUT -u Administrator:password  http://172.23.121.224:8094/api/index/alias_abcd111111  -d  '{"type": "fulltext-alias", "name": "alias_1635452760", "uuid": "", "params": {"targets": {"index_default": {}}, "store": {"kvStoreName": "mossStore", "mossStoreOptions": {}}}, "sourceType": "nil", "sourceName": "", "sourceUUID": "", "planParams": {}, "sourceParams": {}}' -v
      *   Trying 172.23.121.224...
      * TCP_NODELAY set
      * Connected to 172.23.121.224 (172.23.121.224) port 8094 (#0)
      * Server auth using Basic with user 'Administrator'
      > PUT /api/index/alias_abcd111111 HTTP/1.1
      > Host: 172.23.121.224:8094
      > Authorization: Basic QWRtaW5pc3RyYXRvcjpwYXNzd29yZA==
      > User-Agent: curl/7.64.1
      > Accept: */*
      > Content-Length: 270
      > Content-Type: application/x-www-form-urlencoded
      > 
      * upload completely sent off: 270 out of 270 bytes
      < HTTP/1.1 503 Service Unavailable
      < Date: Thu, 28 Oct 2021 22:19:41 GMT
      < Content-Length: 22
      < Content-Type: text/plain; charset=utf-8
      < 
      * Connection #0 to host 172.23.121.224 left intact
      server write time out.* Closing connection 0
      Saigon:testrunner thuan$ 
      
      

      It looks like fts service restart after create full test alias as shown in error
      HTTP/1.1 503 Service Unavailable

      The last stable build is 7.1.0-1374

      Attachments

        Issue Links

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

          Activity

            People

              abhinav Abhi Dangeti
              thuan Thuan Nguyen
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty