-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12725/
-----------------------------------------------------------

(Updated Aug. 16, 2013, 12:23 p.m.)


Review request for wave, Bruno Gonzalez, Vicente J. Ruiz Jurado, and Yuri 
Zelikov.


Changes
-------

Addressed Yuri's changes.

I have checked that it still compiles, passes tests and runs. I have not 
re-tested federation, since no implementation changes have been made.


Repository: wave-git


Description
-------

Federation has been broken for a while again, with assorted shiny's and 
server-side errors if somebody attempted to make it work.

This patch is the squashed form of my 2013-fedfix-test branch, so to see each 
individual part it is probably easiest to read the commit log at 
https://github.com/alown/wave/commits/2013-fedfix-test. (Rebased against 
currently trunk).

This patch results in federation working again.
It also adds assorted logging (mostly at FINE) level of useful things to enable 
debugging+fixing of this section of the codebase in the future.


Diffs (updated)
-----

  src/org/waveprotocol/box/server/frontend/ClientFrontendImpl.java 68f70a8 
  src/org/waveprotocol/box/server/frontend/WaveletInfo.java 76fda42 
  src/org/waveprotocol/box/server/waveserver/LocalWaveletContainer.java 2d8a891 
  
src/org/waveprotocol/box/server/waveserver/MemoryPerUserWaveViewHandlerImpl.java
 d995d5e 
  src/org/waveprotocol/box/server/waveserver/PerUserWaveViewDistpatcher.java 
f4db509 
  src/org/waveprotocol/box/server/waveserver/RemoteWaveletContainerImpl.java 
a48cfc6 
  src/org/waveprotocol/box/server/waveserver/SimpleSearchProviderImpl.java 
4201531 
  src/org/waveprotocol/box/server/waveserver/Wave.java 94e7a43 
  src/org/waveprotocol/box/server/waveserver/WaveServerImpl.java 89e03d1 
  src/org/waveprotocol/box/server/waveserver/WaveletContainerImpl.java 31fd121 
  src/org/waveprotocol/box/webclient/client/WindowTitleHandler.java 08987b0 
  src/org/waveprotocol/box/webclient/search/WaveBasedDigest.java e6137ce 
  src/org/waveprotocol/wave/client/StageTwo.java 64228ab 
  src/org/waveprotocol/wave/client/wavepanel/impl/reader/Reader.java bee1733 
  src/org/waveprotocol/wave/model/conversation/TitleHelper.java ac2c5b3 
  src/org/waveprotocol/wave/model/id/IdGenerator.java 5c9dec8 
  src/org/waveprotocol/wave/model/id/IdGeneratorImpl.java 1769f92 
  src/org/waveprotocol/wave/model/wave/opbased/WaveViewImpl.java a2cff45 
  test/org/waveprotocol/box/server/waveserver/SimpleSearchProviderImplTest.java 
30e0c2d 
  test/org/waveprotocol/wave/concurrencycontrol/wave/CcBasedWaveViewTest.java 
06e1cfc 

Diff: https://reviews.apache.org/r/12725/diff/


Testing
-------

Tested by running on eezysys.co.uk and stenyak.com and verifiying.
Verified that:
- Local + remote waves can be made
- Addition of remote participants results in the wave at the remote server
- Blips can be added to a wave by either local or remote clients

- Concurrent usage isn't really tested, but then concurrent usage randomly 
breaks at the moment anyway.


Thanks,

Ali Lown

Reply via email to