You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Suhas Vasu (JIRA)" <ji...@apache.org> on 2015/02/25 10:16:05 UTC

[jira] [Created] (FALCON-1047) Feed listing doesn't return any output or error

Suhas Vasu created FALCON-1047:
----------------------------------

             Summary: Feed listing doesn't return any output or error
                 Key: FALCON-1047
                 URL: https://issues.apache.org/jira/browse/FALCON-1047
             Project: Falcon
          Issue Type: Bug
    Affects Versions: 0.7
            Reporter: Suhas Vasu
            Assignee: Suhas Vasu


The feed instance listing feature introduced as per FALCON-761 does not return any output or error.

Running via RestCall - 
{noformat}
suhas@desktop:~$ curl -H "remote-user:suhas" "http://falcon-prism.com:16000/api/instance/listing/feed/BaseFeed?colo=us1&start=2015-02-25T00:00Z&end=2015-02-25T07:00Z"
{"status":"SUCCEEDED","message":"us1/Success\n","requestId":"us1/9cbeabbc-adef-4d11-acbd-fdab0d321cc5\n"}
suhas@desktop:~$
{noformat}

In the server logs
{noformat}
2015-02-25 09:01:23,091 INFO  - [562356452@qtp-786818186-3:suhas:GET//instance/listing/feed/BaseFeed 9cbeabbc-adef-4d11-acbd-fdab0d321cc5] ~ Logging in suhas (CurrentUser:53)
2015-02-25 09:01:23,091 INFO  - [562356452@qtp-786818186-3:suhas:GET//instance/listing/feed/BaseFeed 9cbeabbc-adef-4d11-acbd-fdab0d321cc5] ~ Request from user: suhas, URL=http://falcon-server.com:15000/api/instance/listing/feed/BaseFeed?start=2015-02-25T00:00Z&end=2015-02-25T07:00Z&colo=us1&&user.name=suhas (BasicAuthFilter:182)
2015-02-25 09:01:23,115 INFO  - [562356452@qtp-786818186-3:suhas:GET//instance/listing/feed/BaseFeed 9cbeabbc-adef-4d11-acbd-fdab0d321cc5] ~ fs.default.name is deprecated. Instead, use fs.defaultFS (deprecation:1009)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)