[
https://issues.apache.org/jira/browse/KNOX-2650?focusedWorklogId=642820&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-642820
]
ASF GitHub Bot logged work on KNOX-2650:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/21 13:05
Start Date: 27/Aug/21 13:05
Worklog Time Spent: 10m
Work Description: zeroflag opened a new pull request #486:
URL: https://github.com/apache/knox/pull/486
## What changes were proposed in this pull request?
Having lots of tokens causes slowness when loading the token management
page. The reason is that the token metadata is loaded in a separate query and
for each token we open a new connection when running the query.
This patch merges the 2 queries into one.
## How was this patch tested?
1. Creating few hundred tokens
2. Loading the token management page
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 642820)
Time Spent: 40m (was: 0.5h)
> Loading token management page can be slow if there are lots of tokens
> ---------------------------------------------------------------------
>
> Key: KNOX-2650
> URL: https://issues.apache.org/jira/browse/KNOX-2650
> Project: Apache Knox
> Issue Type: Task
> Reporter: Attila Magyar
> Assignee: Attila Magyar
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)