[
https://issues.apache.org/jira/browse/WAVE-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13206113#comment-13206113
]
[email protected] commented on WAVE-333:
----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3864/
-----------------------------------------------------------
Review request for wave, Michael MacFadden, vjrj, and Ali Lown.
Summary
-------
Fixes issue WAVE-333 - Welcome wave is not displayed after registration. The
problem was with the use of method waveMap.lookupWavelet(waveId) which returns
only wavelets that were loaded during the server start.
This addresses bug WAVE-333.
https://issues.apache.org/jira/browse/WAVE-333
Diffs
-----
src/org/waveprotocol/box/server/waveserver/PerUserWaveViewSubscriber.java
ec446a3
src/org/waveprotocol/box/server/waveserver/Wave.java de13222
src/org/waveprotocol/box/server/waveserver/WaveMap.java 36224ec
Diff: https://reviews.apache.org/r/3864/diff
Testing
-------
Registered a new user and checked that the welcome wave is displayed.
Thanks,
Yuri
> After user registration (with some welcome waves) search inbox is empty
> -----------------------------------------------------------------------
>
> Key: WAVE-333
> URL: https://issues.apache.org/jira/browse/WAVE-333
> Project: Wave
> Issue Type: Bug
> Components: Server
> Reporter: Vicente J. Ruiz Jurado
>
> In our servers when we create some user, we create also some waves for
> him/her (a welcome wave, and other sample waves). But with the new changes in
> search code, the inbox search returned after user registration is always
> empty:
> 10-feb-2012 12:01:06
> org.waveprotocol.box.server.waveserver.MemorySearchProvider search
> INFO: Search response to 'in:inbox': 0 results, user: XXX
> after a server restart:
> 10-feb-2012 12:13:35
> org.waveprotocol.box.server.waveserver.MemorySearchProvider search
> INFO: Search response to 'in:inbox': 7 results, user: XXX
> Seems that there is a unsync between memory index and the file store.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira