[jira] [Resolved] (SAMZA-1630) Log a thread dump on timeouts

2018-03-28 Thread Prateek Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Maheshwari resolved SAMZA-1630. --- Resolution: Fixed > Log a thread dump on timeouts > - > >

[jira] [Commented] (SAMZA-1630) Log a thread dump on timeouts

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418302#comment-16418302 ] ASF GitHub Bot commented on SAMZA-1630: --- Github user asfgit closed the pull request at:

[jira] [Assigned] (SAMZA-1630) Log a thread dump on timeouts

2018-03-28 Thread Prateek Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Maheshwari reassigned SAMZA-1630: - Assignee: Prateek Maheshwari > Log a thread dump on timeouts >

samza git commit: SAMZA-1630: Log a thread dump on timeouts

2018-03-28 Thread pmaheshwari
Repository: samza Updated Branches: refs/heads/master c99e57133 -> 13ff09024 SAMZA-1630: Log a thread dump on timeouts Would be useful to get a thread dump on timeouts, e.g. for AsyncStreamTask callback timeout, container shutdown timeout, heartbeat monitor graceful shutdown timeout etc.

[jira] [Commented] (SAMZA-1631) Do not log message contents on Task callback timeouts

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418291#comment-16418291 ] ASF GitHub Bot commented on SAMZA-1631: --- Github user asfgit closed the pull request at:

[jira] [Resolved] (SAMZA-1631) Do not log message contents on Task callback timeouts

2018-03-28 Thread Prateek Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Maheshwari resolved SAMZA-1631. --- Resolution: Fixed > Do not log message contents on Task callback timeouts >

samza git commit: SAMZA-1631: Improve logging on Task callback timeout

2018-03-28 Thread pmaheshwari
Repository: samza Updated Branches: refs/heads/master 5431350b7 -> c99e57133 SAMZA-1631: Improve logging on Task callback timeout Author: Prateek Maheshwari Reviewers: Jacob Maes Closes #461 from prateekm/task-callback-logging Project:

[jira] [Commented] (SAMZA-1631) Do not log message contents on Task callback timeouts

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418116#comment-16418116 ] ASF GitHub Bot commented on SAMZA-1631: --- GitHub user prateekm opened a pull request:

[jira] [Created] (SAMZA-1631) Do not log message contents on Task callback timeouts

2018-03-28 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1631: - Summary: Do not log message contents on Task callback timeouts Key: SAMZA-1631 URL: https://issues.apache.org/jira/browse/SAMZA-1631 Project: Samza

[jira] [Commented] (SAMZA-1630) Log a thread dump on timeouts

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418108#comment-16418108 ] ASF GitHub Bot commented on SAMZA-1630: --- GitHub user prateekm opened a pull request:

[jira] [Created] (SAMZA-1630) Log a thread dump on timeouts

2018-03-28 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1630: - Summary: Log a thread dump on timeouts Key: SAMZA-1630 URL: https://issues.apache.org/jira/browse/SAMZA-1630 Project: Samza Issue Type:

[jira] [Commented] (SAMZA-1372) Change Latch Interface to Lock Interface for Samza Standalone with ZK

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417934#comment-16417934 ] ASF GitHub Bot commented on SAMZA-1372: --- Github user PawasChhokra closed the pull request at:

[jira] [Commented] (SAMZA-1627) Watermark broadcast enhancements

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417798#comment-16417798 ] ASF GitHub Bot commented on SAMZA-1627: --- Github user asfgit closed the pull request at:

samza git commit: SAMZA-1627: Watermark broadcast enhancements

2018-03-28 Thread xinyu
Repository: samza Updated Branches: refs/heads/master aff805d07 -> 5431350b7 SAMZA-1627: Watermark broadcast enhancements Currently each upstream task needs to broadcast to every single partition of intermediate streams in order to aggregate watermarks in the consumers. A better way to do