[jira] [Commented] (SAMZA-1733) Improvements to MetricsSnapshotReporter

2018-08-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581794#comment-16581794 ] ASF GitHub Bot commented on SAMZA-1733: --- Github user asfgit closed the pull request

samza git commit: SAMZA-1733: Bugfix: Moving to use string for type info, to avoid ClassNotFound on deserial

2018-08-15 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 8f7326be7 -> 13a38f28a SAMZA-1733: Bugfix: Moving to use string for type info, to avoid ClassNotFound on deserial Exception type was serialized as a Class. However in case of Exceptions defined in non-samza-related or user-defined libs, t

[jira] [Commented] (SAMZA-1733) Improvements to MetricsSnapshotReporter

2018-08-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581765#comment-16581765 ] ASF GitHub Bot commented on SAMZA-1733: --- GitHub user rmatharu opened a pull request

[jira] [Commented] (SAMZA-1807) Create specific execute() for each async table API

2018-08-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581732#comment-16581732 ] ASF GitHub Bot commented on SAMZA-1807: --- GitHub user pdu-mn1 opened a pull request:

[jira] [Resolved] (SAMZA-1809) Logging bug: ExecutionPlanner should log details about how it arrived at the partition count for an intermediate topic

2018-08-15 Thread Prateek Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Maheshwari resolved SAMZA-1809. --- Resolution: Fixed > Logging bug: ExecutionPlanner should log details about how it arr

[jira] [Commented] (SAMZA-1809) Logging bug: ExecutionPlanner should log details about how it arrived at the partition count for an intermediate topic

2018-08-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581689#comment-16581689 ] ASF GitHub Bot commented on SAMZA-1809: --- Github user asfgit closed the pull request

samza git commit: SAMZA-1809: Add more logging to intermediate topic partition count inference

2018-08-15 Thread pmaheshwari
Repository: samza Updated Branches: refs/heads/master ce5765796 -> 8f7326be7 SAMZA-1809: Add more logging to intermediate topic partition count inference Author: bharathkk Reviewers: Ahmed Abdul Hamid Closes #607 from bharathkk/execution-planner-log-fix Project: http://git-wip-us.apache.

[jira] [Commented] (SAMZA-1733) Improvements to MetricsSnapshotReporter

2018-08-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581416#comment-16581416 ] ASF GitHub Bot commented on SAMZA-1733: --- Github user asfgit closed the pull request

samza git commit: SAMZA-1733: Create diagnostic topic if diagnostics enabled

2018-08-15 Thread pmaheshwari
Repository: samza Updated Branches: refs/heads/master a8ddede18 -> ce5765796 SAMZA-1733: Create diagnostic topic if diagnostics enabled * Current SnapshotReporter semantics are to specify stream as . * We create topic in JobRunner so that AM can also emit metrics (if desired). Author: rmath