Re: Samza 0.13.1 officially released

2017-08-25 Thread Jagadish Venkatraman
Thank you Fred for shepherding this release and to everyone for your contributions! On Fri, Aug 25, 2017 at 5:40 PM Fred Haifeng Ji wrote: > Hi, all, > > I am pleased to let you know that we have officially released Samza 0.13.1! > > Huge thanks to everyone for working on

Re: Custom ordering when using async

2017-08-25 Thread Yi Pan
Hi, Xiaochuan, Please refer to the document here: https://samza.apache.org/learn/tutorials/0.13/samza-async-user-guide.html As stated, by default, when task.max.concurrency=1, in-order processing within a task is guaranteed, no matter whether you implement StreamTask or AsyncStreamTask. The

Samza 0.13.1 officially released

2017-08-25 Thread Fred Haifeng Ji
Hi, all, I am pleased to let you know that we have officially released Samza 0.13.1! Huge thanks to everyone for working on the features and bugs in this release, and cooperating in the release process. Here is the announcement blog: https://blogs.apache.org/samza/ Cheers! Fred

[GitHub] samza pull request #285: SAMZA-1408 update master doc to use 0.14.0-SNAPSHOT...

2017-08-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/285 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] samza pull request #288: SAMZA-1409 add missing parts and make guideline cle...

2017-08-25 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/288 SAMZA-1409 add missing parts and make guideline clearer for docs/README.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza

Re: Custom ordering when using async

2017-08-25 Thread XiaoChuan Yu
Hi Jagadish, This is a rather late reply but I don't think I understand of the effect of changing job.container.thread.pool.size config in the synchronous case very well. Suppose I have an input topic partitioned by memberID processed by a synchronous job. Does increasing container thread pool

[GitHub] samza pull request #287: SAMZA-1409 add the missing parts and make guideline...

2017-08-25 Thread fredji97
Github user fredji97 closed the pull request at: https://github.com/apache/samza/pull/287 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] samza pull request #287: SAMZA-1049 add the missing parts and make guideline...

2017-08-25 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/287 SAMZA-1049 add the missing parts and make guideline clearer for docs/README.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza

[GitHub] samza pull request #276: SAMZA-1408 update the doc for 0.13.1 release

2017-08-25 Thread fredji97
Github user fredji97 closed the pull request at: https://github.com/apache/samza/pull/276 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] samza pull request #286: SAMZA-1408 update the branch doc for 0.13.1 release

2017-08-25 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/286 SAMZA-1408 update the branch doc for 0.13.1 release You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza 0.13.1_doc Alternatively

[GitHub] samza pull request #285: SAMZA-1408 update master doc to use 0.14.0-SNAPSHOT...

2017-08-25 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/285 SAMZA-1408 update master doc to use 0.14.0-SNAPSHOT after 0.13.1 release You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza

[GitHub] samza pull request #284: SAMZA-1385: Coordination utils factory with distrib...

2017-08-25 Thread sborya
GitHub user sborya opened a pull request: https://github.com/apache/samza/pull/284 SAMZA-1385: Coordination utils factory with distributed lock this PR includes some changes from another PR. I will re-merge it again, after the other PR is in. You can merge this pull request into a

Fwd: Question about stop in SystemProducer

2017-08-25 Thread Jagadish Venkatraman
Hi Shuqi, Glad that you figured out the problem. In general, we recommend Filesystem instances should always be scoped to their corresponding objects and discourage sharing. Please do let us know should you need more help! Thanks -- Forwarded message - From: 舒琦

Re: Question about stop in SystemProducer

2017-08-25 Thread 舒琦
Hi Jagadish, I resolved the problem. Samza must close the FileSystem somewhere when “shutdown” is triggered. Now I don’t get FileSystem instance from cache and everything works fine. Thanks! Qi Shu > 在 2017年8月24日,15:06,舒琦 写道: > > Yes, in the same