[jira] [Commented] (ATLAS-4298) [Atlas: Debug Metrics][UI] When REST API Metric page has more than 25 entries, the page does not load unless manually refreshed

2021-05-27 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17352955#comment-17352955
 ] 

ASF subversion and git services commented on ATLAS-4298:


Commit 7c82b1a6c9196a813a0d66e7a53b3c6ad32d1ba4 in atlas's branch 
refs/heads/branch-2.0 from prasad pawar
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=7c82b1a ]

ATLAS-4296: ATLAS-4298: ATLAS-4299: UI: Debug Metrics UI, fixed

Signed-off-by: Nikhil Bonte 
(cherry picked from commit e2a0c10393558d2b4454e2da574cbfeedd043956)


> [Atlas: Debug Metrics][UI] When REST API Metric page has more than 25 
> entries, the page does not load unless manually refreshed
> ---
>
> Key: ATLAS-4298
> URL: https://issues.apache.org/jira/browse/ATLAS-4298
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Reporter: Dharshana M Krishnamoorthy
>Assignee: Prasad P. Pawar
>Priority: Major
> Attachments: 
> 0001-ATLAS-UI-ATLAS-4296-ATLAS-4298-ATLAS-4299-Debug-Metr.patch
>
>
> When debug metrics is enabled by setting *atlas.debug.metrics.enabled=true* 
> Debug metrics url page: :31443/index.html#!/debugMetrics displays the 
> REST API Metrics.
> When the result page entry count crosses 25, the page does not load, unless 
> refresh button is hit
> There are no error logs found in the cluster but console displays the 
> following
> {code:java}
> backbone.paginator.min.js?bust=1621440039818:1 
> Uncaught TypeError: Cannot read property 'add' of undefined
> at e (backbone.paginator.min.js?bust=1621440039818:1)
> at Object. (backbone.paginator.min.js?bust=1621440039818:1)
> at s (backbone-min.js?bust=1621440039818:1)
> at r (backbone-min.js?bust=1621440039818:1)
> at m (backbone-min.js?bust=1621440039818:1)
> at N.d.k.trigger (backbone-min.js?bust=1621440039818:1)
> at N.d._onModelEvent (backbone-min.js?bust=1621440039818:1)
> at s (backbone-min.js?bust=1621440039818:1)
> at r (backbone-min.js?bust=1621440039818:1)
> at m (backbone-min.js?bust=1621440039818:1){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4298) [Atlas: Debug Metrics][UI] When REST API Metric page has more than 25 entries, the page does not load unless manually refreshed

2021-05-27 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17352951#comment-17352951
 ] 

ASF subversion and git services commented on ATLAS-4298:


Commit e2a0c10393558d2b4454e2da574cbfeedd043956 in atlas's branch 
refs/heads/master from prasad pawar
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=e2a0c10 ]

ATLAS-4296: ATLAS-4298: ATLAS-4299: UI: Debug Metrics UI, fixed

Signed-off-by: Nikhil Bonte 


> [Atlas: Debug Metrics][UI] When REST API Metric page has more than 25 
> entries, the page does not load unless manually refreshed
> ---
>
> Key: ATLAS-4298
> URL: https://issues.apache.org/jira/browse/ATLAS-4298
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Reporter: Dharshana M Krishnamoorthy
>Assignee: Prasad P. Pawar
>Priority: Major
> Attachments: 
> 0001-ATLAS-UI-ATLAS-4296-ATLAS-4298-ATLAS-4299-Debug-Metr.patch
>
>
> When debug metrics is enabled by setting *atlas.debug.metrics.enabled=true* 
> Debug metrics url page: :31443/index.html#!/debugMetrics displays the 
> REST API Metrics.
> When the result page entry count crosses 25, the page does not load, unless 
> refresh button is hit
> There are no error logs found in the cluster but console displays the 
> following
> {code:java}
> backbone.paginator.min.js?bust=1621440039818:1 
> Uncaught TypeError: Cannot read property 'add' of undefined
> at e (backbone.paginator.min.js?bust=1621440039818:1)
> at Object. (backbone.paginator.min.js?bust=1621440039818:1)
> at s (backbone-min.js?bust=1621440039818:1)
> at r (backbone-min.js?bust=1621440039818:1)
> at m (backbone-min.js?bust=1621440039818:1)
> at N.d.k.trigger (backbone-min.js?bust=1621440039818:1)
> at N.d._onModelEvent (backbone-min.js?bust=1621440039818:1)
> at s (backbone-min.js?bust=1621440039818:1)
> at r (backbone-min.js?bust=1621440039818:1)
> at m (backbone-min.js?bust=1621440039818:1){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4298) [Atlas: Debug Metrics][UI] When REST API Metric page has more than 25 entries, the page does not load unless manually refreshed

2021-05-27 Thread Rahul Kurup (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17352460#comment-17352460
 ] 

Rahul Kurup commented on ATLAS-4298:


+1

> [Atlas: Debug Metrics][UI] When REST API Metric page has more than 25 
> entries, the page does not load unless manually refreshed
> ---
>
> Key: ATLAS-4298
> URL: https://issues.apache.org/jira/browse/ATLAS-4298
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Reporter: Dharshana M Krishnamoorthy
>Assignee: Prasad P. Pawar
>Priority: Major
> Attachments: 
> 0001-ATLAS-UI-ATLAS-4296-ATLAS-4298-ATLAS-4299-Debug-Metr.patch
>
>
> When debug metrics is enabled by setting *atlas.debug.metrics.enabled=true* 
> Debug metrics url page: :31443/index.html#!/debugMetrics displays the 
> REST API Metrics.
> When the result page entry count crosses 25, the page does not load, unless 
> refresh button is hit
> There are no error logs found in the cluster but console displays the 
> following
> {code:java}
> backbone.paginator.min.js?bust=1621440039818:1 
> Uncaught TypeError: Cannot read property 'add' of undefined
> at e (backbone.paginator.min.js?bust=1621440039818:1)
> at Object. (backbone.paginator.min.js?bust=1621440039818:1)
> at s (backbone-min.js?bust=1621440039818:1)
> at r (backbone-min.js?bust=1621440039818:1)
> at m (backbone-min.js?bust=1621440039818:1)
> at N.d.k.trigger (backbone-min.js?bust=1621440039818:1)
> at N.d._onModelEvent (backbone-min.js?bust=1621440039818:1)
> at s (backbone-min.js?bust=1621440039818:1)
> at r (backbone-min.js?bust=1621440039818:1)
> at m (backbone-min.js?bust=1621440039818:1){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4298) [Atlas: Debug Metrics][UI] When REST API Metric page has more than 25 entries, the page does not load unless manually refreshed

2021-05-25 Thread Prasad P. Pawar (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351290#comment-17351290
 ] 

Prasad P. Pawar commented on ATLAS-4298:


Hi,
the fix is provided on the uploaded patch.

> [Atlas: Debug Metrics][UI] When REST API Metric page has more than 25 
> entries, the page does not load unless manually refreshed
> ---
>
> Key: ATLAS-4298
> URL: https://issues.apache.org/jira/browse/ATLAS-4298
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Reporter: Dharshana M Krishnamoorthy
>Assignee: Prasad P. Pawar
>Priority: Major
> Attachments: 
> 0001-ATLAS-UI-ATLAS-4296-ATLAS-4298-ATLAS-4299-Debug-Metr.patch
>
>
> When debug metrics is enabled by setting *atlas.debug.metrics.enabled=true* 
> Debug metrics url page: :31443/index.html#!/debugMetrics displays the 
> REST API Metrics.
> When the result page entry count crosses 25, the page does not load, unless 
> refresh button is hit
> There are no error logs found in the cluster but console displays the 
> following
> {code:java}
> backbone.paginator.min.js?bust=1621440039818:1 
> Uncaught TypeError: Cannot read property 'add' of undefined
> at e (backbone.paginator.min.js?bust=1621440039818:1)
> at Object. (backbone.paginator.min.js?bust=1621440039818:1)
> at s (backbone-min.js?bust=1621440039818:1)
> at r (backbone-min.js?bust=1621440039818:1)
> at m (backbone-min.js?bust=1621440039818:1)
> at N.d.k.trigger (backbone-min.js?bust=1621440039818:1)
> at N.d._onModelEvent (backbone-min.js?bust=1621440039818:1)
> at s (backbone-min.js?bust=1621440039818:1)
> at r (backbone-min.js?bust=1621440039818:1)
> at m (backbone-min.js?bust=1621440039818:1){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)