[jira] [Work logged] (BEAM-9314) dot output should be deterministic

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


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

ASF GitHub Bot logged work on BEAM-9314:


Author: ASF GitHub Bot
Created on: 15/Feb/20 17:21
Start Date: 15/Feb/20 17:21
Worklog Time Spent: 10m 
  Work Description: happygiraffe commented on issue #10864: [BEAM-9314] 
Make dot output deterministic
URL: https://github.com/apache/beam/pull/10864#issuecomment-586622050
 
 
   Thanks. I suspected there is more to do here, but this worked for my 
(simple) use case.
 

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: 387953)
Time Spent: 40m  (was: 0.5h)

> dot output should be deterministic
> --
>
> Key: BEAM-9314
> URL: https://issues.apache.org/jira/browse/BEAM-9314
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go
>Reporter: Dominic Mitchell
>Priority: Trivial
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Presently the dot output changes each time it's executed. The output should 
> be stable (given the inputs)



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


[jira] [Work logged] (BEAM-9314) dot output should be deterministic

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


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

ASF GitHub Bot logged work on BEAM-9314:


Author: ASF GitHub Bot
Created on: 14/Feb/20 21:55
Start Date: 14/Feb/20 21:55
Worklog Time Spent: 10m 
  Work Description: lostluck commented on pull request #10864: [BEAM-9314] 
Make dot output deterministic
URL: https://github.com/apache/beam/pull/10864
 
 
   
 

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: 387711)
Time Spent: 0.5h  (was: 20m)

> dot output should be deterministic
> --
>
> Key: BEAM-9314
> URL: https://issues.apache.org/jira/browse/BEAM-9314
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go
>Reporter: Dominic Mitchell
>Priority: Trivial
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Presently the dot output changes each time it's executed. The output should 
> be stable (given the inputs)



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


[jira] [Work logged] (BEAM-9314) dot output should be deterministic

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


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

ASF GitHub Bot logged work on BEAM-9314:


Author: ASF GitHub Bot
Created on: 14/Feb/20 21:10
Start Date: 14/Feb/20 21:10
Worklog Time Spent: 10m 
  Work Description: lostluck commented on issue #10864: [BEAM-9314] Make 
dot output deterministic
URL: https://github.com/apache/beam/pull/10864#issuecomment-586473626
 
 
   This certainly avoids randomness from the dot runner side, but I suspect the 
ordering of the initial nodes might not be deterministic from the caller side 
(at best, they're topologically sorted IIRC).
   
   Either way, LGTM
 

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: 387677)
Time Spent: 20m  (was: 10m)

> dot output should be deterministic
> --
>
> Key: BEAM-9314
> URL: https://issues.apache.org/jira/browse/BEAM-9314
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go
>Reporter: Dominic Mitchell
>Priority: Trivial
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Presently the dot output changes each time it's executed. The output should 
> be stable (given the inputs)



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


[jira] [Work logged] (BEAM-9314) dot output should be deterministic

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


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

ASF GitHub Bot logged work on BEAM-9314:


Author: ASF GitHub Bot
Created on: 14/Feb/20 10:13
Start Date: 14/Feb/20 10:13
Worklog Time Spent: 10m 
  Work Description: happygiraffe commented on pull request #10864: 
[BEAM-9314] Make dot output deterministic
URL: https://github.com/apache/beam/pull/10864
 
 
   This makes it easier to check-in the resulting output.
   
   R: @lostluck
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   
- [ ] [**Choose 
reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and 
mention them in a comment (`R: @username`).
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA 
issue, if applicable. This will automatically link the pull request to the 
issue.
- [ ] Update `CHANGES.md` with noteworthy changes.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   See the [Contributor Guide](https://beam.apache.org/contribute) for more 
tips on [how to make review process 
smoother](https://beam.apache.org/contribute/#make-reviewers-job-easier).
   
   Post-Commit Tests Status (on master branch)
   

   
   Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
   --- | --- | --- | --- | --- | --- | --- | ---
   Go | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
 | --- | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/)
 | --- | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go_VR_Spark/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_VR_Spark/lastCompletedBuild/)
   Java | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBu