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

User defined functions: query hangs forever

    XMLWordPrintable

Details

    Description

      Build 6.5.0-4926

      1. Create a new cluster
      2. Enable DP mode
      3. load `travel-sample` bucket.
      4. run the following queries:

       

      create function locations(vType){(select id, name, address, city from `travel-sample` where type=vType)};

       

      drop function locations;

      select locations('airport')
      

      Last query does not return any errors and hangs forever.

      No panic is found in server logs. Logs are attached.

       

      Attachments

        For Gerrit Dashboard: MB-37268
        # Subject Branch Project Status CR V

        Activity

          People

            evgeny.makarenko Evgeny Makarenko (Inactive)
            evgeny.makarenko Evgeny Makarenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty