You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pragya Mittal (JIRA)" <ji...@apache.org> on 2016/04/05 09:28:25 UTC

[jira] [Updated] (FALCON-1884) Status api not honouring numResults in case of native scheduler

     [ https://issues.apache.org/jira/browse/FALCON-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pragya Mittal updated FALCON-1884:
----------------------------------
    Description: 
Status api result is :
{noformat}
dataqa@lda01:/mnt/falcon/server/bin$ ./falcon instance -type process -status -name processMerlinNative 
Consolidated Status: SUCCEEDED

Instances:
Instance        Cluster        SourceCluster        Status        Start        End        Details                    Log
-----------------------------------------------------------------------------------------------
2016-04-05T07:16Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:15Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:14Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:13Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:12Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:11Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:10Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -

Additional Information:
Response: STATUSRequest Id: 1392508998@qtp-811301908-35 - 3b7eda94-8496-4f53-9f1e-4795a840d568
{noformat}

{noformat}
dataqa@lda01:/mnt/falcon/server/bin$ ./falcon instance -type process -status -name processMerlinNative -numResults 7
Consolidated Status: SUCCEEDED

Instances:
Instance        Cluster        SourceCluster        Status        Start        End        Details                    Log
-----------------------------------------------------------------------------------------------
2016-04-05T07:16Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:15Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:14Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:13Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -

Additional Information:
{noformat}


It is also showing different results for same query

{noformat}
dataqa@lda01:/mnt/falcon/server/bin$ ./falcon instance -type process -status -name processMerlinNative -numResults 5
Consolidated Status: SUCCEEDED

Instances:
Instance        Cluster        SourceCluster        Status        Start        End        Details                    Log
-----------------------------------------------------------------------------------------------
2016-04-05T07:16Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:15Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
2016-04-05T07:14Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -

{noformat}

{noformat}
dataqa@lda01:/mnt/falcon/server/bin$ ./falcon instance -type process -status -name processMerlinNative -numResults 5
Consolidated Status: SUCCEEDED

Instances:
Instance        Cluster        SourceCluster        Status        Start        End        Details                    Log
-----------------------------------------------------------------------------------------------
2016-04-05T07:16Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -

{noformat}

> Status api not honouring numResults in case of native scheduler
> ---------------------------------------------------------------
>
>                 Key: FALCON-1884
>                 URL: https://issues.apache.org/jira/browse/FALCON-1884
>             Project: Falcon
>          Issue Type: Bug
>          Components: scheduler
>    Affects Versions: trunk, 0.10
>            Reporter: Pragya Mittal
>
> Status api result is :
> {noformat}
> dataqa@lda01:/mnt/falcon/server/bin$ ./falcon instance -type process -status -name processMerlinNative 
> Consolidated Status: SUCCEEDED
> Instances:
> Instance        Cluster        SourceCluster        Status        Start        End        Details                    Log
> -----------------------------------------------------------------------------------------------
> 2016-04-05T07:16Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:15Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:14Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:13Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:12Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:11Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:10Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> Additional Information:
> Response: STATUSRequest Id: 1392508998@qtp-811301908-35 - 3b7eda94-8496-4f53-9f1e-4795a840d568
> {noformat}
> {noformat}
> dataqa@lda01:/mnt/falcon/server/bin$ ./falcon instance -type process -status -name processMerlinNative -numResults 7
> Consolidated Status: SUCCEEDED
> Instances:
> Instance        Cluster        SourceCluster        Status        Start        End        Details                    Log
> -----------------------------------------------------------------------------------------------
> 2016-04-05T07:16Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:15Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:14Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:13Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> Additional Information:
> {noformat}
> It is also showing different results for same query
> {noformat}
> dataqa@lda01:/mnt/falcon/server/bin$ ./falcon instance -type process -status -name processMerlinNative -numResults 5
> Consolidated Status: SUCCEEDED
> Instances:
> Instance        Cluster        SourceCluster        Status        Start        End        Details                    Log
> -----------------------------------------------------------------------------------------------
> 2016-04-05T07:16Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:15Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> 2016-04-05T07:14Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> {noformat}
> {noformat}
> dataqa@lda01:/mnt/falcon/server/bin$ ./falcon instance -type process -status -name processMerlinNative -numResults 5
> Consolidated Status: SUCCEEDED
> Instances:
> Instance        Cluster        SourceCluster        Status        Start        End        Details                    Log
> -----------------------------------------------------------------------------------------------
> 2016-04-05T07:16Z    NativeScheduleTest-corp-8dad8389    -    READY    -    -    -    -
> {noformat}



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