I noticed the following stack trace when trying to use evenstream.usemainstore=false on XWiki 14.10.20 with subwikis:
I investigated a bit and I discovered that we are apparently never using the proper wiki context to store the event statuses: as a matter of fact, they are always only stored in the main DB, even if eventstream.uselocalstore is set to true and we are storing the events in both main and subwiki DBs. I checked on 11.10.13 and it's a regression compared to it: we used to properly store a duplicate of the event statuses too in subwiki DBs. |