[jira] [Work logged] (BEAM-9344) Enable bundle finalization in Java SDK

2020-02-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9344?focusedWorklogId=391051=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-391051
 ]

ASF GitHub Bot logged work on BEAM-9344:


Author: ASF GitHub Bot
Created on: 22/Feb/20 04:57
Start Date: 22/Feb/20 04:57
Worklog Time Spent: 10m 
  Work Description: lukecwik commented on pull request #10910: [BEAM-9344] 
Add support for bundle finalization execution to the Beam Java SDK.
URL: https://github.com/apache/beam/pull/10910
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 391051)
Time Spent: 1h 20m  (was: 1h 10m)

> Enable bundle finalization in Java SDK
> --
>
> Key: BEAM-9344
> URL: https://issues.apache.org/jira/browse/BEAM-9344
> Project: Beam
>  Issue Type: New Feature
>  Components: sdk-java-core, sdk-java-harness
>Reporter: Luke Cwik
>Assignee: Luke Cwik
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> [_https://s.apache.org/beam-finalizing-bundles_]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9344) Enable bundle finalization in Java SDK

2020-02-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9344?focusedWorklogId=391042=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-391042
 ]

ASF GitHub Bot logged work on BEAM-9344:


Author: ASF GitHub Bot
Created on: 22/Feb/20 03:47
Start Date: 22/Feb/20 03:47
Worklog Time Spent: 10m 
  Work Description: lukecwik commented on issue #10910: [BEAM-9344] Add 
support for bundle finalization execution to the Beam Java SDK.
URL: https://github.com/apache/beam/pull/10910#issuecomment-589914414
 
 
   Run Java PreCommit
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 391042)
Time Spent: 1h 10m  (was: 1h)

> Enable bundle finalization in Java SDK
> --
>
> Key: BEAM-9344
> URL: https://issues.apache.org/jira/browse/BEAM-9344
> Project: Beam
>  Issue Type: New Feature
>  Components: sdk-java-core, sdk-java-harness
>Reporter: Luke Cwik
>Assignee: Luke Cwik
>Priority: Major
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> [_https://s.apache.org/beam-finalizing-bundles_]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9344) Enable bundle finalization in Java SDK

2020-02-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9344?focusedWorklogId=390870=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-390870
 ]

ASF GitHub Bot logged work on BEAM-9344:


Author: ASF GitHub Bot
Created on: 21/Feb/20 19:44
Start Date: 21/Feb/20 19:44
Worklog Time Spent: 10m 
  Work Description: lukecwik commented on pull request #10910: [BEAM-9344] 
Add support for bundle finalization execution to the Beam Java SDK.
URL: https://github.com/apache/beam/pull/10910#discussion_r382771623
 
 

 ##
 File path: 
sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/SplittableDoFnTest.java
 ##
 @@ -47,7 +50,9 @@
 import org.apache.beam.sdk.testing.ValidatesRunner;
 import org.apache.beam.sdk.transforms.DoFn.BoundedPerElement;
 import org.apache.beam.sdk.transforms.DoFn.UnboundedPerElement;
+import org.apache.beam.sdk.transforms.splittabledofn.OffsetRangeTracker;
 import org.apache.beam.sdk.transforms.splittabledofn.RestrictionTracker;
+import org.apache.beam.sdk.transforms.splittabledofn.SplitResult;
 
 Review comment:
   fixed
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 390870)
Time Spent: 1h  (was: 50m)

> Enable bundle finalization in Java SDK
> --
>
> Key: BEAM-9344
> URL: https://issues.apache.org/jira/browse/BEAM-9344
> Project: Beam
>  Issue Type: New Feature
>  Components: sdk-java-core, sdk-java-harness
>Reporter: Luke Cwik
>Assignee: Luke Cwik
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> [_https://s.apache.org/beam-finalizing-bundles_]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9344) Enable bundle finalization in Java SDK

2020-02-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9344?focusedWorklogId=390856=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-390856
 ]

ASF GitHub Bot logged work on BEAM-9344:


Author: ASF GitHub Bot
Created on: 21/Feb/20 19:15
Start Date: 21/Feb/20 19:15
Worklog Time Spent: 10m 
  Work Description: Ardagan commented on pull request #10910: [BEAM-9344] 
Add support for bundle finalization execution to the Beam Java SDK.
URL: https://github.com/apache/beam/pull/10910#discussion_r382727459
 
 

 ##
 File path: 
sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/SplittableDoFnTest.java
 ##
 @@ -47,7 +50,9 @@
 import org.apache.beam.sdk.testing.ValidatesRunner;
 import org.apache.beam.sdk.transforms.DoFn.BoundedPerElement;
 import org.apache.beam.sdk.transforms.DoFn.UnboundedPerElement;
+import org.apache.beam.sdk.transforms.splittabledofn.OffsetRangeTracker;
 import org.apache.beam.sdk.transforms.splittabledofn.RestrictionTracker;
+import org.apache.beam.sdk.transforms.splittabledofn.SplitResult;
 
 Review comment:
   At https://s.apache.org/splittable-do-fn>, second quote is missing 
that breaks all formatting in github and should break href. Can you fix typo 
please?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 390856)
Time Spent: 50m  (was: 40m)

> Enable bundle finalization in Java SDK
> --
>
> Key: BEAM-9344
> URL: https://issues.apache.org/jira/browse/BEAM-9344
> Project: Beam
>  Issue Type: New Feature
>  Components: sdk-java-core, sdk-java-harness
>Reporter: Luke Cwik
>Assignee: Luke Cwik
>Priority: Major
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> [_https://s.apache.org/beam-finalizing-bundles_]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9344) Enable bundle finalization in Java SDK

2020-02-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9344?focusedWorklogId=390352=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-390352
 ]

ASF GitHub Bot logged work on BEAM-9344:


Author: ASF GitHub Bot
Created on: 21/Feb/20 01:02
Start Date: 21/Feb/20 01:02
Worklog Time Spent: 10m 
  Work Description: lukecwik commented on issue #10910: [BEAM-9344] Add 
support for bundle finalization execution to the Beam Java SDK.
URL: https://github.com/apache/beam/pull/10910#issuecomment-589448241
 
 
   Run Java PreCommit
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 390352)
Time Spent: 40m  (was: 0.5h)

> Enable bundle finalization in Java SDK
> --
>
> Key: BEAM-9344
> URL: https://issues.apache.org/jira/browse/BEAM-9344
> Project: Beam
>  Issue Type: New Feature
>  Components: sdk-java-core, sdk-java-harness
>Reporter: Luke Cwik
>Assignee: Luke Cwik
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> [_https://s.apache.org/beam-finalizing-bundles_]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9344) Enable bundle finalization in Java SDK

2020-02-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9344?focusedWorklogId=390301=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-390301
 ]

ASF GitHub Bot logged work on BEAM-9344:


Author: ASF GitHub Bot
Created on: 20/Feb/20 22:37
Start Date: 20/Feb/20 22:37
Worklog Time Spent: 10m 
  Work Description: lukecwik commented on issue #10910: [BEAM-9344] Add 
support for bundle finalization execution to the Beam Java SDK.
URL: https://github.com/apache/beam/pull/10910#issuecomment-589384551
 
 
   This is needed for the unbounded source wrapper to be able to get an initial 
version working without watermark reporting.
   
   R: @Ardagan 
   CC: @robertwb @boyuanzz @chamikaramj @ananvay 
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 390301)
Time Spent: 0.5h  (was: 20m)

> Enable bundle finalization in Java SDK
> --
>
> Key: BEAM-9344
> URL: https://issues.apache.org/jira/browse/BEAM-9344
> Project: Beam
>  Issue Type: New Feature
>  Components: sdk-java-core, sdk-java-harness
>Reporter: Luke Cwik
>Assignee: Luke Cwik
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> [_https://s.apache.org/beam-finalizing-bundles_]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9344) Enable bundle finalization in Java SDK

2020-02-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9344?focusedWorklogId=390300=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-390300
 ]

ASF GitHub Bot logged work on BEAM-9344:


Author: ASF GitHub Bot
Created on: 20/Feb/20 22:37
Start Date: 20/Feb/20 22:37
Worklog Time Spent: 10m 
  Work Description: lukecwik commented on issue #10910: [BEAM-9344] Add 
support for bundle finalization execution to the Beam Java SDK.
URL: https://github.com/apache/beam/pull/10910#issuecomment-589384551
 
 
   This is needed for the unbounded source wrapper to be able to get an initial 
version working without watermark reporting. KafkaIO requires support for 
"checkpointing".
   
   R: @Ardagan 
   CC: @robertwb @boyuanzz @chamikaramj @ananvay 
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 390300)
Time Spent: 20m  (was: 10m)

> Enable bundle finalization in Java SDK
> --
>
> Key: BEAM-9344
> URL: https://issues.apache.org/jira/browse/BEAM-9344
> Project: Beam
>  Issue Type: New Feature
>  Components: sdk-java-core, sdk-java-harness
>Reporter: Luke Cwik
>Assignee: Luke Cwik
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> [_https://s.apache.org/beam-finalizing-bundles_]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9344) Enable bundle finalization in Java SDK

2020-02-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9344?focusedWorklogId=390299=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-390299
 ]

ASF GitHub Bot logged work on BEAM-9344:


Author: ASF GitHub Bot
Created on: 20/Feb/20 22:31
Start Date: 20/Feb/20 22:31
Worklog Time Spent: 10m 
  Work Description: lukecwik commented on issue #10910: [BEAM-9344] Add 
support for bundle finalization execution to the Beam Java SDK.
URL: https://github.com/apache/beam/pull/10910#issuecomment-589384551
 
 
   This is needed for the unbounded source wrapper to be able to get an initial 
version working without watermark reporting.
   
   R: @Ardagan 
   CC: @robertwb @boyuanzz @chamikaramj @ananvay 
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 390299)
Remaining Estimate: 0h
Time Spent: 10m

> Enable bundle finalization in Java SDK
> --
>
> Key: BEAM-9344
> URL: https://issues.apache.org/jira/browse/BEAM-9344
> Project: Beam
>  Issue Type: New Feature
>  Components: sdk-java-core, sdk-java-harness
>Reporter: Luke Cwik
>Assignee: Luke Cwik
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> [_https://s.apache.org/beam-finalizing-bundles_]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)