[jira] [Commented] (ATLAS-4299) [Atlas: Debug Metrics] Several UI Issues are seen when the total count crossed 25
[ https://issues.apache.org/jira/browse/ATLAS-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17352956#comment-17352956 ] ASF subversion and git services commented on ATLAS-4299: 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] Several UI Issues are seen when the total count > crossed 25 > - > > Key: ATLAS-4299 > URL: https://issues.apache.org/jira/browse/ATLAS-4299 > 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, Screenshot > 2021-05-24 at 4.13.08 PM.png, Screenshot 2021-05-24 at 4.40.15 PM.png > > > A list of UI issues are seen when the total issues crosses 25 > # The total number of data as per response is 29, but UI says 30 > # The data displayed are only 29 but one of them is a blank entry > (Highlighted in screenshot) > # Among the 29 entries present in api response, one of them is missing in > the UI in this case [*TypesREST_getTypeDefHeaders*] > # When all the data are made to display in same page, the UI shows page 1 > and 2 > # When the selection is made to display only 25, it still displays all the > data [25+ entries are displayed] > # Sorting does not work without refresh > Response Data: > {code:java} > { > "TypesREST_getTypeDefHeaders": { > "name": "TypesREST_getTypeDefHeaders", > "numops": 13, > "minTime": 2, > "maxTime": 37, > "stdDevTime": 0, > "avgTime": 2 > }, > "GlossaryREST_createGlossaryTerm": { > "name": "GlossaryREST_createGlossaryTerm", > "numops": 11, > "minTime": 218, > "maxTime": 308, > "stdDevTime": 29.160475, > "avgTime": 235.3 > }, > "GlossaryREST_deleteGlossaryCategory": { > "name": "GlossaryREST_deleteGlossaryCategory", > "numops": 2, > "minTime": 197, > "maxTime": 219, > "stdDevTime": 0, > "avgTime": 197 > }, > "GlossaryREST_deleteGlossary": { > "name": "GlossaryREST_deleteGlossary", > "numops": 3, > "minTime": 165, > "maxTime": 521, > "stdDevTime": 251.73001, > "avgTime": 343 > }, > "EntityREST_addClassifications": { > "name": "EntityREST_addClassifications", > "numops": 339, > "minTime": 64, > "maxTime": 430, > "stdDevTime": 2.5495098, > "avgTime": 101.5 > }, > "DiscoveryREST_getSavedSearches": { > "name": "DiscoveryREST_getSavedSearches", > "numops": 13, > "minTime": 3, > "maxTime": 38, > "stdDevTime": 0, > "avgTime": 3 > }, > "TypesREST_getClassificationDefByName": { > "name": "TypesREST_getClassificationDefByName", > "numops": 11, > "minTime": 2, > "maxTime": 2, > "stdDevTime": 0, > "avgTime": 1 > }, > "GlossaryREST_createGlossary": { > "name": "GlossaryREST_createGlossary", > "numops": 4, > "minTime": 167, > "maxTime": 197, > "stdDevTime": 0, > "avgTime": 179 > }, > "EntityREST_createOrUpdate": { > "name": "EntityREST_createOrUpdate", > "numops": 2, > "minTime": 76, > "maxTime": 133, > "stdDevTime": 40.305088, > "avgTime": 104.5 > }, > "GlossaryREST_getGlossaryCategory": { > "name": "GlossaryREST_getGlossaryCategory", > "numops": 14, > "minTime": 5, > "maxTime": 47, > "stdDevTime": 18.384777, > "avgTime": 25 > }, > "GlossaryREST_updateGlossaryTerm": { > "name": "GlossaryREST_updateGlossaryTerm", > "numops": 5, > "minTime": 62, > "maxTime": 559, > "stdDevTime": 340.11835, > "avgTime": 62 > }, > "DiscoveryREST_searchUsingBasic": { > "name": "DiscoveryREST_searchUsingBasic", > "numops": 2, > "minTime": 25, > "maxTime": 451, > "stdDevTime": 0, > "avgTime": 25 > }, > "EntityREST_getById": { > "name": "EntityREST_getById", > "numops": 5, > "minTime": 37, > "maxTime": 84, > "stdDevTime": 20.067387, > "avgTime": 52.8 > }, > "GlossaryREST_getGlossaries": { > "name": "GlossaryREST_getGlossaries", > "numops": 34, > "minTime": 10, > "maxTime": 291, > "stdDevTime": 48.294235, > "avgTime": 180 > }, > "TypesREST_getAllTypeDefs": { > "name": "TypesREST_getAllTypeDefs", > "numops": 44, > "minTime": 0, > "maxTime": 32, > "stdDevTime": 0.5, > "avgTime": 0.25 > }, > "DiscoveryREST_sear
[jira] [Commented] (ATLAS-4299) [Atlas: Debug Metrics] Several UI Issues are seen when the total count crossed 25
[ https://issues.apache.org/jira/browse/ATLAS-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17352952#comment-17352952 ] ASF subversion and git services commented on ATLAS-4299: 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] Several UI Issues are seen when the total count > crossed 25 > - > > Key: ATLAS-4299 > URL: https://issues.apache.org/jira/browse/ATLAS-4299 > 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, Screenshot > 2021-05-24 at 4.13.08 PM.png, Screenshot 2021-05-24 at 4.40.15 PM.png > > > A list of UI issues are seen when the total issues crosses 25 > # The total number of data as per response is 29, but UI says 30 > # The data displayed are only 29 but one of them is a blank entry > (Highlighted in screenshot) > # Among the 29 entries present in api response, one of them is missing in > the UI in this case [*TypesREST_getTypeDefHeaders*] > # When all the data are made to display in same page, the UI shows page 1 > and 2 > # When the selection is made to display only 25, it still displays all the > data [25+ entries are displayed] > # Sorting does not work without refresh > Response Data: > {code:java} > { > "TypesREST_getTypeDefHeaders": { > "name": "TypesREST_getTypeDefHeaders", > "numops": 13, > "minTime": 2, > "maxTime": 37, > "stdDevTime": 0, > "avgTime": 2 > }, > "GlossaryREST_createGlossaryTerm": { > "name": "GlossaryREST_createGlossaryTerm", > "numops": 11, > "minTime": 218, > "maxTime": 308, > "stdDevTime": 29.160475, > "avgTime": 235.3 > }, > "GlossaryREST_deleteGlossaryCategory": { > "name": "GlossaryREST_deleteGlossaryCategory", > "numops": 2, > "minTime": 197, > "maxTime": 219, > "stdDevTime": 0, > "avgTime": 197 > }, > "GlossaryREST_deleteGlossary": { > "name": "GlossaryREST_deleteGlossary", > "numops": 3, > "minTime": 165, > "maxTime": 521, > "stdDevTime": 251.73001, > "avgTime": 343 > }, > "EntityREST_addClassifications": { > "name": "EntityREST_addClassifications", > "numops": 339, > "minTime": 64, > "maxTime": 430, > "stdDevTime": 2.5495098, > "avgTime": 101.5 > }, > "DiscoveryREST_getSavedSearches": { > "name": "DiscoveryREST_getSavedSearches", > "numops": 13, > "minTime": 3, > "maxTime": 38, > "stdDevTime": 0, > "avgTime": 3 > }, > "TypesREST_getClassificationDefByName": { > "name": "TypesREST_getClassificationDefByName", > "numops": 11, > "minTime": 2, > "maxTime": 2, > "stdDevTime": 0, > "avgTime": 1 > }, > "GlossaryREST_createGlossary": { > "name": "GlossaryREST_createGlossary", > "numops": 4, > "minTime": 167, > "maxTime": 197, > "stdDevTime": 0, > "avgTime": 179 > }, > "EntityREST_createOrUpdate": { > "name": "EntityREST_createOrUpdate", > "numops": 2, > "minTime": 76, > "maxTime": 133, > "stdDevTime": 40.305088, > "avgTime": 104.5 > }, > "GlossaryREST_getGlossaryCategory": { > "name": "GlossaryREST_getGlossaryCategory", > "numops": 14, > "minTime": 5, > "maxTime": 47, > "stdDevTime": 18.384777, > "avgTime": 25 > }, > "GlossaryREST_updateGlossaryTerm": { > "name": "GlossaryREST_updateGlossaryTerm", > "numops": 5, > "minTime": 62, > "maxTime": 559, > "stdDevTime": 340.11835, > "avgTime": 62 > }, > "DiscoveryREST_searchUsingBasic": { > "name": "DiscoveryREST_searchUsingBasic", > "numops": 2, > "minTime": 25, > "maxTime": 451, > "stdDevTime": 0, > "avgTime": 25 > }, > "EntityREST_getById": { > "name": "EntityREST_getById", > "numops": 5, > "minTime": 37, > "maxTime": 84, > "stdDevTime": 20.067387, > "avgTime": 52.8 > }, > "GlossaryREST_getGlossaries": { > "name": "GlossaryREST_getGlossaries", > "numops": 34, > "minTime": 10, > "maxTime": 291, > "stdDevTime": 48.294235, > "avgTime": 180 > }, > "TypesREST_getAllTypeDefs": { > "name": "TypesREST_getAllTypeDefs", > "numops": 44, > "minTime": 0, > "maxTime": 32, > "stdDevTime": 0.5, > "avgTime": 0.25 > }, > "DiscoveryREST_searchUsingDSL": { > "name": "DiscoveryREST_searchUsingDSL", > "numop
[jira] [Commented] (ATLAS-4299) [Atlas: Debug Metrics] Several UI Issues are seen when the total count crossed 25
[ https://issues.apache.org/jira/browse/ATLAS-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17352461#comment-17352461 ] Rahul Kurup commented on ATLAS-4299: +1 > [Atlas: Debug Metrics] Several UI Issues are seen when the total count > crossed 25 > - > > Key: ATLAS-4299 > URL: https://issues.apache.org/jira/browse/ATLAS-4299 > 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, Screenshot > 2021-05-24 at 4.13.08 PM.png, Screenshot 2021-05-24 at 4.40.15 PM.png > > > A list of UI issues are seen when the total issues crosses 25 > # The total number of data as per response is 29, but UI says 30 > # The data displayed are only 29 but one of them is a blank entry > (Highlighted in screenshot) > # Among the 29 entries present in api response, one of them is missing in > the UI in this case [*TypesREST_getTypeDefHeaders*] > # When all the data are made to display in same page, the UI shows page 1 > and 2 > # When the selection is made to display only 25, it still displays all the > data [25+ entries are displayed] > # Sorting does not work without refresh > Response Data: > {code:java} > { > "TypesREST_getTypeDefHeaders": { > "name": "TypesREST_getTypeDefHeaders", > "numops": 13, > "minTime": 2, > "maxTime": 37, > "stdDevTime": 0, > "avgTime": 2 > }, > "GlossaryREST_createGlossaryTerm": { > "name": "GlossaryREST_createGlossaryTerm", > "numops": 11, > "minTime": 218, > "maxTime": 308, > "stdDevTime": 29.160475, > "avgTime": 235.3 > }, > "GlossaryREST_deleteGlossaryCategory": { > "name": "GlossaryREST_deleteGlossaryCategory", > "numops": 2, > "minTime": 197, > "maxTime": 219, > "stdDevTime": 0, > "avgTime": 197 > }, > "GlossaryREST_deleteGlossary": { > "name": "GlossaryREST_deleteGlossary", > "numops": 3, > "minTime": 165, > "maxTime": 521, > "stdDevTime": 251.73001, > "avgTime": 343 > }, > "EntityREST_addClassifications": { > "name": "EntityREST_addClassifications", > "numops": 339, > "minTime": 64, > "maxTime": 430, > "stdDevTime": 2.5495098, > "avgTime": 101.5 > }, > "DiscoveryREST_getSavedSearches": { > "name": "DiscoveryREST_getSavedSearches", > "numops": 13, > "minTime": 3, > "maxTime": 38, > "stdDevTime": 0, > "avgTime": 3 > }, > "TypesREST_getClassificationDefByName": { > "name": "TypesREST_getClassificationDefByName", > "numops": 11, > "minTime": 2, > "maxTime": 2, > "stdDevTime": 0, > "avgTime": 1 > }, > "GlossaryREST_createGlossary": { > "name": "GlossaryREST_createGlossary", > "numops": 4, > "minTime": 167, > "maxTime": 197, > "stdDevTime": 0, > "avgTime": 179 > }, > "EntityREST_createOrUpdate": { > "name": "EntityREST_createOrUpdate", > "numops": 2, > "minTime": 76, > "maxTime": 133, > "stdDevTime": 40.305088, > "avgTime": 104.5 > }, > "GlossaryREST_getGlossaryCategory": { > "name": "GlossaryREST_getGlossaryCategory", > "numops": 14, > "minTime": 5, > "maxTime": 47, > "stdDevTime": 18.384777, > "avgTime": 25 > }, > "GlossaryREST_updateGlossaryTerm": { > "name": "GlossaryREST_updateGlossaryTerm", > "numops": 5, > "minTime": 62, > "maxTime": 559, > "stdDevTime": 340.11835, > "avgTime": 62 > }, > "DiscoveryREST_searchUsingBasic": { > "name": "DiscoveryREST_searchUsingBasic", > "numops": 2, > "minTime": 25, > "maxTime": 451, > "stdDevTime": 0, > "avgTime": 25 > }, > "EntityREST_getById": { > "name": "EntityREST_getById", > "numops": 5, > "minTime": 37, > "maxTime": 84, > "stdDevTime": 20.067387, > "avgTime": 52.8 > }, > "GlossaryREST_getGlossaries": { > "name": "GlossaryREST_getGlossaries", > "numops": 34, > "minTime": 10, > "maxTime": 291, > "stdDevTime": 48.294235, > "avgTime": 180 > }, > "TypesREST_getAllTypeDefs": { > "name": "TypesREST_getAllTypeDefs", > "numops": 44, > "minTime": 0, > "maxTime": 32, > "stdDevTime": 0.5, > "avgTime": 0.25 > }, > "DiscoveryREST_searchUsingDSL": { > "name": "DiscoveryREST_searchUsingDSL", > "numops": 4, > "minTime": 13, > "maxTime": 243, > "stdDevTime": 155.56349, > "avgTime": 16 > }, > "GlossaryREST_createGlossaryCategory": { > "name": "GlossaryREST_createGlossaryCategory", > "numops": 4, > "minTime": 195, > "maxTime": 293, > "stdDevTime": 0, >
[jira] [Commented] (ATLAS-4299) [Atlas: Debug Metrics] Several UI Issues are seen when the total count crossed 25
[ https://issues.apache.org/jira/browse/ATLAS-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351291#comment-17351291 ] Prasad P. Pawar commented on ATLAS-4299: Hi, the fix is provided on the uploaded patch. > [Atlas: Debug Metrics] Several UI Issues are seen when the total count > crossed 25 > - > > Key: ATLAS-4299 > URL: https://issues.apache.org/jira/browse/ATLAS-4299 > 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, Screenshot > 2021-05-24 at 4.13.08 PM.png, Screenshot 2021-05-24 at 4.40.15 PM.png > > > A list of UI issues are seen when the total issues crosses 25 > # The total number of data as per response is 29, but UI says 30 > # The data displayed are only 29 but one of them is a blank entry > (Highlighted in screenshot) > # Among the 29 entries present in api response, one of them is missing in > the UI in this case [*TypesREST_getTypeDefHeaders*] > # When all the data are made to display in same page, the UI shows page 1 > and 2 > # When the selection is made to display only 25, it still displays all the > data [25+ entries are displayed] > # Sorting does not work without refresh > Response Data: > {code:java} > { > "TypesREST_getTypeDefHeaders": { > "name": "TypesREST_getTypeDefHeaders", > "numops": 13, > "minTime": 2, > "maxTime": 37, > "stdDevTime": 0, > "avgTime": 2 > }, > "GlossaryREST_createGlossaryTerm": { > "name": "GlossaryREST_createGlossaryTerm", > "numops": 11, > "minTime": 218, > "maxTime": 308, > "stdDevTime": 29.160475, > "avgTime": 235.3 > }, > "GlossaryREST_deleteGlossaryCategory": { > "name": "GlossaryREST_deleteGlossaryCategory", > "numops": 2, > "minTime": 197, > "maxTime": 219, > "stdDevTime": 0, > "avgTime": 197 > }, > "GlossaryREST_deleteGlossary": { > "name": "GlossaryREST_deleteGlossary", > "numops": 3, > "minTime": 165, > "maxTime": 521, > "stdDevTime": 251.73001, > "avgTime": 343 > }, > "EntityREST_addClassifications": { > "name": "EntityREST_addClassifications", > "numops": 339, > "minTime": 64, > "maxTime": 430, > "stdDevTime": 2.5495098, > "avgTime": 101.5 > }, > "DiscoveryREST_getSavedSearches": { > "name": "DiscoveryREST_getSavedSearches", > "numops": 13, > "minTime": 3, > "maxTime": 38, > "stdDevTime": 0, > "avgTime": 3 > }, > "TypesREST_getClassificationDefByName": { > "name": "TypesREST_getClassificationDefByName", > "numops": 11, > "minTime": 2, > "maxTime": 2, > "stdDevTime": 0, > "avgTime": 1 > }, > "GlossaryREST_createGlossary": { > "name": "GlossaryREST_createGlossary", > "numops": 4, > "minTime": 167, > "maxTime": 197, > "stdDevTime": 0, > "avgTime": 179 > }, > "EntityREST_createOrUpdate": { > "name": "EntityREST_createOrUpdate", > "numops": 2, > "minTime": 76, > "maxTime": 133, > "stdDevTime": 40.305088, > "avgTime": 104.5 > }, > "GlossaryREST_getGlossaryCategory": { > "name": "GlossaryREST_getGlossaryCategory", > "numops": 14, > "minTime": 5, > "maxTime": 47, > "stdDevTime": 18.384777, > "avgTime": 25 > }, > "GlossaryREST_updateGlossaryTerm": { > "name": "GlossaryREST_updateGlossaryTerm", > "numops": 5, > "minTime": 62, > "maxTime": 559, > "stdDevTime": 340.11835, > "avgTime": 62 > }, > "DiscoveryREST_searchUsingBasic": { > "name": "DiscoveryREST_searchUsingBasic", > "numops": 2, > "minTime": 25, > "maxTime": 451, > "stdDevTime": 0, > "avgTime": 25 > }, > "EntityREST_getById": { > "name": "EntityREST_getById", > "numops": 5, > "minTime": 37, > "maxTime": 84, > "stdDevTime": 20.067387, > "avgTime": 52.8 > }, > "GlossaryREST_getGlossaries": { > "name": "GlossaryREST_getGlossaries", > "numops": 34, > "minTime": 10, > "maxTime": 291, > "stdDevTime": 48.294235, > "avgTime": 180 > }, > "TypesREST_getAllTypeDefs": { > "name": "TypesREST_getAllTypeDefs", > "numops": 44, > "minTime": 0, > "maxTime": 32, > "stdDevTime": 0.5, > "avgTime": 0.25 > }, > "DiscoveryREST_searchUsingDSL": { > "name": "DiscoveryREST_searchUsingDSL", > "numops": 4, > "minTime": 13, > "maxTime": 243, > "stdDevTime": 155.56349, > "avgTime": 16 > }, > "GlossaryREST_createGlossaryCategory": { > "name": "GlossaryREST_createGlossaryCategory", > "numops": 4, > "minTime": 195,