[jira] [Created] (SAMZA-1523) Cleanup table entries before shutting down the processor

2017-12-05 Thread Navina Ramesh (JIRA)
Navina Ramesh created SAMZA-1523: Summary: Cleanup table entries before shutting down the processor Key: SAMZA-1523 URL: https://issues.apache.org/jira/browse/SAMZA-1523 Project: Samza Issue

[CONF] Apache Samza > Samza Enhancement Proposal

2017-11-21 Thread Navina Ramesh (Confluence)
Title: Message Title Navina Ramesh edited a page   Samza Enhancement Proposal ... SEP Number Next SEP Number: 910 Use this number as the identifier for your SEP and increment this value. ... SEP

[CONF] Apache Samza > SEP-10 Exactly-once Processing in Samza

2017-11-21 Thread Navina Ramesh (Confluence)
Title: Message Title Navina Ramesh created a page   SEP-10 Exactly-once Processing in Samza Status Current state: [ UNDER DISCUSSION | ACCEPTED | REJECTED ] Discussion thread: <link to mailing l

samza git commit: SAMZA-1406: Fix potential orphaned containers problem in stand alone

2017-09-14 Thread navina
7:36 2017 -0700 Committer: navina <nav...@apache.org> Committed: Thu Sep 14 21:18:55 2017 -0700 -- .../samza/zk/ScheduleAfterDebounceTime.java | 172 +-- .../org/apache/samza/zk/ZkJobCoordinat

[jira] [Resolved] (SAMZA-1413) add a config for coordinationutilsfactory class loading

2017-08-30 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1413. -- Resolution: Fixed Fix Version/s: 0.14.0 Issue resolved by pull request 290 [https

[samza] Git Push Summary

2017-08-18 Thread navina
Repository: samza Updated Tags: refs/tags/release-0.13.1-rc0 [created] c0048c2b7

[samza] Git Push Summary

2017-08-18 Thread navina
Repository: samza Updated Tags: refs/tags/release-0.13.1-rc0 [deleted] 694682d35

samza git commit: SAMZA-1401: update NOTICE for 0.13.1 release with RocksDB BSD+patents license

2017-08-17 Thread navina
Repository: samza Updated Branches: refs/heads/master e21ff7146 -> 1d253c757 SAMZA-1401: update NOTICE for 0.13.1 release with RocksDB BSD+patents license Please see details in SAMZA-1401. Author: Fred Ji <haifeng...@gmail.com> Reviewers: Navina Ramesh <nav...@apache.org> C

[samza] Git Push Summary

2017-08-17 Thread navina
Repository: samza Updated Tags: refs/tags/release-0.13.1-rc0 [created] 694682d35

samza git commit: SAMZA-1396 TestZkLocalApplicationRunner tests fails after SAMZA-1385

2017-08-16 Thread navina
Repository: samza Updated Branches: refs/heads/0.13.1 651d269b3 -> 3042b3057 SAMZA-1396 TestZkLocalApplicationRunner tests fails after SAMZA-1385 * Fixes ZkPath issues * Fixes appname / jobname mismatch Author: Navina Ramesh <nav...@apache.org> Reviewers: Xinyu Liu <xi..

samza git commit: SAMZA-1381: Create Utility Class for interacting with Azure Table Storage

2017-08-07 Thread navina
PR) Author: PawasChhokra <Jaimatadi1$> Author: PawasChhokra <pawas2...@gmail.com> Reviewers: Navina Ramesh <nav...@apache.org> Closes #258 from PawasChhokra/TableUtils Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza

samza git commit: SAMZA-1380: Create Utility Class for interacting with Azure Blob Storage

2017-08-07 Thread navina
atadi1$> Author: PawasChhokra <pawas2...@gmail.com> Reviewers: Navina Ramesh <nav...@apache.org> Closes #257 from PawasChhokra/BlobUtils Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/a9866d62 Tree: http://git-wi

samza git commit: SAMZA-1376: Create a leasing utility class for blobs in Azure

2017-08-07 Thread navina
Repository: samza Updated Branches: refs/heads/master cf5efe761 -> f5c5cb223 SAMZA-1376: Create a leasing utility class for blobs in Azure navina PR 1: AzureClient + AzureConfig **PR 2: LeaseBlobManager** (current PR) Author: PawasChhokra <Jaimatadi1$> Author: PawasChhokr

samza git commit: Reenable LocalZkApplicationRunner tests.

2017-08-04 Thread navina
man <svenkatara...@linkedin.com> Reviewers: Navina Ramesh <nav...@apache.org> Closes #250 from shanthoosh/fix_broken_tests Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/cf5efe76 Tree: http://git-wip-us.apache.org/

samza git commit: Samza-1379: Create Azure Client

2017-08-03 Thread navina
Repository: samza Updated Branches: refs/heads/master 69dbada6a -> 966730ee6 Samza-1379: Create Azure Client navina **PR 1: AzureClient + AzureConfig** (current PR) Author: PawasChhokra <Jaimatadi1$> Reviewers: Navina Ramesh <nav...@apache.org> Closes #254 fr

samza git commit: Fix flaky, slow integration tests in TestZkStreamProcessor and TestZkStreamProcessorSession

2017-08-03 Thread navina
osh Venkataraman <svenkatara...@linkedin.com> Reviewers: Bharath Kumarasubramanian <codin.mart...@gmail.com>, Navina Ramesh <nav...@apache.org> Closes #260 from shanthoosh/FIX_ZK_PROCESSOR_FLAKY_TESTS Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://

[jira] [Resolved] (SAMZA-1365) Calling zkClient.close in zkWatch implementation blocks it indefinitely

2017-08-03 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1365. -- Resolution: Fixed Issue resolved by pull request 253 [https://github.com/apache/samza/pull/253

samza git commit: SAMZA-1365: Calling zkClient.close from zkWatch impl blocks indefinitely.

2017-08-03 Thread navina
Repository: samza Updated Branches: refs/heads/master fde556440 -> 0a4ecb232 SAMZA-1365: Calling zkClient.close from zkWatch impl blocks indefinitely. Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Navina Ramesh <nav...@apache.org> Closes #253 from s

[jira] [Commented] (SAMZA-1348) Run stop() in the StreamProcessor in the same thread as other events.

2017-08-01 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16109635#comment-16109635 ] Navina Ramesh commented on SAMZA-1348: -- [~boryas] is this still a pending task? SAMZA-1349 looks like

[jira] [Resolved] (SAMZA-1310) If LocalAppRunner is used - use ZkJobCoordinator by default.

2017-08-01 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1310. -- Resolution: Implemented > If LocalAppRunner is used - use ZkJobCoordinator by defa

[jira] [Commented] (SAMZA-1310) If LocalAppRunner is used - use ZkJobCoordinator by default.

2017-08-01 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16109628#comment-16109628 ] Navina Ramesh commented on SAMZA-1310: -- I am assuming this has already been fixed by Xinyu. Please re

[jira] [Commented] (SAMZA-1333) ERror Testing. If all processor die, LAR should shutdown.

2017-08-01 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16109625#comment-16109625 ] Navina Ramesh commented on SAMZA-1333: -- [~boryas] [~spvenkat] Can we add some description

[jira] [Resolved] (SAMZA-1364) Unclean shutdown of streamApplication in LocalApplicationRunner.kill(streamApplication)

2017-07-25 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1364. -- Resolution: Fixed Issue resolved by pull request 246 [https://github.com/apache/samza/pull/246

samza git commit: Samza-1364: Handle ZKExceptions in zkCoordinationUtils.reset.

2017-07-25 Thread navina
proper shutdown). Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Boris Shkolnik <bor...@apache.org>, Navina Ramesh <nav...@apache.org> Closes #246 from shanthoosh/SAMZA-1364 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://gi

[jira] [Commented] (SAMZA-1364) Unclean shutdown of streamApplication in LocalApplicationRunner.kill(streamApplication)

2017-07-25 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16100983#comment-16100983 ] Navina Ramesh commented on SAMZA-1364: -- [~spvenkat] sorry about the late reply. Yes. Any unhandled

samza git commit: Fix build failures after master merge

2017-07-25 Thread navina
Repository: samza Updated Branches: refs/heads/master 57758615b -> 95d96b944 Fix build failures after master merge Changes * Fix checkstyle errors from #243 * Fix failure after bad merge in #244 Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Navina Ra

[jira] [Resolved] (SAMZA-1282) Spinning up more containers than the number of tasks kills leader

2017-07-25 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1282. -- Resolution: Fixed Issue resolved by pull request 244 [https://github.com/apache/samza/pull/244

samza git commit: SAMZA-1282: Spinning up more containers than number of tasks.

2017-07-25 Thread navina
thoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Boris Shkolnik <bor...@apache.org>, Navina Ramesh <nav...@apache.org> Closes #244 from shanthoosh/more_processor_than_tasks Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.or

samza git commit: Fix log messages from StreamProcessor(onJobModelExpired event).

2017-07-25 Thread navina
ove StreamProcessor.toString since it has no usages. Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Navina Ramesh <nav...@apache.org> Closes #249 from shanthoosh/fix_logging_in_stream_processor Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit:

[1/2] samza git commit: SAMZA-1336. Session disconnect propagation.

2017-07-17 Thread navina
Repository: samza Updated Branches: refs/heads/master 45931fd5d -> ce777164d http://git-wip-us.apache.org/repos/asf/samza/blob/ce777164/samza-test/src/test/java/org/apache/samza/test/processor/TestZkStreamProcessorFailures.java

[2/2] samza git commit: SAMZA-1336. Session disconnect propagation.

2017-07-17 Thread navina
<bor...@apache.org> Author: Boris Shkolnik <bshko...@bshkolni-ld1.linkedin.biz> Author: Boris Shkolnik <bshko...@linkedin.com> Reviewers: Navina Ramesh <nav...@apache.org>, Shanthoosh Venkataraman <svenkatara...@linkedin.com> Closes #229 from sborya/SessionFailReregi

[jira] [Resolved] (SAMZA-1304) Improve duplicate processors detection

2017-07-13 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1304. -- Resolution: Fixed Issue resolved by pull request 240 [https://github.com/apache/samza/pull/240

samza git commit: SAMZA-1304: Handling duplicate stream processor registration.

2017-07-13 Thread navina
hor: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Navina Ramesh <nav...@apache.org>, Jagadish V <jvenk...@linkedin.com> Closes #240 from shanthoosh/standalone_duplicate_processor_fix Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us

samza git commit: SAMZA-1324: Fix NullPointerException in ZkUtils api's.

2017-07-12 Thread navina
ava default for uninitialized field is null resulting in NPE. Fix: Initialize private fields of ZkUtils class with appropriate defaults. Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Navina Ramesh <nav...@apache.org> Closes #235 from shanthoosh/fix_zkutil

[jira] [Resolved] (SAMZA-1296) Stand alone integration tests.

2017-06-28 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1296. -- Resolution: Fixed Fix Version/s: 0.13.1 Issue resolved by pull request 196 [https

samza git commit: SAMZA-1296 : Stand alone integration tests.

2017-06-28 Thread navina
tor/ZKUtils. Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Navina Ramesh <nav...@apache.org>, Jagadish V <jvenk...@linkedin.com> Closes #196 from shanthoosh/standalone_happy_integration_tests Project: http://git-wip-us.apache.org/repos/asf/samza/repo C

[jira] [Created] (SAMZA-1350) Flaky test - frequently failing in jenkins

2017-06-28 Thread Navina Ramesh (JIRA)
Navina Ramesh created SAMZA-1350: Summary: Flaky test - frequently failing in jenkins Key: SAMZA-1350 URL: https://issues.apache.org/jira/browse/SAMZA-1350 Project: Samza Issue Type: Bug

[jira] [Updated] (SAMZA-1349) Fix stop() sequence in the StreamProcessor

2017-06-27 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1349: - Issue Type: Improvement (was: Bug) > Fix stop() sequence in the StreamProces

[jira] [Commented] (SAMZA-1348) Run stop() in the StreamProcessor in the same thread as other events.

2017-06-27 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065758#comment-16065758 ] Navina Ramesh commented on SAMZA-1348: -- bq. Note. Since we are using scheduler's thread to run stop

[CONF] Apache Samza > SEP-8

2017-06-27 Thread Navina Ramesh (Confluence)
Title: Message Title Navina Ramesh created a page   SEP-8 Status Current state: [ UNDER DISCUSSION | ACCEPTED | REJECTED ] Discussion thread: <link to mailing list DISCUSS thread> JIRA: SAM

samza git commit: Add a basic .travis.yml file to run on Travis.

2017-06-26 Thread navina
Repository: samza Updated Branches: refs/heads/master 4072c9e85 -> 26dc77b08 Add a basic .travis.yml file to run on Travis. Enable gradle caching Use Trusty as a platform Set JDK to 8 Author: Nacho Solis <nso...@linkedin.com> Reviewers: Navina Ramesh <nav...@apache.org> C

samza git commit: SAMZA-1324 : Add a metricsreporter lifecycle for JobCoordinator component of StreamProcessor

2017-06-26 Thread navina
t; Author: Pawas Chhokra <pchho...@pchhokra-mn1.linkedin.biz> Author: PawasChhokra <pawas2...@gmail.com> Reviewers: Navina Ramesh <nav...@apache.org> Closes #223 from PawasChhokra/ZkJobCoordinatorMetrics Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://

[jira] [Resolved] (SAMZA-1337) LocalApplicationRunner needs to support StreamTask

2017-06-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1337. -- Resolution: Fixed Fix Version/s: (was: 0.13.0) Issue resolved by pull request 231

samza git commit: SAMZA-1337: Use StreamTask with the LocalApplicationRunner

2017-06-26 Thread navina
Repository: samza Updated Branches: refs/heads/master 8aa75467e -> 4875842b3 SAMZA-1337: Use StreamTask with the LocalApplicationRunner Author: Boris Shkolnik <bor...@apache.org> Reviewers: Navina Ramesh <nav...@apache.org>, Xinyu Liu <xi...@apache.org>, Bhar

[jira] [Assigned] (SAMZA-1337) LocalApplicationRunner needs to support StreamTask

2017-06-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh reassigned SAMZA-1337: Assignee: Boris Shkolnik > LocalApplicationRunner needs to support StreamT

[jira] [Updated] (SAMZA-1310) If LocalAppRunner is used - use ZkJobCoordinator by default.

2017-06-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1310: - Fix Version/s: 0.13.0 > If LocalAppRunner is used - use ZkJobCoordinator by defa

[jira] [Commented] (SAMZA-1311) HappyPath Testing. Using local storage.

2017-06-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16063571#comment-16063571 ] Navina Ramesh commented on SAMZA-1311: -- [~boryas] Can you please update the description in the JIRA

[jira] [Updated] (SAMZA-1310) If LocalAppRunner is used - use ZkJobCoordinator by default.

2017-06-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1310: - Fix Version/s: (was: 0.13.0) > If LocalAppRunner is used - use ZkJobCoordinator by defa

[jira] [Updated] (SAMZA-1311) HappyPath Testing. Using local storage.

2017-06-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1311: - Fix Version/s: (was: 0.13.0) > HappyPath Testing. Using local stor

[jira] [Updated] (SAMZA-1311) HappyPath Testing. Using local storage.

2017-06-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1311: - Fix Version/s: 0.13.0 > HappyPath Testing. Using local stor

[jira] [Commented] (SAMZA-1310) If LocalAppRunner is used - use ZkJobCoordinator by default.

2017-06-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16063566#comment-16063566 ] Navina Ramesh commented on SAMZA-1310: -- [~boryas] Can you please update the description of the JIRA

[jira] [Commented] (SAMZA-1346) GroupByContainerCount.balance() should guard against null LocalityManager

2017-06-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16063523#comment-16063523 ] Navina Ramesh commented on SAMZA-1346: -- > It should validate all of its inputs as best as possi

[jira] [Assigned] (SAMZA-1282) Spinning up more containers than the number of tasks kills leader

2017-06-23 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh reassigned SAMZA-1282: Assignee: Shanthoosh Venkataraman (was: Navina Ramesh) > Spinning up more containers t

[jira] [Created] (SAMZA-1343) Modify the existing failure-testing script for Zookeeper based deployment

2017-06-22 Thread Navina Ramesh (JIRA)
Navina Ramesh created SAMZA-1343: Summary: Modify the existing failure-testing script for Zookeeper based deployment Key: SAMZA-1343 URL: https://issues.apache.org/jira/browse/SAMZA-1343 Project

[jira] [Created] (SAMZA-1340) StreamProcessor does not propagate container failures from StreamTask

2017-06-21 Thread Navina Ramesh (JIRA)
Navina Ramesh created SAMZA-1340: Summary: StreamProcessor does not propagate container failures from StreamTask Key: SAMZA-1340 URL: https://issues.apache.org/jira/browse/SAMZA-1340 Project: Samza

[jira] [Commented] (SAMZA-656) Script to periodically clean-up store directories that are persisted outside YARN

2017-06-21 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16058633#comment-16058633 ] Navina Ramesh commented on SAMZA-656: - [~spvenkat] Is there anything pending in this JIRA

[jira] [Resolved] (SAMZA-1338) Number of processors greater then number of tasks results in an incorrect behavior.

2017-06-21 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1338. -- Resolution: Duplicate Resolving as this is a duplicate of SAMZA-1282 > Number of process

[jira] [Updated] (SAMZA-1282) Spinning up more containers than the number of tasks kills leader

2017-06-21 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1282: - Fix Version/s: 0.13.1 > Spinning up more containers than the number of tasks kills lea

[jira] [Commented] (SAMZA-1153) Metrics should be added for ZK based JobCoordinator

2017-06-21 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16058422#comment-16058422 ] Navina Ramesh commented on SAMZA-1153: -- [~pawas2...@gmail.com] Thanks for listing out the metrics

[jira] [Updated] (SAMZA-1338) Number of processors greater then number of tasks results in an incorrect behavior.

2017-06-20 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1338: - Fix Version/s: 0.13.1 > Number of processors greater then number of tasks results in an incorr

[jira] [Updated] (SAMZA-1304) Improve duplicate processors detection

2017-06-20 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1304: - Issue Type: Bug (was: Sub-task) Parent: (was: SAMZA-1064) > Improve duplic

[jira] [Updated] (SAMZA-1304) Improve duplicate processors detection

2017-06-20 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1304: - Fix Version/s: (was: 0.14.0) 0.13.1 > Improve duplicate process

svn commit: r19970 - in /release/samza/0.13.0: ./ apache-samza-0.13.0-src.tgz apache-samza-0.13.0-src.tgz.MD5 apache-samza-0.13.0-src.tgz.asc

2017-06-09 Thread navina
Author: navina Date: Fri Jun 9 18:21:16 2017 New Revision: 19970 Log: Releasing Apache Samza 0.13.0 Source Tarballs Added: release/samza/0.13.0/ release/samza/0.13.0/apache-samza-0.13.0-src.tgz (with props) release/samza/0.13.0/apache-samza-0.13.0-src.tgz.MD5 release/samza

[jira] [Resolved] (SAMZA-942) Document the core set of metrics Samza generate

2017-06-09 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-942. - Resolution: Duplicate SAMZA-702 > Document the core set of metrics Samza gener

samza git commit: SAMZA-1326: Revert to use getGlobalAppId for zk path

2017-06-07 Thread navina
Repository: samza Updated Branches: refs/heads/master c1c4289c8 -> 451b2e538 SAMZA-1326: Revert to use getGlobalAppId for zk path Author: Boris Shkolnik <bor...@apache.org> Reviewers: Navina Ramesh <nav...@apache.org> Closes #216 from sborya/getGlobalId Project:

[jira] [Resolved] (SAMZA-1326) StreamProcessor should use ApplicationConfig.getGlobalAppId()

2017-06-07 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1326. -- Resolution: Fixed Fix Version/s: 0.13.1 Issue resolved by pull request 216 [https

[jira] [Assigned] (SAMZA-1324) Add a metricsreporter lifecycle for JobCoordinator component of StreamProcessor

2017-06-06 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh reassigned SAMZA-1324: Assignee: Pawas Chhokra (was: Navina Ramesh) > Add a metricsreporter lifecy

[jira] [Updated] (SAMZA-1324) Add a metricsreporter lifecycle for JobCoordinator component of StreamProcessor

2017-06-06 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1324: - Reporter: Navina Ramesh (was: Boris Shkolnik) > Add a metricsreporter lifecy

[jira] [Updated] (SAMZA-1324) Add a metricsreporter lifecycle for JobCoordinator component of StreamProcessor

2017-06-06 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1324: - Issue Type: Improvement (was: Sub-task) Parent: (was: SAMZA-1064) >

[jira] [Updated] (SAMZA-1324) Add a metricsreporter lifecycle for JobCoordinator component of StreamProcessor

2017-06-06 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1324: - Description: In order to make any metrics available from ZkJobCoordinator, we need to create

[jira] [Updated] (SAMZA-1324) Add a metricsreporter lifecycle for JobCoordinator component of StreamProcessor

2017-06-06 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1324: - Fix Version/s: (was: 0.13.0) 0.13.1 > Add a metricsreporter lifecy

[jira] [Created] (SAMZA-1324) Add a metricsreporter lifecycle for JobCoordinator component of StreamProcessor

2017-06-06 Thread Navina Ramesh (JIRA)
Navina Ramesh created SAMZA-1324: Summary: Add a metricsreporter lifecycle for JobCoordinator component of StreamProcessor Key: SAMZA-1324 URL: https://issues.apache.org/jira/browse/SAMZA-1324

[jira] [Commented] (SAMZA-1308) Failure Testing. A processor dies while waiting for a barrier to complete.

2017-05-30 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16030487#comment-16030487 ] Navina Ramesh commented on SAMZA-1308: -- [~spvenkat] Thanks for listing out the scenarios. A, C, D

[jira] [Resolved] (SAMZA-1309) add a config for de-bounce time.

2017-05-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1309. -- Resolution: Fixed Issue resolved by pull request 203 [https://github.com/apache/samza/pull/203

samza git commit: SAMZA-1309; Debounce time config

2017-05-26 Thread navina
Repository: samza Updated Branches: refs/heads/master 8f1609d0b -> 0c05cb344 SAMZA-1309; Debounce time config Author: Boris Shkolnik <bor...@apache.org> Reviewers: Navina Ramesh <nav...@apache.org> Closes #203 from sborya/DebounceConfig Project: http://git-wip-us.apach

[jira] [Resolved] (SAMZA-1313) renam StandaloneJobCoordinator to PassthroughJobCoordinator

2017-05-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1313. -- Resolution: Fixed Fix Version/s: (was: 0.13.0) 0.9.1 Issue

[jira] [Updated] (SAMZA-1313) renam StandaloneJobCoordinator to PassthroughJobCoordinator

2017-05-26 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1313: - Fix Version/s: (was: 0.9.1) 0.13.0 > renam StandaloneJobCoordina

samza git commit: SAMZA-1313 : Rename StandaloneJobCoordinator to PassthroughJobCoordinator

2017-05-26 Thread navina
Repository: samza Updated Branches: refs/heads/master e5e9705c1 -> 8f1609d0b SAMZA-1313 : Rename StandaloneJobCoordinator to PassthroughJobCoordinator Author: Boris Shkolnik <bor...@apache.org> Reviewers: Navina Ramesh <nav...@apache.org> Closes #

samza git commit: Updating committer page on samza.apache.org

2017-05-25 Thread navina
Repository: samza Updated Branches: refs/heads/master 7355a4503 -> e5e9705c1 Updating committer page on samza.apache.org Giving more screen time for currently active Apache Samza committers (no JIRA) Author: Navina Ramesh <nav...@apache.org> Reviewers: Yi Pan <nickpa...@gmail.

[samza] Git Push Summary

2017-05-24 Thread navina
Repository: samza Updated Tags: refs/tags/release-0.13.0-rc1 [created] 752790813

[2/2] samza git commit: SAMZA-1128 : Remove dependency of debounce timer from the CoordinationUtils

2017-05-24 Thread navina
interface * Renamed ZkBarrierForVersionUpgrade to ZkBarrier and introduces a listener ZkBarrierListener * Simplified the ZkBarrier class and its integration test Author: Navina Ramesh <nav...@apache.org> Reviewers: Boris Shkolnik <bor...@apache.org>, Bharath Kumarasubramanian <

[1/2] samza git commit: SAMZA-1307 - Fix ZkKeyBuilder null checks for pathPrefix

2017-05-24 Thread navina
Repository: samza Updated Branches: refs/heads/0.13.0 06860479f -> 82d5cca2d SAMZA-1307 - Fix ZkKeyBuilder null checks for pathPrefix Author: Navina Ramesh <nav...@apache.org> Reviewers: Jagadish V <jagad...@apache.org> Closes #202 from navina/SAMZA-1307 Project:

[jira] [Resolved] (SAMZA-1128) Remove dependency of debounce timer from the CoordinationUtils

2017-05-24 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1128. -- Resolution: Fixed Issue resolved by pull request 195 [https://github.com/apache/samza/pull/195

samza git commit: SAMZA-1128 : Remove dependency of debounce timer from the CoordinationUtils

2017-05-24 Thread navina
ler that the Jobcoordinator's main thread. * Removes CoordinationUtils#getBarrier, BarrierForVersionUpgrade interface * Renamed ZkBarrierForVersionUpgrade to ZkBarrier and introduces a listener ZkBarrierListener * Simplified the ZkBarrier class and its integration test Author: Navina Ramesh <nav...@apache.org>

[jira] [Resolved] (SAMZA-1307) Fix ZkKeyBuilder null checks for pathPrefix

2017-05-24 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh resolved SAMZA-1307. -- Resolution: Fixed Issue resolved by pull request 202 [https://github.com/apache/samza/pull/202

samza git commit: SAMZA-1307 - Fix ZkKeyBuilder null checks for pathPrefix

2017-05-24 Thread navina
Repository: samza Updated Branches: refs/heads/master c3db20483 -> 90f3ff622 SAMZA-1307 - Fix ZkKeyBuilder null checks for pathPrefix Author: Navina Ramesh <nav...@apache.org> Reviewers: Jagadish V <jagad...@apache.org> Closes #202 from navina/SAMZA-1307 Project:

[jira] [Created] (SAMZA-1307) Fix ZkKeyBuilder null checks for pathPrefix

2017-05-23 Thread Navina Ramesh (JIRA)
Navina Ramesh created SAMZA-1307: Summary: Fix ZkKeyBuilder null checks for pathPrefix Key: SAMZA-1307 URL: https://issues.apache.org/jira/browse/SAMZA-1307 Project: Samza Issue Type: Bug

[jira] [Commented] (SAMZA-1303) Request for waitForFinish(time, TimeUnit) api in LocalApplicationRunner

2017-05-23 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16022105#comment-16022105 ] Navina Ramesh commented on SAMZA-1303: -- That's a good point and also, brings me to my next question

[jira] [Commented] (SAMZA-1303) Request for waitForFinish(time, TimeUnit) api in LocalApplicationRunner

2017-05-23 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16022034#comment-16022034 ] Navina Ramesh commented on SAMZA-1303: -- [~xiliu] Yes. That's what I would assumed when I read

[jira] [Commented] (SAMZA-1303) Request for waitForFinish(time, TimeUnit) api in LocalApplicationRunner

2017-05-23 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16022027#comment-16022027 ] Navina Ramesh commented on SAMZA-1303: -- Fwiw, if we are stopping the processor by invoking {{kill

[jira] [Commented] (SAMZA-1304) Improve duplicate processors detection

2017-05-22 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020037#comment-16020037 ] Navina Ramesh commented on SAMZA-1304: -- [~boryas] I think he is talking about rogue or orphaned

[jira] [Updated] (SAMZA-1294) Modify schedule api in ScheduleAfterDebounceTime to take an error handling callback

2017-05-18 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1294: - Issue Type: Sub-task (was: Bug) Parent: SAMZA-1150 > Modify schedule

[jira] [Updated] (SAMZA-1294) Modify schedule api in ScheduleAfterDebounceTime to take an error handling callback

2017-05-18 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1294: - Description: Modify schedule api in ScheduleAfterDebounceTime to take an error handling callback

[jira] [Updated] (SAMZA-1128) Remove dependency of debounce timer from the CoordinationUtils

2017-05-18 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1128: - Description: ZkBarrierForVersionUpgrade is tightly coupled with the _ZkJobCoordinator_

[jira] [Created] (SAMZA-1294) Modify schedule api in ScheduleAfterDebounceTime to take an error handling callback

2017-05-18 Thread Navina Ramesh (JIRA)
Navina Ramesh created SAMZA-1294: Summary: Modify schedule api in ScheduleAfterDebounceTime to take an error handling callback Key: SAMZA-1294 URL: https://issues.apache.org/jira/browse/SAMZA-1294

[jira] [Updated] (SAMZA-1128) Remove dependency of debounce timer from the CoordinationUtils

2017-05-18 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh updated SAMZA-1128: - Parent Issue: SAMZA-1173 (was: SAMZA-1064) > Remove dependency of debounce timer f

[jira] [Commented] (SAMZA-1293) Enable partition expansion of input streams

2017-05-15 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16011764#comment-16011764 ] Navina Ramesh commented on SAMZA-1293: -- > I am working on the SEP and will provide link to the

[jira] [Commented] (SAMZA-1293) Enable partition expansion of input streams

2017-05-15 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16011735#comment-16011735 ] Navina Ramesh commented on SAMZA-1293: -- [~lindong] Can you please explain what this JIRA is about

[jira] [Assigned] (SAMZA-1162) Review tryBecomeLeader implementation to see if it can be simplified.

2017-05-15 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh reassigned SAMZA-1162: Assignee: (was: Navina Ramesh) > Review tryBecomeLeader implementation to

[jira] [Assigned] (SAMZA-1128) Remove dependency of debounce timer from the CoordinationUtils

2017-05-14 Thread Navina Ramesh (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navina Ramesh reassigned SAMZA-1128: Assignee: Navina Ramesh (was: Boris Shkolnik) > Remove dependency of debounce timer f

  1   2   3   4   5   6   7   8   9   10   >