| Summary: | [server] cannot login into orionhub.org after a server restart | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | Server | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 8.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Anthony Hunter
The problem was that we were depending on either the Indexer or DiskUsageJob to complete a call to readAllUsers() to build the username cache. I added a fix with bug 450017#c3 that ensures this is done right away on server startup. To test I used SimpleServerUserStressTest to create a serverworkspace with 50000 users and was able to demonstrate there was no login failure on a server restart. |