Sanil15 commented on a change in pull request #920: SAMZA-2106: Samza app and
job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r262266804
##
File path: samza-core/src/main/java/org/apache/samza/execution/JobPlanner.java
##
@@ -82,10 +84,13 @@ Ex
Sanil15 commented on issue #920: SAMZA-2106: Samza app and job config refactor
URL: https://github.com/apache/samza/pull/920#issuecomment-469444362
@xinyuiscool not all the code that uses JOB.NAME, reads it of
JobConfig#getName method and the same applies to JOB.ID
With this approach
Sanil15 edited a comment on issue #920: SAMZA-2106: Samza app and job config
refactor
URL: https://github.com/apache/samza/pull/920#issuecomment-469444362
@xinyuiscool not all the code that uses JOB.NAME, reads it of
JobConfig#getName method and the same applies to JOB.ID
With this
Sanil15 edited a comment on issue #920: SAMZA-2106: Samza app and job config
refactor
URL: https://github.com/apache/samza/pull/920#issuecomment-469444362
@xinyuiscool not all the code that uses JOB.NAME, reads it of
JobConfig#getName method and the same applies to JOB.ID
With this
asfgit closed pull request #936: SAMZA-2119: Upgrading Yarn-client to 2.7.1
URL: https://github.com/apache/samza/pull/936
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
srinipunuru merged pull request #937: Propogating the system messages to the
stream.
URL: https://github.com/apache/samza/pull/937
This is an automated message from the Apache Git Service.
To respond to the message, please l
shanthoosh commented on a change in pull request #935: SAMZA-2118: Improve the
shutdown sequence of AsyncRunLoop.
URL: https://github.com/apache/samza/pull/935#discussion_r262317010
##
File path: samza-core/src/main/java/org/apache/samza/task/AsyncRunLoop.java
##
@@ -193,6
lakshmi-manasa-g opened a new pull request #938: SAMZA-1531: Support run.id in
standalone for batch processing.
URL: https://github.com/apache/samza/pull/938
Tests yet to be written.
Adds run.id only for BATCH mode and no changes for STREAM mode.
Known issues:
- No supp
Cpptz commented on a change in pull request #934: SAMZA-1935 : Refactor
TaskContextImpl to not include access to objects that are only used internally
URL: https://github.com/apache/samza/pull/934#discussion_r262392608
##
File path:
samza-core/src/main/java/org/apache/samza/context
shanthoosh merged pull request #935: SAMZA-2118: Improve the shutdown sequence
of AsyncRunLoop.
URL: https://github.com/apache/samza/pull/935
This is an automated message from the Apache Git Service.
To respond to the messag
xinyuiscool commented on a change in pull request #920: SAMZA-2106: Samza app
and job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r262743422
##
File path:
samza-core/src/main/java/org/apache/samza/execution/ExecutionPlanner.java
##
@@ -113,7 +
xinyuiscool commented on a change in pull request #920: SAMZA-2106: Samza app
and job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r262744411
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/RemoteApplicationRunner.java
##
@@ -98
xinyuiscool commented on a change in pull request #920: SAMZA-2106: Samza app
and job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r262744308
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/RemoteApplicationRunner.java
##
@@ -84
xinyuiscool commented on a change in pull request #920: SAMZA-2106: Samza app
and job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r26270
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/RemoteApplicationRunner.java
##
@@ -11
xinyuiscool commented on a change in pull request #920: SAMZA-2106: Samza app
and job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r262744515
##
File path: samza-core/src/main/java/org/apache/samza/util/JobConfigUtil.java
##
@@ -0,0 +1,72 @@
+/*
xinyuiscool opened a new pull request #939: SAMZA-2122: Fix the task caught-up
logic which doesn't handle no incoming messages
URL: https://github.com/apache/samza/pull/939
Currently the TaskInstance.checkCaughtUp() logic has a bug that if there is
no incoming messages for a partition, it
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262756274
##
File path:
samza-core/src/main/java/org/apache/samza/task/StreamOperatorTask.java
##
@@ -127,6 +153,14 @
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262797705
##
File path:
samza-core/src/main/java/org/apache/samza/operators/impl/AsyncStreamOperatorImpl.java
##
@@ -
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262749310
##
File path:
samza-api/src/main/java/org/apache/samza/operators/functions/AsyncFlatMapFunction.java
##
@@
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262765022
##
File path:
samza-core/src/main/java/org/apache/samza/operators/spec/AsyncOperatorSpec.java
##
@@ -0,0 +1
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262764775
##
File path:
samza-core/src/main/java/org/apache/samza/operators/impl/AsyncStreamOperatorImpl.java
##
@@ -
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262766045
##
File path:
samza-core/src/main/java/org/apache/samza/operators/impl/AsyncStreamOperatorImpl.java
##
@@ -
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262765309
##
File path:
samza-api/src/main/java/org/apache/samza/operators/MessageStream.java
##
@@ -67,6 +68,16 @@
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262757036
##
File path:
samza-core/src/test/java/org/apache/samza/operators/TestJoinOperator.java
##
@@ -79,9 +81,9 @
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262762273
##
File path:
samza-core/src/main/java/org/apache/samza/operators/impl/OperatorImpl.java
##
@@ -184,19 +185
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262749241
##
File path:
samza-api/src/main/java/org/apache/samza/operators/functions/AsyncFlatMapFunction.java
##
@@
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262750469
##
File path:
samza-api/src/main/java/org/apache/samza/operators/functions/AsyncFlatMapFunction.java
##
@@
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262755910
##
File path:
samza-core/src/main/java/org/apache/samza/task/StreamOperatorTask.java
##
@@ -90,34 +94,56 @@
vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP]
Async high level api
URL: https://github.com/apache/samza/pull/905#discussion_r262766507
##
File path:
samza-core/src/main/java/org/apache/samza/operators/impl/OperatorImpl.java
##
@@ -159,21 +162
asfgit closed pull request #934: SAMZA-1935 : Refactor TaskContextImpl to not
include access to objects that are only used internally
URL: https://github.com/apache/samza/pull/934
This is an automated message from the Apache
sborya commented on a change in pull request #939: SAMZA-2122: Fix the task
caught-up logic which doesn't handle no incoming messages
URL: https://github.com/apache/samza/pull/939#discussion_r263078743
##
File path:
samza-core/src/main/scala/org/apache/samza/container/TaskInstance.
sborya commented on a change in pull request #939: SAMZA-2122: Fix the task
caught-up logic which doesn't handle no incoming messages
URL: https://github.com/apache/samza/pull/939#discussion_r263078808
##
File path:
samza-core/src/main/scala/org/apache/samza/container/TaskInstance.
xinyuiscool commented on a change in pull request #939: SAMZA-2122: Fix the
task caught-up logic which doesn't handle no incoming messages
URL: https://github.com/apache/samza/pull/939#discussion_r263086086
##
File path:
samza-core/src/main/scala/org/apache/samza/container/TaskInst
xinyuiscool commented on a change in pull request #939: SAMZA-2122: Fix the
task caught-up logic which doesn't handle no incoming messages
URL: https://github.com/apache/samza/pull/939#discussion_r263086035
##
File path:
samza-core/src/main/scala/org/apache/samza/container/TaskInst
cameronlee314 opened a new pull request #940: SAMZA-2121: Add checkpoint offset
field to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940
This is the first step for implementing
https://issues.apache.org/jira/browse/SAMZA-2120.
sborya merged pull request #939: SAMZA-2122: Fix the task caught-up logic which
doesn't handle no incoming messages
URL: https://github.com/apache/samza/pull/939
This is an automated message from the Apache Git Service.
To r
Sanil15 commented on a change in pull request #920: SAMZA-2106: Samza app and
job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r263162204
##
File path:
samza-core/src/main/java/org/apache/samza/execution/ExecutionPlanner.java
##
@@ -113,7 +115,
Sanil15 commented on a change in pull request #920: SAMZA-2106: Samza app and
job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r263162260
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/RemoteApplicationRunner.java
##
@@ -84,7 +
Sanil15 commented on a change in pull request #920: SAMZA-2106: Samza app and
job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r263162324
##
File path: samza-core/src/main/java/org/apache/samza/util/JobConfigUtil.java
##
@@ -0,0 +1,72 @@
+/*
+ *
prateekm commented on issue #897: SEP-19 : Refactoring to remove
localityManager from JobModel
URL: https://github.com/apache/samza/pull/897#issuecomment-470334092
@rmatharu We also want to move the JobModel to samza-api (where
ContainerModel and TaskModel already are).
--
cameronlee314 opened a new pull request #941: SAMZA-2120: Enable custom
handling of ConsumerRecords consumed by Kafka
URL: https://github.com/apache/samza/pull/941
This includes the code from https://github.com/apache/samza/pull/940.
For this PR, it would be practical to just look at co
xinyuiscool merged pull request #920: SAMZA-2106: Samza app and job config
refactor
URL: https://github.com/apache/samza/pull/920
This is an automated message from the Apache Git Service.
To respond to the message, please lo
rmatharu opened a new pull request #942: Bugfix: Recent CSM refactor was
causing some metrics to not be emitted. Fixed -restore-time metric.
URL: https://github.com/apache/samza/pull/942
This is an automated message from the
mynameborat commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r262815895
##
File path:
samza-core/src/main/java/org/apache/samza/coordinator/CoordinationUtils.java
###
mynameborat commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r262817152
##
File path:
samza-core/src/main/java/org/apache/samza/coordinator/DistributedReadWriteLock.ja
mynameborat commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r262818100
##
File path:
samza-core/src/main/java/org/apache/samza/coordinator/DistributedReadWriteLock.ja
mynameborat commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r262813679
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/LocalApplicationRunner.java
##
mynameborat commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r262817813
##
File path:
samza-core/src/main/java/org/apache/samza/coordinator/DistributedReadWriteLock.ja
mynameborat commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r262814871
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/LocalApplicationRunner.java
##
mynameborat commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r262816170
##
File path:
samza-core/src/main/java/org/apache/samza/coordinator/CoordinationUtils.java
###
mynameborat commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r262815650
##
File path:
samza-core/src/main/java/org/apache/samza/coordinator/CoordinationUtils.java
###
mynameborat commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r262814180
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/LocalApplicationRunner.java
##
prateekm commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263505840
##
File path:
samza-core/src/main/scala/org/apache/samza/sys
prateekm commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263506752
##
File path:
samza-core/src/main/scala/org/apache/samza/sto
cameronlee314 commented on issue #941: SAMZA-2120: Enable custom handling of
ConsumerRecords consumed by Kafka
URL: https://github.com/apache/samza/pull/941#issuecomment-470661609
@rmatharu @mynameborat could you please take a look?
cameronlee314 commented on issue #940: SAMZA-2121: Add checkpoint offset field
to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940#issuecomment-470661443
@rmatharu @mynameborat could you please take a look?
--
rmatharu commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263535250
##
File path:
samza-core/src/main/scala/org/apache/samza/sto
rmatharu commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263535250
##
File path:
samza-core/src/main/scala/org/apache/samza/sto
vjagadish1989 commented on issue #905: SAMZA-2055: [WIP] Async high level api
URL: https://github.com/apache/samza/pull/905#issuecomment-470672963
1. Can you add an e2e integration test for a `StreamApp` + async-api
2. Additionally, update our website-docs and add public code examples for
rmatharu commented on a change in pull request #941: SAMZA-2120: Enable custom
handling of ConsumerRecords consumed by Kafka
URL: https://github.com/apache/samza/pull/941#discussion_r263553107
##
File path:
samza-core/src/main/java/org/apache/samza/storage/TaskSideInputStorageMana
rmatharu commented on a change in pull request #941: SAMZA-2120: Enable custom
handling of ConsumerRecords consumed by Kafka
URL: https://github.com/apache/samza/pull/941#discussion_r263554894
##
File path: samza-core/src/main/java/org/apache/samza/task/AsyncRunLoop.java
#
cameronlee314 commented on a change in pull request #941: SAMZA-2120: Enable
custom handling of ConsumerRecords consumed by Kafka
URL: https://github.com/apache/samza/pull/941#discussion_r263575676
##
File path:
samza-core/src/main/java/org/apache/samza/storage/TaskSideInputStorag
prateekm commented on issue #941: SAMZA-2120: Enable custom handling of
ConsumerRecords consumed by Kafka
URL: https://github.com/apache/samza/pull/941#issuecomment-470707705
@cameronlee314 I'd prefer to not add new fields/semantics to IME if
possible. I'm assuming you want to return the
mynameborat commented on a change in pull request #940: SAMZA-2121: Add
checkpoint offset field to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940#discussion_r263599960
##
File path: samza-core/src/test/java/org/apache/samza/task/TestAsyncRunLoop.java
cameronlee314 commented on issue #940: SAMZA-2121: Add checkpoint offset field
to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940#issuecomment-470744806
> Looks good.
> General question around checkpoint offset vs offset:
> Are there other systems that will benef
cameronlee314 commented on issue #941: SAMZA-2120: Enable custom handling of
ConsumerRecords consumed by Kafka
URL: https://github.com/apache/samza/pull/941#issuecomment-470745081
> @cameronlee314 I'd prefer to not add new fields/semantics to IME if
possible. I'm assuming you want to retu
cameronlee314 edited a comment on issue #941: SAMZA-2120: Enable custom
handling of ConsumerRecords consumed by Kafka
URL: https://github.com/apache/samza/pull/941#issuecomment-470745081
> @cameronlee314 I'd prefer to not add new fields/semantics to IME if
possible. I'm assuming you want
dxichen opened a new pull request #943: Update Samza version for 1.1.0 release
branch
URL: https://github.com/apache/samza/pull/943
Change versions as per RELEASE.md
This is an automated message from the Apache Git Service.
T
dxichen opened a new pull request #944: Release version updates
URL: https://github.com/apache/samza/pull/944
Updated hard coded version for the upcoming release
This is an automated message from the Apache Git Service.
To res
shanthoosh commented on a change in pull request #940: SAMZA-2121: Add
checkpoint offset field to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940#discussion_r263628931
##
File path:
samza-api/src/main/java/org/apache/samza/system/IncomingMessageEnvelope.java
shanthoosh commented on a change in pull request #940: SAMZA-2121: Add
checkpoint offset field to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940#discussion_r263628931
##
File path:
samza-api/src/main/java/org/apache/samza/system/IncomingMessageEnvelope.java
xinyuiscool merged pull request #943: Update Samza version for 1.1.0 release
branch
URL: https://github.com/apache/samza/pull/943
This is an automated message from the Apache Git Service.
To respond to the message, please lo
shanthoosh commented on a change in pull request #940: SAMZA-2121: Add
checkpoint offset field to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940#discussion_r263628931
##
File path:
samza-api/src/main/java/org/apache/samza/system/IncomingMessageEnvelope.java
mynameborat commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263637333
##
File path:
samza-core/src/main/scala/org/apache/samza/
cameronlee314 commented on a change in pull request #940: SAMZA-2121: Add
checkpoint offset field to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940#discussion_r263639549
##
File path:
samza-api/src/main/java/org/apache/samza/system/IncomingMessageEnvelope.jav
vjagadish1989 commented on issue #905: SAMZA-2055: [WIP] Async high level api
URL: https://github.com/apache/samza/pull/905#issuecomment-470775503
@xinyuiscool: in case he has additional feedback on the async-api
This is an au
vjagadish1989 edited a comment on issue #905: SAMZA-2055: [WIP] Async high
level api
URL: https://github.com/apache/samza/pull/905#issuecomment-470775503
also adding @xinyuiscool in case he has additional feedback on the async-api
---
shanthoosh commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263647669
##
File path:
samza-core/src/main/scala/org/apache/samza/s
rmatharu commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263657205
##
File path:
samza-core/src/main/scala/org/apache/samza/sto
rmatharu commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263657205
##
File path:
samza-core/src/main/scala/org/apache/samza/sto
lakshmi-manasa-g commented on a change in pull request #938: SAMZA-1531:
Support run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r26366
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/LocalApplicationRunner.jav
lakshmi-manasa-g commented on a change in pull request #938: SAMZA-1531:
Support run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r263661126
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/LocalApplicationRunner.jav
lakshmi-manasa-g commented on a change in pull request #938: SAMZA-1531:
Support run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r263661134
##
File path:
samza-core/src/main/java/org/apache/samza/coordinator/CoordinationUtils.java
lakshmi-manasa-g commented on a change in pull request #938: SAMZA-1531:
Support run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r263661119
##
File path:
samza-core/src/main/java/org/apache/samza/runtime/LocalApplicationRunner.jav
lakshmi-manasa-g commented on a change in pull request #938: SAMZA-1531:
Support run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r263661144
##
File path:
samza-core/src/main/java/org/apache/samza/coordinator/CoordinationUtils.java
prateekm commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263865477
##
File path:
samza-core/src/main/scala/org/apache/samza/con
prateekm commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263866650
##
File path:
samza-core/src/main/scala/org/apache/samza/sto
prateekm commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263866440
##
File path:
samza-core/src/main/scala/org/apache/samza/sys
prateekm commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263865573
##
File path:
samza-core/src/main/scala/org/apache/samza/con
prateekm commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263877257
##
File path:
samza-core/src/main/scala/org/apache/samza/sys
rmatharu commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263878839
##
File path:
samza-core/src/main/scala/org/apache/samza/sys
rmatharu commented on a change in pull request #942: Bugfix: Recent CSM
refactor was causing some metrics to not be emitted. Fixed -restore-time
metric.
URL: https://github.com/apache/samza/pull/942#discussion_r263878762
##
File path:
samza-core/src/main/scala/org/apache/samza/sto
rmatharu commented on issue #942: Bugfix: Recent CSM refactor was causing some
metrics to not be emitted. Fixed -restore-time metric.
URL: https://github.com/apache/samza/pull/942#issuecomment-471027740
Addressed all comments.
---
asfgit closed pull request #942: Bugfix: Recent CSM refactor was causing some
metrics to not be emitted. Fixed -restore-time metric.
URL: https://github.com/apache/samza/pull/942
This is an automated message from the Apache
cameronlee314 opened a new pull request #945: [javadoc] Clarify semantics of
the offset in IncomingMessageEnvelope as the offset provided by the system
consumer for the message
URL: https://github.com/apache/samza/pull/945
rmatharu opened a new pull request #946: SEP-19: Removing standbytasks.enabled
config
URL: https://github.com/apache/samza/pull/946
This is an automated message from the Apache Git Service.
To respond to the message, please
asfgit closed pull request #946: SEP-19: Removing standbytasks.enabled config
URL: https://github.com/apache/samza/pull/946
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
shanthoosh merged pull request #945: [javadoc] Clarify semantics of the offset
in IncomingMessageEnvelope as the offset provided by the system consumer for
the message
URL: https://github.com/apache/samza/pull/945
This is a
cameronlee314 commented on issue #940: SAMZA-2121: Add checkpoint offset field
to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940#issuecomment-471117914
This is no longer necessary. See SAMZA-2121 for more details.
-
cameronlee314 closed pull request #940: SAMZA-2121: Add checkpoint offset field
to IncomingMessageEnvelope
URL: https://github.com/apache/samza/pull/940
This is an automated message from the Apache Git Service.
To respond to
301 - 400 of 969 matches
Mail list logo