Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-2003

Executing a function using REST API fails with full package-qualified name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • rest (dev)
    • None
    • 1.1.0

    Description

      While verifying integrated security using for all REST API's, I used gfsh to start a locator, a server, and create a single region with 2 data entries. I then wrote and deployed a simple function (io.build.test.Sample).
      In a separate terminal I was able to successfully get a list of the function using the GET API, but when I tried to execute the function using the following command:
      curl -u dataWriter:123 -X POST -i http:80/gemfire-api/v1/functions/io.build.test.Sample
      I get the following exception:
      "org.apache.geode.cache.execute.FunctionException: Function named io.build.test is not registered to FunctionService"
      Note: the name of the function, Sample, was dropped in the exception message.
      When I implemented the getId() method for the function to shorten the name to 'foo', the same POST API worked successfully:
      curl -u dataWriter:123 -X POST -i http:80/gemfire-api/v1/functions/foo

      Is there a limit to the length or format for the function name with the POST API?

      Attachments

        Issue Links

          Activity

            People

              ukohlmeyer Udo Kohlmeyer
              dhardman Diane Hardman
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: