Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-1859

"Exception Message:null" when creating a feed on non-existing type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • ING - Ingestion
    • None

    Description

      When creating a data feed on a non-existing type, AsterixDB gives an error message:

      Error: Invalid feed parameters. Exception Message:null.

      The error message could be more meaningful by informing that user that the type is non-existent. Moreover, no stacktrace is printed to logs.

      Steps to reproduce: simply create a feed on a non-existing type.

      create feed Feed1 using socket_adapter
      (
          ("sockets"="red:10001"),
          ("address-type"="nc"),
          ("type-name"="unknownType"),
          ("format"="adm")
      )
      

      Attachments

        Activity

          People

            idleft Xikui Wang
            luochen01 Chen Luo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: