Details
-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
10.3
-
Unknown
-
Description
On myxwiki.org I've noticed that whenever I was going to my subwiki and clicking the bell icon, the notifications area kept spinning forever. I actually only waited 3 minutes before stopping.
see the attached video to visualize what I experiment there.
Note that myxwiki.org has a lot of subwikis and it's using the default config for the activitystream storage.
On the main DB (xwiki):
mysql> SELECT COUNT(*) FROM activitystream_events; +----------+ | COUNT(*) | +----------+ | 680499 | +----------+ 1 row in set (3.78 sec)
Funily if I do the same query on my subwiki DB (i.e. massol) it's not empty:
mysql> SELECT COUNT(*) FROM activitystream_events; +----------+ | COUNT(*) | +----------+ | 15388 | +----------+ 1 row in set (0.19 sec)
Attachments
Issue Links
- duplicates
-
XWIKI-15445 Notification Filter Preferences Storage doesn't scale
- Closed
-
XWIKI-15644 Notifications loads forever if you open the notifications menu before the notifications count is displayed
- Closed