Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add authentication caching support #154

Closed
tsg- opened this issue Jan 29, 2014 · 2 comments
Closed

Add authentication caching support #154

tsg- opened this issue Jan 29, 2014 · 2 comments
Assignees
Milestone

Comments

@tsg-
Copy link
Contributor

tsg- commented Jan 29, 2014

COSbench currently uses as many authentication threads as number of workers at each stage. Each authentication thread performs identical operation and in return receives the same authentication token. In most cases, this is not needed - one authentication worker is enough to obtain auth token and remaining workers can reuse the same.

@tsg-
Copy link
Contributor Author

tsg- commented Jan 29, 2014

This will build on commits c1de48604d5f6b54f344eef6a8df6294b1275b6f (Perform authentication once and cache token) and 9536e12 (avoid being challenged for each request)

@ghost ghost assigned tsg- Jan 29, 2014
@ywang19 ywang19 modified the milestones: 0.4.1, 0.4.0 Jun 4, 2014
ywang19 pushed a commit that referenced this issue Nov 26, 2014
Signed-off-by: ywang19 <yaguang.wang@intel.com>
@ywang19
Copy link
Contributor

ywang19 commented Nov 26, 2014

Fixed through commit 257e975.

@ywang19 ywang19 closed this as completed Nov 26, 2014
Khushbu27 pushed a commit to Khushbu27/cosbench that referenced this issue Dec 8, 2014
Signed-off-by: ywang19 <yaguang.wang@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants