[GitHub] samza pull request #852: Fix links in release documentation

2018-12-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/852 ---

[GitHub] samza pull request #852: Fix links in release documentation

2018-12-10 Thread vjagadish1989
GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/852 Fix links in release documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/vjagadish1989/samza website-reorg38 Alternatively you c

[GitHub] samza pull request #851: Flaky test fix

2018-12-10 Thread rmatharu
GitHub user rmatharu opened a pull request: https://github.com/apache/samza/pull/851 Flaky test fix MockStorageEngine has a static list of incomingMessageEnvelopes, which was a non thread-safe ArrayList. However in case of parallel restore (recent change), this needs to be a t