Skip to content

Commit

Permalink
Minor: Re-word a couple of lines in javadoc with explicit notes about…
Browse files Browse the repository at this point in the history
… failures
  • Loading branch information
jagadish-northguard committed May 10, 2017
1 parent 5eb470c commit 601c11d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public interface MessageStream<M> {
* <p>
* Use the {@link org.apache.samza.operators.windows.Windows} helper methods to create the appropriate windows.
* <p>
* <b>Note:</b> As of version 0.13.0, messages in windows are kept in memory and may be lost in case of failures.
* <b>Note:</b> As of version 0.13.0, messages in windows are kept in memory and will be lost during restarts.
*
* @param window the window to group and process messages from this {@link MessageStream}
* @param <K> the type of key in the message in this {@link MessageStream}. If a key is specified,
Expand All @@ -121,7 +121,7 @@ public interface MessageStream<M> {
* Messages in each stream are retained for the provided {@code ttl} and join results are
* emitted as matches are found.
* <p>
* <b>Note:</b> As of version 0.13.0, messages in joins are kept in memory and may be lost in case of failures.
* <b>Note:</b> As of version 0.13.0, messages in joins are kept in memory and will be lost during restarts.
*
* @param otherStream the other {@link MessageStream} to be joined with
* @param joinFn the function to join messages from this and the other {@link MessageStream}
Expand Down

0 comments on commit 601c11d

Please sign in to comment.