-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.6 GA
-
Fix Version/s: --Sprint - SP, 6.0.12 EE, 6.1.0 CE RC1
-
Component/s: Legacy > Control Panel menu
-
Labels:
-
Branch Version/s:6.0.x
-
Backported to Branch:Committed
Steps to reproduce:
1. create database lportal_trunk and add to portal-ext.properties:
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/lportal_trunk?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=username
jdbc.default.password=password
2. Start server and create user (which results in 2 users: admin + new user)
3. Stop server, create database lportal_trunk2 and change in portal-ext.properties:
jdbc.default.url=jdbc:mysql://localhost/lportal_trunk2?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
4. Start server and go to Control Panel --> Users: you see admin users and "Showing 2 results"
This happens quite regularly on other occassions as well (for users and organizations).
It will give you message "User 12345 does not exist in the search index. Please reindex.", but count should give the correct number.
- relates
-
LPE-4851 Count for users or organization is wrong when index becomes corrupt
-
- Closed
-