[jira] [Created] (BEAM-5392) GroupByKey: All values for a single key need to fit in-memory at once

2018-09-17 Thread David Moravek (JIRA)
David Moravek created BEAM-5392:
---

 Summary: GroupByKey: All values for a single key need to fit 
in-memory at once
 Key: BEAM-5392
 URL: https://issues.apache.org/jira/browse/BEAM-5392
 Project: Beam
  Issue Type: Bug
  Components: runner-spark
Affects Versions: 2.6.0
Reporter: David Moravek
Assignee: David Moravek


Currently, when using GroupByKey, all values for a single key need to fit 
in-memory at once.
 
There are following issues, that need to be addressed:
a) We can not use Spark's _groupByKey_, because it requires all values to fit 
in memory for a single key (it is implemented as "list combiner")
b) _ReduceFnRunner_ iterates over values multiple times in order to group also 
by window
 
Solution:
 
In Dataflow Worker code, there are optimized versions of ReduceFnRunner, that 
can take advantage of having elements for a single key sorted by timestamp.
 
We can use Spark's `{{repartitionAndSortWithinPartitions}}` in order to meet 
this constraint.
 
For non-merging windows, we can put window itself into the key resulting in 
smaller groupings.
 
This approach was already tested in ~100TB input scale on Spark 2.3.x. (custom 
Spark runner).
 
I'll submit a patch once the Dataflow Worker code donation is complete.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5392) GroupByKey on Spark: All values for a single key need to fit in-memory at once

2018-09-17 Thread Robert Bradshaw (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Bradshaw updated BEAM-5392:
--
Summary: GroupByKey on Spark: All values for a single key need to fit 
in-memory at once  (was: GroupByKey: All values for a single key need to fit 
in-memory at once)

> GroupByKey on Spark: All values for a single key need to fit in-memory at once
> --
>
> Key: BEAM-5392
> URL: https://issues.apache.org/jira/browse/BEAM-5392
> Project: Beam
>  Issue Type: Bug
>  Components: runner-spark
>Affects Versions: 2.6.0
>Reporter: David Moravek
>Assignee: David Moravek
>Priority: Major
>  Labels: performance
>
> Currently, when using GroupByKey, all values for a single key need to fit 
> in-memory at once.
>  
> There are following issues, that need to be addressed:
> a) We can not use Spark's _groupByKey_, because it requires all values to fit 
> in memory for a single key (it is implemented as "list combiner")
> b) _ReduceFnRunner_ iterates over values multiple times in order to group 
> also by window
>  
> Solution:
>  
> In Dataflow Worker code, there are optimized versions of ReduceFnRunner, that 
> can take advantage of having elements for a single key sorted by timestamp.
>  
> We can use Spark's `{{repartitionAndSortWithinPartitions}}` in order to meet 
> this constraint.
>  
> For non-merging windows, we can put window itself into the key resulting in 
> smaller groupings.
>  
> This approach was already tested in ~100TB input scale on Spark 2.3.x. 
> (custom Spark runner).
>  
> I'll submit a patch once the Dataflow Worker code donation is complete.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: beam_PostCommit_Java_GradleBuild #1481

2018-09-17 Thread Apache Jenkins Server
See 


--
[...truncated 24.77 MB...]
at 
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:584)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at 
io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 more

Sep 17, 2018 8:06:31 AM 
org.apache.beam.sdk.io.gcp.spanner.SpannerIO$WriteToSpannerFn processElement
WARNING: Failed to submit the mutation group
com.google.cloud.spanner.SpannerException: FAILED_PRECONDITION: 
io.grpc.StatusRuntimeException: FAILED_PRECONDITION: Value must not be NULL in 
table users.
at 
com.google.cloud.spanner.SpannerExceptionFactory.newSpannerExceptionPreformatted(SpannerExceptionFactory.java:119)
at 
com.google.cloud.spanner.SpannerExceptionFactory.newSpannerException(SpannerExceptionFactory.java:43)
at 
com.google.cloud.spanner.SpannerExceptionFactory.newSpannerException(SpannerExceptionFactory.java:80)
at 
com.google.cloud.spanner.spi.v1.GrpcSpannerRpc.get(GrpcSpannerRpc.java:456)
at 
com.google.cloud.spanner.spi.v1.GrpcSpannerRpc.commit(GrpcSpannerRpc.java:404)
at 
com.google.cloud.spanner.SpannerImpl$SessionImpl$2.call(SpannerImpl.java:797)
at 
com.google.cloud.spanner.SpannerImpl$SessionImpl$2.call(SpannerImpl.java:794)
at 
com.google.cloud.spanner.SpannerImpl.runWithRetries(SpannerImpl.java:227)
at 
com.google.cloud.spanner.SpannerImpl$SessionImpl.writeAtLeastOnce(SpannerImpl.java:793)
at 
com.google.cloud.spanner.SessionPool$PooledSession.writeAtLeastOnce(SessionPool.java:319)
at 
com.google.cloud.spanner.DatabaseClientImpl.writeAtLeastOnce(DatabaseClientImpl.java:60)
at 
org.apache.beam.sdk.io.gcp.spanner.SpannerIO$WriteToSpannerFn.processElement(SpannerIO.java:1103)
at 
org.apache.beam.sdk.io.gcp.spanner.SpannerIO$WriteToSpannerFn$DoFnInvoker.invokeProcessElement(Unknown
 Source)
at 
org.apache.beam.repackaged.beam_runners_direct_java.runners.core.SimpleDoFnRunner.invokeProcessElement(SimpleDoFnRunner.java:275)
at 
org.apache.beam.repackaged.beam_runners_direct_java.runners.core.SimpleDoFnRunner.processElement(SimpleDoFnRunner.java:240)
at 
org.apache.beam.repackaged.beam_runners_direct_java.runners.core.SimplePushbackSideInputDoFnRunner.processElementInReadyWindows(SimplePushbackSideInputDoFnRunner.java:78)
at 
org.apache.beam.runners.direct.ParDoEvaluator.processElement(ParDoEvaluator.java:207)
at 
org.apache.beam.runners.direct.DoFnLifecycleManagerRemovingTransformEvaluator.processElement(DoFnLifecycleManagerRemovingTransformEvaluator.java:55)
at 
org.apache.beam.runners.direct.DirectTransformExecutor.processElements(DirectTransformExecutor.java:160)
at 
org.apache.beam.runners.direct.DirectTransformExecutor.run(DirectTransformExecutor.java:124)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.ExecutionException: 
io.grpc.StatusRuntimeException: FAILED_PRECONDITION: Value must not be NULL in 
table users.
at 
com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:500)
at 
com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:479)
at 
com.google.cloud.spanner.spi.v1.GrpcSpannerRpc.get(GrpcSpannerRpc.java:450)
... 21 more
Caused by: io.grpc.StatusRuntimeException: FAILED_PRECONDITION: Value must 
not be NULL in table users.
at io.grpc.Status.asRuntimeException(Status.java:526)
at 
io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:468)
at 
io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at 
io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at 
io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at 
com.google.cloud.spanner.spi.v1.SpannerErrorInterceptor$1$1.onClose(SpannerErrorInterceptor.java:100)
at 
io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at 
io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at 
io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at 
com.google.cloud.spanner.spi.v1.WatchdogInterceptor$Monitore

[jira] [Work logged] (BEAM-5264) Reference DirectRunner implementation of Python user state and timers API

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5264:


Author: ASF GitHub Bot
Created on: 17/Sep/18 08:45
Start Date: 17/Sep/18 08:45
Worklog Time Spent: 10m 
  Work Description: charlesccychen removed a comment on issue #6304: 
[BEAM-5264] Reference DirectRunner implementation of Python User State and 
Timers API
URL: https://github.com/apache/beam/pull/6304#issuecomment-421902444
 
 
   Run Python PostCommit


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144764)
Time Spent: 7h  (was: 6h 50m)

> Reference DirectRunner implementation of Python user state and timers API
> -
>
> Key: BEAM-5264
> URL: https://issues.apache.org/jira/browse/BEAM-5264
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Affects Versions: 2.6.0
>Reporter: Charles Chen
>Assignee: Charles Chen
>Priority: Major
>  Time Spent: 7h
>  Remaining Estimate: 0h
>
> This issue tracks the reference DirectRunner implementation of the Beam 
> Python User State and Timer API, described here: 
> [https://s.apache.org/beam-python-user-state-and-timers].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5264) Reference DirectRunner implementation of Python user state and timers API

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5264:


Author: ASF GitHub Bot
Created on: 17/Sep/18 08:45
Start Date: 17/Sep/18 08:45
Worklog Time Spent: 10m 
  Work Description: charlesccychen commented on issue #6304: [BEAM-5264] 
Reference DirectRunner implementation of Python User State and Timers API
URL: https://github.com/apache/beam/pull/6304#issuecomment-421930558
 
 
   Run Python PostCommit


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144765)
Time Spent: 7h 10m  (was: 7h)

> Reference DirectRunner implementation of Python user state and timers API
> -
>
> Key: BEAM-5264
> URL: https://issues.apache.org/jira/browse/BEAM-5264
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Affects Versions: 2.6.0
>Reporter: Charles Chen
>Assignee: Charles Chen
>Priority: Major
>  Time Spent: 7h 10m
>  Remaining Estimate: 0h
>
> This issue tracks the reference DirectRunner implementation of the Beam 
> Python User State and Timer API, described here: 
> [https://s.apache.org/beam-python-user-state-and-timers].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5264) Reference DirectRunner implementation of Python user state and timers API

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5264:


Author: ASF GitHub Bot
Created on: 17/Sep/18 09:02
Start Date: 17/Sep/18 09:02
Worklog Time Spent: 10m 
  Work Description: robertwb commented on issue #6304: [BEAM-5264] 
Reference DirectRunner implementation of Python User State and Timers API
URL: https://github.com/apache/beam/pull/6304#issuecomment-421935375
 
 
   > Can you clarify?--I'm not sure how we can do this DirectRunner-specific 
logic elsewhere (see another place this is done on line 747).
   
   I meant that we should check for key-ness and deterministic coders during 
pipeline construction. 
   
   > Do we know that sliding windows were already exploded? Perhaps we should 
be setting self.has_windowed_inputs and relying on the window assignment from 
above.
   > Ah oops I missed what you mean. I set the attribute per your suggestion.
   
   In that case, we shouldn't be re-assigning window (though perhaps worth a 
comment).


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144769)
Time Spent: 7h 20m  (was: 7h 10m)

> Reference DirectRunner implementation of Python user state and timers API
> -
>
> Key: BEAM-5264
> URL: https://issues.apache.org/jira/browse/BEAM-5264
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Affects Versions: 2.6.0
>Reporter: Charles Chen
>Assignee: Charles Chen
>Priority: Major
>  Time Spent: 7h 20m
>  Remaining Estimate: 0h
>
> This issue tracks the reference DirectRunner implementation of the Beam 
> Python User State and Timer API, described here: 
> [https://s.apache.org/beam-python-user-state-and-timers].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (BEAM-4553) Implement a Graphite sink for the metrics pusher

2018-09-17 Thread Etienne Chauchot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Etienne Chauchot reassigned BEAM-4553:
--

Assignee: Etienne Chauchot

> Implement a Graphite sink for the metrics pusher
> 
>
> Key: BEAM-4553
> URL: https://issues.apache.org/jira/browse/BEAM-4553
> Project: Beam
>  Issue Type: Sub-task
>  Components: runner-extensions-metrics
>Reporter: Etienne Chauchot
>Assignee: Etienne Chauchot
>Priority: Major
>
> Today only a REST Http sink that sends raw json metrics using POST request to 
> a http server is available. It is more a POC sink. It would be good to code 
> the first real metrics sink. Some of the most popular is Graphite.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (BEAM-5309) Add streaming support for HadoopOutputFormatIO

2018-09-17 Thread David Moravek (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Moravek reassigned BEAM-5309:
---

Assignee: David Hrbacek  (was: David Moravek)

> Add streaming support for HadoopOutputFormatIO
> --
>
> Key: BEAM-5309
> URL: https://issues.apache.org/jira/browse/BEAM-5309
> Project: Beam
>  Issue Type: Sub-task
>  Components: io-java-hadoop
>Reporter: Alexey Romanenko
>Assignee: David Hrbacek
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5309) Add streaming support for HadoopOutputFormatIO

2018-09-17 Thread David Moravek (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Moravek updated BEAM-5309:

Description: design doc: https://s.apache.org/beam-streaming-hofio

> Add streaming support for HadoopOutputFormatIO
> --
>
> Key: BEAM-5309
> URL: https://issues.apache.org/jira/browse/BEAM-5309
> Project: Beam
>  Issue Type: Sub-task
>  Components: io-java-hadoop
>Reporter: Alexey Romanenko
>Assignee: David Hrbacek
>Priority: Minor
>
> design doc: https://s.apache.org/beam-streaming-hofio



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5299) Define max global window as a shared value in protos like URN enums.

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5299:


Author: ASF GitHub Bot
Created on: 17/Sep/18 09:50
Start Date: 17/Sep/18 09:50
Worklog Time Spent: 10m 
  Work Description: mxm commented on a change in pull request #6381: 
[BEAM-5299] Define max timestamp for global window in proto
URL: https://github.com/apache/beam/pull/6381#discussion_r218003760
 
 

 ##
 File path: model/pipeline/src/main/proto/beam_runner_api.proto
 ##
 @@ -32,6 +32,16 @@ option java_outer_classname = "RunnerApi";
 import "google/protobuf/any.proto";
 import "google/protobuf/descriptor.proto";
 
+message BeamConstants {
+  enum Constants {
+// The maximum timestamp for the global window in milliseconds since Jan 
1, 1970
+// Triggers use maxTimestamp to set timers' timestamp. Timers fires when
+// the watermark passes their timestamps. So, the timestamp needs to be
+// smaller than the TIMESTAMP_MAX_MILLIS.
+GLOBAL_WINDOW_MAX_TIMESTAMP_MILLIS = 0 [(beam_constant) = 
"9223371950454775"];
 
 Review comment:
   Totally agree it is arbitrary, but wouldn't MAX_TIMESTAMP/2 be arbitrary as 
well? I suppose it would be more explicitly arbitrary :) I added a comment 
where this is coming from.
   
   Hex representation does save as some bytes (precisely four). 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144775)
Time Spent: 0.5h  (was: 20m)

> Define max global window as a shared value in protos like URN enums.
> 
>
> Key: BEAM-5299
> URL: https://issues.apache.org/jira/browse/BEAM-5299
> Project: Beam
>  Issue Type: Improvement
>  Components: beam-model, sdk-go, sdk-java-core, sdk-py-core
>Reporter: Luke Cwik
>Assignee: Maximilian Michels
>Priority: Minor
>  Labels: portability
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Instead of having each language define a max timestamp themselves, define the 
> max timestamps within proto to be shared across different languages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEAM-5309) Add streaming support for HadoopOutputFormatIO

2018-09-17 Thread David Moravek (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16617310#comment-16617310
 ] 

David Moravek commented on BEAM-5309:
-

Output for a single "partition" needs to fit in memory, when using SparkRunner.

> Add streaming support for HadoopOutputFormatIO
> --
>
> Key: BEAM-5309
> URL: https://issues.apache.org/jira/browse/BEAM-5309
> Project: Beam
>  Issue Type: Sub-task
>  Components: io-java-hadoop
>Reporter: Alexey Romanenko
>Assignee: David Hrbacek
>Priority: Minor
>
> design doc: https://s.apache.org/beam-streaming-hofio



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5393) Euphoria: Full windowing support

2018-09-17 Thread David Moravek (JIRA)
David Moravek created BEAM-5393:
---

 Summary: Euphoria: Full windowing support
 Key: BEAM-5393
 URL: https://issues.apache.org/jira/browse/BEAM-5393
 Project: Beam
  Issue Type: Improvement
  Components: dsl-euphoria
Reporter: David Moravek
Assignee: David Moravek


There are window properties we don't expose to user right now. We should 
support all properties that Window builder does.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5394) BeamPython on Flink runs at scale

2018-09-17 Thread Robert Bradshaw (JIRA)
Robert Bradshaw created BEAM-5394:
-

 Summary: BeamPython on Flink runs at scale
 Key: BEAM-5394
 URL: https://issues.apache.org/jira/browse/BEAM-5394
 Project: Beam
  Issue Type: Bug
  Components: sdk-py-harness
Reporter: Robert Bradshaw
Assignee: Robert Bradshaw


This is an umbrella bug for verifying that BeamPython can run production sized 
workloads.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5395) BeamPython data plane streams data

2018-09-17 Thread Robert Bradshaw (JIRA)
Robert Bradshaw created BEAM-5395:
-

 Summary: BeamPython data plane streams data
 Key: BEAM-5395
 URL: https://issues.apache.org/jira/browse/BEAM-5395
 Project: Beam
  Issue Type: Bug
  Components: sdk-py-harness
Reporter: Robert Bradshaw
Assignee: Robert Bradshaw


Currently the default implementation is to buffer all data for the bundle. 

Experiments were made splitting at arbitrary byte boundaries, but it appears 
that Java requires messages to be split on element boundaries. For now we 
should implement that in Python (even if this means not being able to split up 
large elements among multiple messages). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5396) Flink portable runner savepoint / upgrade support

2018-09-17 Thread Thomas Weise (JIRA)
Thomas Weise created BEAM-5396:
--

 Summary: Flink portable runner savepoint / upgrade support
 Key: BEAM-5396
 URL: https://issues.apache.org/jira/browse/BEAM-5396
 Project: Beam
  Issue Type: Improvement
  Components: runner-flink
Reporter: Thomas Weise


The Flink runner overall and the new portable implementation specifically need 
to support Flink savepoints for production use. Specifically, it should be 
possible to upgrade a stateful portable Beam pipeline that runs on Flink, which 
involves taking a savepoint and then starting the new version of the pipeline 
from that savepoint. The potential issues with pipeline evolution and migration 
are similar to those when using the Flink DataStream API (schema / name changes 
etc.).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEAM-5396) Flink portable runner savepoint / upgrade support

2018-09-17 Thread Thomas Weise (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16617404#comment-16617404
 ] 

Thomas Weise commented on BEAM-5396:


CC: [~angoenka]

> Flink portable runner savepoint / upgrade support
> -
>
> Key: BEAM-5396
> URL: https://issues.apache.org/jira/browse/BEAM-5396
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-flink
>Reporter: Thomas Weise
>Priority: Major
>
> The Flink runner overall and the new portable implementation specifically 
> need to support Flink savepoints for production use. Specifically, it should 
> be possible to upgrade a stateful portable Beam pipeline that runs on Flink, 
> which involves taking a savepoint and then starting the new version of the 
> pipeline from that savepoint. The potential issues with pipeline evolution 
> and migration are similar to those when using the Flink DataStream API 
> (schema / name changes etc.).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5397) Flink portable runner GRPC cleanup failure after user class loader was removed

2018-09-17 Thread Thomas Weise (JIRA)
Thomas Weise created BEAM-5397:
--

 Summary: Flink portable runner GRPC cleanup failure after user 
class loader was removed
 Key: BEAM-5397
 URL: https://issues.apache.org/jira/browse/BEAM-5397
 Project: Beam
  Issue Type: Improvement
  Components: runner-flink
Affects Versions: 2.8.0
Reporter: Thomas Weise


Looks like another attempt to perform cleanup after close.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEAM-5397) Flink portable runner GRPC cleanup failure after user class loader was removed

2018-09-17 Thread Thomas Weise (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-5397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16617416#comment-16617416
 ] 

Thomas Weise commented on BEAM-5397:


{code:java}
Exception in thread "grpc-default-worker-ELG-3-2" 
java.lang.NoClassDefFoundError: 
org/apache/beam/vendor/netty/v4/io/netty/buffer/PoolArena$1
at 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PoolArena.freeChunk(PoolArena.java:293)
at 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PoolThreadCache$MemoryRegionCache.freeEntry(PoolThreadCache.java:443)
at 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PoolThreadCache$MemoryRegionCache.free(PoolThreadCache.java:413)
at 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PoolThreadCache$MemoryRegionCache.free(PoolThreadCache.java:405)
at 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PoolThreadCache.free(PoolThreadCache.java:262)
at 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PoolThreadCache.free(PoolThreadCache.java:253)
at 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PoolThreadCache.free(PoolThreadCache.java:226)
at 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.onRemoval(PooledByteBufAllocator.java:450)
at 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.onRemoval(PooledByteBufAllocator.java:426)
at 
org.apache.beam.vendor.netty.v4.io.netty.util.concurrent.FastThreadLocal.remove(FastThreadLocal.java:269)
at 
org.apache.beam.vendor.netty.v4.io.netty.util.concurrent.FastThreadLocal.removeAll(FastThreadLocal.java:68)
at 
org.apache.beam.vendor.netty.v4.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:32)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: 
org.apache.beam.vendor.netty.v4.io.netty.buffer.PoolArena$1
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at 
org.apache.flink.runtime.execution.librarycache.FlinkUserCodeClassLoaders$ChildFirstClassLoader.loadClass(FlinkUserCodeClassLoaders.java:129)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 13 more{code}

> Flink portable runner GRPC cleanup failure after user class loader was removed
> --
>
> Key: BEAM-5397
> URL: https://issues.apache.org/jira/browse/BEAM-5397
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-flink
>Affects Versions: 2.8.0
>Reporter: Thomas Weise
>Priority: Major
>  Labels: portability
>
> Looks like another attempt to perform cleanup after close.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: beam_PreCommit_Website_Cron #70

2018-09-17 Thread Apache Jenkins Server
See 


--
[...truncated 7.72 KB...]

> Task :buildSrc:assemble
Skipping task ':buildSrc:assemble' as it has no actions.
:assemble (Thread[Task worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
:spotlessGroovy (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:spotlessGroovy
file or directory 
'
 not found
file or directory 
'
 not found
file or directory 
'
 not found
Caching disabled for task ':buildSrc:spotlessGroovy': Caching has not been 
enabled for the task
Task ':buildSrc:spotlessGroovy' is not up-to-date because:
  No history is available.
All input files are considered out-of-date for incremental task 
':buildSrc:spotlessGroovy'.
file or directory 
'
 not found
:spotlessGroovy (Thread[Task worker for ':buildSrc',5,main]) completed. Took 
1.452 secs.
:spotlessGroovyCheck (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:spotlessGroovyCheck
Skipping task ':buildSrc:spotlessGroovyCheck' as it has no actions.
:spotlessGroovyCheck (Thread[Task worker for ':buildSrc',5,main]) completed. 
Took 0.0 secs.
:spotlessGroovyGradle (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:spotlessGroovyGradle
Caching disabled for task ':buildSrc:spotlessGroovyGradle': Caching has not 
been enabled for the task
Task ':buildSrc:spotlessGroovyGradle' is not up-to-date because:
  No history is available.
All input files are considered out-of-date for incremental task 
':buildSrc:spotlessGroovyGradle'.
:spotlessGroovyGradle (Thread[Task worker for ':buildSrc',5,main]) completed. 
Took 0.034 secs.
:spotlessGroovyGradleCheck (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:spotlessGroovyGradleCheck
Skipping task ':buildSrc:spotlessGroovyGradleCheck' as it has no actions.
:spotlessGroovyGradleCheck (Thread[Task worker for ':buildSrc',5,main]) 
completed. Took 0.0 secs.
:spotlessCheck (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:spotlessCheck
Skipping task ':buildSrc:spotlessCheck' as it has no actions.
:spotlessCheck (Thread[Task worker for ':buildSrc',5,main]) completed. Took 0.0 
secs.
:compileTestJava (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:compileTestJava NO-SOURCE
file or directory 
'
 not found
Skipping task ':buildSrc:compileTestJava' as it has no source files and no 
previous output files.
:compileTestJava (Thread[Task worker for ':buildSrc',5,main]) completed. Took 
0.003 secs.
:compileTestGroovy (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:compileTestGroovy NO-SOURCE
file or directory 
'
 not found
Skipping task ':buildSrc:compileTestGroovy' as it has no source files and no 
previous output files.
:compileTestGroovy (Thread[Task worker for ':buildSrc',5,main]) completed. Took 
0.002 secs.
:processTestResources (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:processTestResources NO-SOURCE
file or directory 
'
 not found
Skipping task ':buildSrc:processTestResources' as it has no source files and no 
previous output files.
:processTestResources (Thread[Task worker for ':buildSrc',5,main]) completed. 
Took 0.001 secs.
:testClasses (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:testClasses UP-TO-DATE
Skipping task ':buildSrc:testClasses' as it has no actions.
:testClasses (Thread[Task worker for ':buildSrc',5,main]) completed. Took 0.0 
secs.
:test (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:test NO-SOURCE
Skipping task ':buildSrc:test' as it has no source files and no previous output 
files.
:test (Thread[Task worker for ':buildSrc',5,main]) completed. Took 0.005 secs.
:check (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:check
Skipping task ':buildSrc:check' as it has no actions.
:check (Thread[Task worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
:build (Thread[Task worker for ':buildSrc',5,main]) started.

> Task :buildSrc:build
Skipping task ':buildSrc:build' as it has no actions.
:build (Thread[Task worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
Settings evaluated using settings file 
'

[jira] [Updated] (BEAM-5079) Beam Dependency Update Request: google-cloud-bigquery 1.5.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5079:

Description: 


2018-08-06 12:07:33.923923

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-08-13 12:07:49.652119

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-08-20 12:10:19.579639

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-08-27 12:09:26.119958

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-09-03 12:15:07.750241

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-09-10 12:11:05.083602

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-09-17 12:09:37.923618

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

  was:


2018-08-06 12:07:33.923923

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-08-13 12:07:49.652119

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-08-20 12:10:19.579639

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-08-27 12:09:26.119958

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-09-03 12:15:07.750241

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 

2018-09-10 12:11:05.083602

Please review and upgrade the google-cloud-bigquery to the latest 
version 1.5.0 
 
cc: 


> Beam Dependency Update Request: google-cloud-bigquery 1.5.0
> ---
>
> Key: BEAM-5079
> URL: https://issues.apache.org/jira/browse/BEAM-5079
> Project: Beam
>  Issue Type: Bug
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Charles Chen
>Priority: Major
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> 2018-08-06 12:07:33.923923
> Please review and upgrade the google-cloud-bigquery to the latest 
> version 1.5.0 
>  
> cc: 
> 2018-08-13 12:07:49.652119
> Please review and upgrade the google-cloud-bigquery to the latest 
> version 1.5.0 
>  
> cc: 
> 2018-08-20 12:10:19.579639
> Please review and upgrade the google-cloud-bigquery to the latest 
> version 1.5.0 
>  
> cc: 
> 2018-08-27 12:09:26.119958
> Please review and upgrade the google-cloud-bigquery to the latest 
> version 1.5.0 
>  
> cc: 
> 2018-09-03 12:15:07.750241
> Please review and upgrade the google-cloud-bigquery to the latest 
> version 1.5.0 
>  
> cc: 
> 2018-09-10 12:11:05.083602
> Please review and upgrade the google-cloud-bigquery to the latest 
> version 1.5.0 
>  
> cc: 
> 2018-09-17 12:09:37.923618
> Please review and upgrade the google-cloud-bigquery to the latest 
> version 1.5.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5398) Beam Dependency Update Request: google-cloud-pubsub 0.38.0

2018-09-17 Thread Beam JIRA Bot (JIRA)
Beam JIRA Bot created BEAM-5398:
---

 Summary: Beam Dependency Update Request: google-cloud-pubsub 0.38.0
 Key: BEAM-5398
 URL: https://issues.apache.org/jira/browse/BEAM-5398
 Project: Beam
  Issue Type: Bug
  Components: dependencies
Reporter: Beam JIRA Bot
Assignee: Mark Liu




2018-09-17 12:12:34.205708

Please review and upgrade the google-cloud-pubsub to the latest version 
0.38.0 
 
cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5224) Beam Dependency Update Request: com.gradle:build-scan-plugin 1.16

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5224:

Description: 


2018-08-27 12:13:32.215540

Please review and upgrade the com.gradle:build-scan-plugin to the 
latest version 1.16 
 
cc: 

2018-09-03 12:25:44.367999

Please review and upgrade the com.gradle:build-scan-plugin to the 
latest version 1.16 
 
cc: 

2018-09-10 12:15:06.197099

Please review and upgrade the com.gradle:build-scan-plugin to the 
latest version 1.16 
 
cc: 

2018-09-17 12:17:56.387167

Please review and upgrade the com.gradle:build-scan-plugin to the 
latest version 1.16 
 
cc: 

  was:


2018-08-27 12:13:32.215540

Please review and upgrade the com.gradle:build-scan-plugin to the 
latest version 1.16 
 
cc: 

2018-09-03 12:25:44.367999

Please review and upgrade the com.gradle:build-scan-plugin to the 
latest version 1.16 
 
cc: 

2018-09-10 12:15:06.197099

Please review and upgrade the com.gradle:build-scan-plugin to the 
latest version 1.16 
 
cc: 


> Beam Dependency Update Request: com.gradle:build-scan-plugin 1.16
> -
>
> Key: BEAM-5224
> URL: https://issues.apache.org/jira/browse/BEAM-5224
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Chamikara Jayalath
>Priority: Major
>
> 2018-08-27 12:13:32.215540
> Please review and upgrade the com.gradle:build-scan-plugin to the 
> latest version 1.16 
>  
> cc: 
> 2018-09-03 12:25:44.367999
> Please review and upgrade the com.gradle:build-scan-plugin to the 
> latest version 1.16 
>  
> cc: 
> 2018-09-10 12:15:06.197099
> Please review and upgrade the com.gradle:build-scan-plugin to the 
> latest version 1.16 
>  
> cc: 
> 2018-09-17 12:17:56.387167
> Please review and upgrade the com.gradle:build-scan-plugin to the 
> latest version 1.16 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4874) Beam Dependency Update Request: com.google.auto.service:auto-service 1.0-rc4

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4874:

Description: 


2018-07-25 20:21:08.597317

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-08-06 12:08:14.189802

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-08-13 12:08:37.495569

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-08-20 12:11:49.688170

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-08-27 12:13:11.448132

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-09-03 12:25:30.020618

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-09-10 12:14:50.849627

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-09-17 12:17:42.189924

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

  was:


2018-07-25 20:21:08.597317

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-08-06 12:08:14.189802

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-08-13 12:08:37.495569

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-08-20 12:11:49.688170

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-08-27 12:13:11.448132

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-09-03 12:25:30.020618

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 

2018-09-10 12:14:50.849627

Please review and upgrade the com.google.auto.service:auto-service to 
the latest version 1.0-rc4 
 
cc: 


> Beam Dependency Update Request: com.google.auto.service:auto-service 1.0-rc4
> 
>
> Key: BEAM-4874
> URL: https://issues.apache.org/jira/browse/BEAM-4874
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Chamikara Jayalath
>Priority: Major
>
> 2018-07-25 20:21:08.597317
> Please review and upgrade the com.google.auto.service:auto-service to 
> the latest version 1.0-rc4 
>  
> cc: 
> 2018-08-06 12:08:14.189802
> Please review and upgrade the com.google.auto.service:auto-service to 
> the latest version 1.0-rc4 
>  
> cc: 
> 2018-08-13 12:08:37.495569
> Please review and upgrade the com.google.auto.service:auto-service to 
> the latest version 1.0-rc4 
>  
> cc: 
> 2018-08-20 12:11:49.688170
> Please review and upgrade the com.google.auto.service:auto-service to 
> the latest version 1.0-rc4 
>  
> cc: 
> 2018-08-27 12:13:11.448132
> Please review and upgrade the com.google.auto.service:auto-service to 
> the latest version 1.0-rc4 
>  
> cc: 
> 2018-09-03 12:25:30.020618
> Please review and upgrade the com.google.auto.service:auto-service to 
> the latest version 1.0-rc4 
>  
> cc: 
> 2018-09-10 12:14:50.849627
> Please review and upgrade the com.google.auto.service:auto-service to 
> the latest version 1.0-rc4 
>  
> cc: 
> 2018-09-17 12:17:42.189924
> Please review and upgrade the com.google.auto.service:auto-service to 
> the latest version 1.0-rc4 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5289) Beam Dependency Update Request: org.assertj:assertj-core 3.11.1

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5289:

Description: 


2018-09-03 12:25:28.148383

Please review and upgrade the org.assertj:assertj-core to the latest 
version 3.11.1 
 
cc: 

2018-09-10 12:14:45.454275

Please review and upgrade the org.assertj:assertj-core to the latest 
version 3.11.1 
 
cc: 

2018-09-17 12:17:36.497322

Please review and upgrade the org.assertj:assertj-core to the latest 
version 3.11.1 
 
cc: 

  was:


2018-09-03 12:25:28.148383

Please review and upgrade the org.assertj:assertj-core to the latest 
version 3.11.1 
 
cc: 

2018-09-10 12:14:45.454275

Please review and upgrade the org.assertj:assertj-core to the latest 
version 3.11.1 
 
cc: 


> Beam Dependency Update Request: org.assertj:assertj-core 3.11.1
> ---
>
> Key: BEAM-5289
> URL: https://issues.apache.org/jira/browse/BEAM-5289
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Scott Wegner
>Priority: Major
>
> 2018-09-03 12:25:28.148383
> Please review and upgrade the org.assertj:assertj-core to the latest 
> version 3.11.1 
>  
> cc: 
> 2018-09-10 12:14:45.454275
> Please review and upgrade the org.assertj:assertj-core to the latest 
> version 3.11.1 
>  
> cc: 
> 2018-09-17 12:17:36.497322
> Please review and upgrade the org.assertj:assertj-core to the latest 
> version 3.11.1 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4884) Beam Dependency Update Request: biz.aQute:bndlib 2.0.0.20130123-133441

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4884:

Description: 


2018-07-25 20:22:10.667692

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-08-02 11:42:45.184687

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 

cc: 

2018-08-06 12:08:44.804597

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-08-13 12:09:05.718866

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-08-20 12:11:56.128242

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-08-27 12:13:22.621235

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-09-03 12:25:36.400271

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-09-10 12:14:57.942307

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-09-17 12:17:48.520053

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

  was:


2018-07-25 20:22:10.667692

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-08-02 11:42:45.184687

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 

cc: 

2018-08-06 12:08:44.804597

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-08-13 12:09:05.718866

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-08-20 12:11:56.128242

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-08-27 12:13:22.621235

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-09-03 12:25:36.400271

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 

2018-09-10 12:14:57.942307

Please review and upgrade the biz.aQute:bndlib to the latest version 
2.0.0.20130123-133441 
 
cc: 


> Beam Dependency Update Request: biz.aQute:bndlib 2.0.0.20130123-133441
> --
>
> Key: BEAM-4884
> URL: https://issues.apache.org/jira/browse/BEAM-4884
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Sergey Beryozkin
>Priority: Major
>
> 2018-07-25 20:22:10.667692
> Please review and upgrade the biz.aQute:bndlib to the latest version 
> 2.0.0.20130123-133441 
>  
> cc: 
> 2018-08-02 11:42:45.184687
> Please review and upgrade the biz.aQute:bndlib to the latest version 
> 2.0.0.20130123-133441 
> cc: 
> 2018-08-06 12:08:44.804597
> Please review and upgrade the biz.aQute:bndlib to the latest version 
> 2.0.0.20130123-133441 
>  
> cc: 
> 2018-08-13 12:09:05.718866
> Please review and upgrade the biz.aQute:bndlib to the latest version 
> 2.0.0.20130123-133441 
>  
> cc: 
> 2018-08-20 12:11:56.128242
> Please review and upgrade the biz.aQute:bndlib to the latest version 
> 2.0.0.20130123-133441 
>  
> cc: 
> 2018-08-27 12:13:22.621235
> Please review and upgrade the biz.aQute:bndlib to the latest version 
> 2.0.0.20130123-133441 
>  
> cc: 
> 2018-09-03 12:25:36.400271
> Please review and upgrade the biz.aQute:bndlib to the latest version 
> 2.0.0.20130123-133441 
>  
> cc: 
> 2018-09-10 12:14:57.942307
> Please review and upgrade the biz.aQute:bndlib to the latest version 
> 2.0.0.20130123-133441 
>  
> cc: 
> 2018-09-17 12:17:48.520053
> Please review and upgrade the biz.aQute:bndlib to the latest version 
> 2.0.0.20130123-133441 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4902) Beam Dependency Update Request: com.typesafe:config 1.3.3

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4902:

Description: 


2018-07-25 20:23:40.219872

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

2018-08-20 12:12:26.722997

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

2018-08-27 12:13:55.567873

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

2018-09-03 12:26:14.545431

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

2018-09-10 12:15:33.237682

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

2018-09-17 12:18:23.708000

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

  was:


2018-07-25 20:23:40.219872

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

2018-08-20 12:12:26.722997

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

2018-08-27 12:13:55.567873

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

2018-09-03 12:26:14.545431

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 

2018-09-10 12:15:33.237682

Please review and upgrade the com.typesafe:config to the latest version 
1.3.3 
 
cc: 


> Beam Dependency Update Request: com.typesafe:config 1.3.3
> -
>
> Key: BEAM-4902
> URL: https://issues.apache.org/jira/browse/BEAM-4902
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:23:40.219872
> Please review and upgrade the com.typesafe:config to the latest 
> version 1.3.3 
>  
> cc: 
> 2018-08-20 12:12:26.722997
> Please review and upgrade the com.typesafe:config to the latest 
> version 1.3.3 
>  
> cc: 
> 2018-08-27 12:13:55.567873
> Please review and upgrade the com.typesafe:config to the latest 
> version 1.3.3 
>  
> cc: 
> 2018-09-03 12:26:14.545431
> Please review and upgrade the com.typesafe:config to the latest 
> version 1.3.3 
>  
> cc: 
> 2018-09-10 12:15:33.237682
> Please review and upgrade the com.typesafe:config to the latest 
> version 1.3.3 
>  
> cc: 
> 2018-09-17 12:18:23.708000
> Please review and upgrade the com.typesafe:config to the latest 
> version 1.3.3 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4900) Beam Dependency Update Request: org.apache.commons:commons-dbcp2 2.5.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4900:

Description: 


2018-07-25 20:23:31.265674

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-08-06 12:09:19.186808

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-08-13 12:09:37.170682

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-08-20 12:12:21.262763

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-08-27 12:13:50.267143

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-09-03 12:26:06.604695

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-09-10 12:15:27.896448

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-09-17 12:18:18.431546

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

  was:


2018-07-25 20:23:31.265674

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-08-06 12:09:19.186808

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-08-13 12:09:37.170682

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-08-20 12:12:21.262763

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-08-27 12:13:50.267143

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-09-03 12:26:06.604695

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 

2018-09-10 12:15:27.896448

Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
latest version 2.5.0 
 
cc: 


> Beam Dependency Update Request: org.apache.commons:commons-dbcp2 2.5.0
> --
>
> Key: BEAM-4900
> URL: https://issues.apache.org/jira/browse/BEAM-4900
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Batkhuyag Batsaikhan
>Priority: Major
>
> 2018-07-25 20:23:31.265674
> Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
> latest version 2.5.0 
>  
> cc: 
> 2018-08-06 12:09:19.186808
> Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
> latest version 2.5.0 
>  
> cc: 
> 2018-08-13 12:09:37.170682
> Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
> latest version 2.5.0 
>  
> cc: 
> 2018-08-20 12:12:21.262763
> Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
> latest version 2.5.0 
>  
> cc: 
> 2018-08-27 12:13:50.267143
> Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
> latest version 2.5.0 
>  
> cc: 
> 2018-09-03 12:26:06.604695
> Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
> latest version 2.5.0 
>  
> cc: 
> 2018-09-10 12:15:27.896448
> Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
> latest version 2.5.0 
>  
> cc: 
> 2018-09-17 12:18:18.431546
> Please review and upgrade the org.apache.commons:commons-dbcp2 to the 
> latest version 2.5.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5083) Beam Dependency Update Request: org.apache.cassandra:cassandra-all 3.11.3

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5083:

Description: 


2018-08-06 12:09:03.144998

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-08-13 12:09:18.120427

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-08-20 12:12:04.749671

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-08-27 12:13:34.037181

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-09-03 12:25:49.829835

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-09-10 12:15:11.562068

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-09-17 12:18:01.829441

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

  was:


2018-08-06 12:09:03.144998

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-08-13 12:09:18.120427

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-08-20 12:12:04.749671

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-08-27 12:13:34.037181

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-09-03 12:25:49.829835

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 

2018-09-10 12:15:11.562068

Please review and upgrade the org.apache.cassandra:cassandra-all to the 
latest version 3.11.3 
 
cc: 


> Beam Dependency Update Request: org.apache.cassandra:cassandra-all 3.11.3
> -
>
> Key: BEAM-5083
> URL: https://issues.apache.org/jira/browse/BEAM-5083
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Batkhuyag Batsaikhan
>Priority: Major
>
> 2018-08-06 12:09:03.144998
> Please review and upgrade the org.apache.cassandra:cassandra-all to 
> the latest version 3.11.3 
>  
> cc: 
> 2018-08-13 12:09:18.120427
> Please review and upgrade the org.apache.cassandra:cassandra-all to 
> the latest version 3.11.3 
>  
> cc: 
> 2018-08-20 12:12:04.749671
> Please review and upgrade the org.apache.cassandra:cassandra-all to 
> the latest version 3.11.3 
>  
> cc: 
> 2018-08-27 12:13:34.037181
> Please review and upgrade the org.apache.cassandra:cassandra-all to 
> the latest version 3.11.3 
>  
> cc: 
> 2018-09-03 12:25:49.829835
> Please review and upgrade the org.apache.cassandra:cassandra-all to 
> the latest version 3.11.3 
>  
> cc: 
> 2018-09-10 12:15:11.562068
> Please review and upgrade the org.apache.cassandra:cassandra-all to 
> the latest version 3.11.3 
>  
> cc: 
> 2018-09-17 12:18:01.829441
> Please review and upgrade the org.apache.cassandra:cassandra-all to 
> the latest version 3.11.3 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: beam_PerformanceTests_Python #1448

2018-09-17 Thread Apache Jenkins Server
See 


--
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam15 (beam) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git 
 > +refs/heads/*:refs/remotes/origin/* 
 > +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 89c91dbd5bcc1ca4603475bd6ad86a4d7cc228d2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 89c91dbd5bcc1ca4603475bd6ad86a4d7cc228d2
Commit message: "Merge pull request #6339 from regata/master"
 > git rev-list --no-walk 89c91dbd5bcc1ca4603475bd6ad86a4d7cc228d2 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the 
SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[beam_PerformanceTests_Python] $ /bin/bash -xe /tmp/jenkins716153507029312239.sh
+ rm -rf 

[beam_PerformanceTests_Python] $ /bin/bash -xe 
/tmp/jenkins3664993517527869713.sh
+ rm -rf 

[beam_PerformanceTests_Python] $ /bin/bash -xe 
/tmp/jenkins1453025908394344177.sh
+ virtualenv 

New python executable in 

Also creating executable in 

Installing setuptools, pkg_resources, pip, wheel...done.
Running virtualenv with interpreter /usr/bin/python2
[beam_PerformanceTests_Python] $ /bin/bash -xe 
/tmp/jenkins2625472420660507402.sh
+ 

 install --upgrade setuptools pip
Requirement already up-to-date: setuptools in 
./env/.perfkit_env/lib/python2.7/site-packages (40.3.0)
Requirement already up-to-date: pip in 
./env/.perfkit_env/lib/python2.7/site-packages (18.0)
[beam_PerformanceTests_Python] $ /bin/bash -xe 
/tmp/jenkins7783739100086703142.sh
+ git clone https://github.com/GoogleCloudPlatform/PerfKitBenchmarker.git 

Cloning into 
'
[beam_PerformanceTests_Python] $ /bin/bash -xe 
/tmp/jenkins1165362416773135976.sh
+ 

 install -r 

Collecting absl-py (from -r 

 (line 14))
Collecting jinja2>=2.7 (from -r 

 (line 15))
  Using cached 
https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Requirement already satisfied: setuptools in 
./env/.perfkit_env/lib/python2.7/site-packages (from -r 

 (line 16)) (40.3.0)
Collecting colorlog[windows]==2.6.0 (from -r 

 (line 17))
  Using cached 
https://files.pythonhosted.org/packages/59/1a/46a1bf2044ad8b30b52fed0f389338c85747e093fe7f51a567f4cb525892/colorlog-2.6.0-py2.py3-none-any.whl
Collecting blinker>=1.3 (from -r 

 (line 18))
Collecting futures>=3.0.3 (from -r 

 (line 19))
  Using cached 
https://files.pythonhosted.org/packages/2d/99/b2c4e9d5a30f6471e410a146232b4118e697fa3ffc06d6a65efde84debd0/futures-3.2.0-py2-none-any.whl
Collecting PyYAML==3.12 (from -r 


[jira] [Updated] (BEAM-5226) Beam Dependency Update Request: org.elasticsearch:elasticsearch-hadoop 6.4.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5226:

Description: 


2018-08-27 12:14:13.752280

Please review and upgrade the org.elasticsearch:elasticsearch-hadoop to 
the latest version 6.4.0 
 
cc: 

2018-09-03 12:26:55.645828

Please review and upgrade the org.elasticsearch:elasticsearch-hadoop to 
the latest version 6.4.0 
 
cc: 

2018-09-10 12:15:55.346726

Please review and upgrade the org.elasticsearch:elasticsearch-hadoop to 
the latest version 6.4.0 
 
cc: 

2018-09-17 12:18:41.203151

Please review and upgrade the org.elasticsearch:elasticsearch-hadoop to 
the latest version 6.4.0 
 
cc: 

  was:


2018-08-27 12:14:13.752280

Please review and upgrade the org.elasticsearch:elasticsearch-hadoop to 
the latest version 6.4.0 
 
cc: 

2018-09-03 12:26:55.645828

Please review and upgrade the org.elasticsearch:elasticsearch-hadoop to 
the latest version 6.4.0 
 
cc: 

2018-09-10 12:15:55.346726

Please review and upgrade the org.elasticsearch:elasticsearch-hadoop to 
the latest version 6.4.0 
 
cc: 


> Beam Dependency Update Request: org.elasticsearch:elasticsearch-hadoop 6.4.0
> 
>
> Key: BEAM-5226
> URL: https://issues.apache.org/jira/browse/BEAM-5226
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-08-27 12:14:13.752280
> Please review and upgrade the org.elasticsearch:elasticsearch-hadoop 
> to the latest version 6.4.0 
>  
> cc: 
> 2018-09-03 12:26:55.645828
> Please review and upgrade the org.elasticsearch:elasticsearch-hadoop 
> to the latest version 6.4.0 
>  
> cc: 
> 2018-09-10 12:15:55.346726
> Please review and upgrade the org.elasticsearch:elasticsearch-hadoop 
> to the latest version 6.4.0 
>  
> cc: 
> 2018-09-17 12:18:41.203151
> Please review and upgrade the org.elasticsearch:elasticsearch-hadoop 
> to the latest version 6.4.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4905) Beam Dependency Update Request: de.flapdoodle.embed:de.flapdoodle.embed.process 2.0.5

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4905:

Description: 


2018-07-25 20:23:58.022170

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-08-06 12:09:39.047955

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-08-13 12:09:56.445368

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-08-20 12:12:37.728222

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-08-27 12:14:06.408790

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-09-03 12:26:37.731429

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-09-10 12:15:44.249949

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-09-17 12:18:34.435299

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

  was:


2018-07-25 20:23:58.022170

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-08-06 12:09:39.047955

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-08-13 12:09:56.445368

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-08-20 12:12:37.728222

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-08-27 12:14:06.408790

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-09-03 12:26:37.731429

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 

2018-09-10 12:15:44.249949

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
 
cc: 


> Beam Dependency Update Request: 
> de.flapdoodle.embed:de.flapdoodle.embed.process 2.0.5
> -
>
> Key: BEAM-4905
> URL: https://issues.apache.org/jira/browse/BEAM-4905
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Chamikara Jayalath
>Priority: Major
>
> 2018-07-25 20:23:58.022170
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
>  
> cc: 
> 2018-08-06 12:09:39.047955
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
>  
> cc: 
> 2018-08-13 12:09:56.445368
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
>  
> cc: 
> 2018-08-20 12:12:37.728222
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
>  
> cc: 
> 2018-08-27 12:14:06.408790
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
>  
> cc: 
> 2018-09-03 12:26:37.731429
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
>  
> cc: 
> 2018-09-10 12:15:44.249949
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
>  
> cc: 
> 2018-09-17 12:18:34.435299
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.process to the latest version 2.0.5 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4924) Beam Dependency Update Request: net.ltgt.gradle:gradle-apt-plugin 0.18

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4924:

Description: 


2018-07-25 20:25:41.106147

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-08-06 12:10:36.889118

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-08-13 12:12:03.418854

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-08-20 12:13:09.469810

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-08-27 12:14:23.504740

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-09-03 12:27:18.019540

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-09-10 12:16:26.027769

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-09-17 12:18:55.375109

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

  was:


2018-07-25 20:25:41.106147

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-08-06 12:10:36.889118

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-08-13 12:12:03.418854

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-08-20 12:13:09.469810

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-08-27 12:14:23.504740

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-09-03 12:27:18.019540

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 

2018-09-10 12:16:26.027769

Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to the 
latest version 0.18 
 
cc: 


> Beam Dependency Update Request: net.ltgt.gradle:gradle-apt-plugin 0.18
> --
>
> Key: BEAM-4924
> URL: https://issues.apache.org/jira/browse/BEAM-4924
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:25:41.106147
> Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to 
> the latest version 0.18 
>  
> cc: 
> 2018-08-06 12:10:36.889118
> Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to 
> the latest version 0.18 
>  
> cc: 
> 2018-08-13 12:12:03.418854
> Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to 
> the latest version 0.18 
>  
> cc: 
> 2018-08-20 12:13:09.469810
> Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to 
> the latest version 0.18 
>  
> cc: 
> 2018-08-27 12:14:23.504740
> Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to 
> the latest version 0.18 
>  
> cc: 
> 2018-09-03 12:27:18.019540
> Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to 
> the latest version 0.18 
>  
> cc: 
> 2018-09-10 12:16:26.027769
> Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to 
> the latest version 0.18 
>  
> cc: 
> 2018-09-17 12:18:55.375109
> Please review and upgrade the net.ltgt.gradle:gradle-apt-plugin to 
> the latest version 0.18 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4898) Beam Dependency Update Request: commons-codec:commons-codec 1.11

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4898:

Description: 


2018-07-25 20:23:22.049227

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

2018-08-20 12:12:15.872932

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

2018-08-27 12:13:44.991242

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

2018-09-03 12:26:01.169404

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

2018-09-10 12:15:22.643048

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

2018-09-17 12:18:13.073593

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

  was:


2018-07-25 20:23:22.049227

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

2018-08-20 12:12:15.872932

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

2018-08-27 12:13:44.991242

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

2018-09-03 12:26:01.169404

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 

2018-09-10 12:15:22.643048

Please review and upgrade the commons-codec:commons-codec to the latest 
version 1.11 
 
cc: 


> Beam Dependency Update Request: commons-codec:commons-codec 1.11
> 
>
> Key: BEAM-4898
> URL: https://issues.apache.org/jira/browse/BEAM-4898
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:23:22.049227
> Please review and upgrade the commons-codec:commons-codec to the 
> latest version 1.11 
>  
> cc: 
> 2018-08-20 12:12:15.872932
> Please review and upgrade the commons-codec:commons-codec to the 
> latest version 1.11 
>  
> cc: 
> 2018-08-27 12:13:44.991242
> Please review and upgrade the commons-codec:commons-codec to the 
> latest version 1.11 
>  
> cc: 
> 2018-09-03 12:26:01.169404
> Please review and upgrade the commons-codec:commons-codec to the 
> latest version 1.11 
>  
> cc: 
> 2018-09-10 12:15:22.643048
> Please review and upgrade the commons-codec:commons-codec to the 
> latest version 1.11 
>  
> cc: 
> 2018-09-17 12:18:13.073593
> Please review and upgrade the commons-codec:commons-codec to the 
> latest version 1.11 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4896) Beam Dependency Update Request: commons-cli:commons-cli 1.4

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4896:

Description: 


2018-07-25 20:23:12.608853

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

2018-08-20 12:12:10.482763

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

2018-08-27 12:13:39.622839

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

2018-09-03 12:25:55.589627

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

2018-09-10 12:15:17.245427

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

2018-09-17 12:18:07.660295

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

  was:


2018-07-25 20:23:12.608853

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

2018-08-20 12:12:10.482763

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

2018-08-27 12:13:39.622839

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

2018-09-03 12:25:55.589627

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 

2018-09-10 12:15:17.245427

Please review and upgrade the commons-cli:commons-cli to the latest 
version 1.4 
 
cc: 


> Beam Dependency Update Request: commons-cli:commons-cli 1.4
> ---
>
> Key: BEAM-4896
> URL: https://issues.apache.org/jira/browse/BEAM-4896
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:23:12.608853
> Please review and upgrade the commons-cli:commons-cli to the latest 
> version 1.4 
>  
> cc: 
> 2018-08-20 12:12:10.482763
> Please review and upgrade the commons-cli:commons-cli to the latest 
> version 1.4 
>  
> cc: 
> 2018-08-27 12:13:39.622839
> Please review and upgrade the commons-cli:commons-cli to the latest 
> version 1.4 
>  
> cc: 
> 2018-09-03 12:25:55.589627
> Please review and upgrade the commons-cli:commons-cli to the latest 
> version 1.4 
>  
> cc: 
> 2018-09-10 12:15:17.245427
> Please review and upgrade the commons-cli:commons-cli to the latest 
> version 1.4 
>  
> cc: 
> 2018-09-17 12:18:07.660295
> Please review and upgrade the commons-cli:commons-cli to the latest 
> version 1.4 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4904) Beam Dependency Update Request: de.flapdoodle.embed:de.flapdoodle.embed.mongo 2.1.1

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4904:

Description: 


2018-07-25 20:23:49.911490

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-08-06 12:09:30.976479

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-08-13 12:09:48.188897

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-08-20 12:12:32.344889

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-08-27 12:14:00.846640

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-09-03 12:26:28.154799

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-09-10 12:15:38.875437

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-09-17 12:18:29.083517

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

  was:


2018-07-25 20:23:49.911490

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-08-06 12:09:30.976479

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-08-13 12:09:48.188897

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-08-20 12:12:32.344889

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-08-27 12:14:00.846640

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-09-03 12:26:28.154799

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 

2018-09-10 12:15:38.875437

Please review and upgrade the 
de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
 
cc: 


> Beam Dependency Update Request: de.flapdoodle.embed:de.flapdoodle.embed.mongo 
> 2.1.1
> ---
>
> Key: BEAM-4904
> URL: https://issues.apache.org/jira/browse/BEAM-4904
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Chamikara Jayalath
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 2018-07-25 20:23:49.911490
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
>  
> cc: 
> 2018-08-06 12:09:30.976479
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
>  
> cc: 
> 2018-08-13 12:09:48.188897
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
>  
> cc: 
> 2018-08-20 12:12:32.344889
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
>  
> cc: 
> 2018-08-27 12:14:00.846640
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
>  
> cc: 
> 2018-09-03 12:26:28.154799
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
>  
> cc: 
> 2018-09-10 12:15:38.875437
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
>  
> cc: 
> 2018-09-17 12:18:29.083517
> Please review and upgrade the 
> de.flapdoodle.embed:de.flapdoodle.embed.mongo to the latest version 2.1.1 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4947) Beam Dependency Update Request: com.google.code.gson:gson 2.8.5

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4947:

Description: 


2018-07-25 20:27:55.719554

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

2018-08-20 12:13:47.846594

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

2018-08-27 12:14:50.921633

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

2018-09-03 12:27:52.644932

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

2018-09-10 12:16:54.484163

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

2018-09-17 12:19:26.195967

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

  was:


2018-07-25 20:27:55.719554

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

2018-08-20 12:13:47.846594

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

2018-08-27 12:14:50.921633

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

2018-09-03 12:27:52.644932

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 

2018-09-10 12:16:54.484163

Please review and upgrade the com.google.code.gson:gson to the latest 
version 2.8.5 
 
cc: 


> Beam Dependency Update Request: com.google.code.gson:gson 2.8.5
> ---
>
> Key: BEAM-4947
> URL: https://issues.apache.org/jira/browse/BEAM-4947
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:27:55.719554
> Please review and upgrade the com.google.code.gson:gson to the latest 
> version 2.8.5 
>  
> cc: 
> 2018-08-20 12:13:47.846594
> Please review and upgrade the com.google.code.gson:gson to the latest 
> version 2.8.5 
>  
> cc: 
> 2018-08-27 12:14:50.921633
> Please review and upgrade the com.google.code.gson:gson to the latest 
> version 2.8.5 
>  
> cc: 
> 2018-09-03 12:27:52.644932
> Please review and upgrade the com.google.code.gson:gson to the latest 
> version 2.8.5 
>  
> cc: 
> 2018-09-10 12:16:54.484163
> Please review and upgrade the com.google.code.gson:gson to the latest 
> version 2.8.5 
>  
> cc: 
> 2018-09-17 12:19:26.195967
> Please review and upgrade the com.google.code.gson:gson to the latest 
> version 2.8.5 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5085) Beam Dependency Update Request: com.google.guava:guava 26.0-jre

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5085:

Description: 


2018-08-06 12:11:45.524503

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-08-13 12:13:13.070372

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-08-20 12:13:53.326708

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-08-27 12:14:56.293907

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-09-03 12:27:58.181965

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-09-10 12:16:59.770320

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-09-17 12:19:31.661114

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

  was:


2018-08-06 12:11:45.524503

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-08-13 12:13:13.070372

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-08-20 12:13:53.326708

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-08-27 12:14:56.293907

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-09-03 12:27:58.181965

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 

2018-09-10 12:16:59.770320

Please review and upgrade the com.google.guava:guava to the latest 
version 26.0-jre 
 
cc: 


> Beam Dependency Update Request: com.google.guava:guava 26.0-jre
> ---
>
> Key: BEAM-5085
> URL: https://issues.apache.org/jira/browse/BEAM-5085
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-08-06 12:11:45.524503
> Please review and upgrade the com.google.guava:guava to the latest 
> version 26.0-jre 
>  
> cc: 
> 2018-08-13 12:13:13.070372
> Please review and upgrade the com.google.guava:guava to the latest 
> version 26.0-jre 
>  
> cc: 
> 2018-08-20 12:13:53.326708
> Please review and upgrade the com.google.guava:guava to the latest 
> version 26.0-jre 
>  
> cc: 
> 2018-08-27 12:14:56.293907
> Please review and upgrade the com.google.guava:guava to the latest 
> version 26.0-jre 
>  
> cc: 
> 2018-09-03 12:27:58.181965
> Please review and upgrade the com.google.guava:guava to the latest 
> version 26.0-jre 
>  
> cc: 
> 2018-09-10 12:16:59.770320
> Please review and upgrade the com.google.guava:guava to the latest 
> version 26.0-jre 
>  
> cc: 
> 2018-09-17 12:19:31.661114
> Please review and upgrade the com.google.guava:guava to the latest 
> version 26.0-jre 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4952) Beam Dependency Update Request: org.apache.hbase:hbase-hadoop-compat 2.1.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4952:

Description: 


2018-07-25 20:28:24.987897

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-06 12:11:58.406173

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-13 12:13:31.045787

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-20 12:14:04.735400

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-27 12:15:07.483727

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-03 12:28:09.470294

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-10 12:17:10.569165

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-17 12:19:42.989675

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

  was:


2018-07-25 20:28:24.987897

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-06 12:11:58.406173

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-13 12:13:31.045787

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-20 12:14:04.735400

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-27 12:15:07.483727

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-03 12:28:09.470294

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-10 12:17:10.569165

Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
the latest version 2.1.0 
 
cc: 


> Beam Dependency Update Request: org.apache.hbase:hbase-hadoop-compat 2.1.0
> --
>
> Key: BEAM-4952
> URL: https://issues.apache.org/jira/browse/BEAM-4952
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-07-25 20:28:24.987897
> Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-08-06 12:11:58.406173
> Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-08-13 12:13:31.045787
> Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-08-20 12:14:04.735400
> Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-08-27 12:15:07.483727
> Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-09-03 12:28:09.470294
> Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-09-10 12:17:10.569165
> Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-09-17 12:19:42.989675
> Please review and upgrade the org.apache.hbase:hbase-hadoop-compat to 
> the latest version 2.1.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4954) Beam Dependency Update Request: org.apache.hbase:hbase-server 2.1.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4954:

Description: 


2018-07-25 20:28:42.884230

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-08-06 12:12:14.491952

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-08-13 12:13:48.633595

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-08-20 12:14:15.918996

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-08-27 12:15:18.169745

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-09-03 12:28:20.694526

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-09-10 12:17:21.363626

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-09-17 12:19:54.353211

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

  was:


2018-07-25 20:28:42.884230

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-08-06 12:12:14.491952

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-08-13 12:13:48.633595

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-08-20 12:14:15.918996

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-08-27 12:15:18.169745

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-09-03 12:28:20.694526

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 

2018-09-10 12:17:21.363626

Please review and upgrade the org.apache.hbase:hbase-server to the 
latest version 2.1.0 
 
cc: 


> Beam Dependency Update Request: org.apache.hbase:hbase-server 2.1.0
> ---
>
> Key: BEAM-4954
> URL: https://issues.apache.org/jira/browse/BEAM-4954
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-07-25 20:28:42.884230
> Please review and upgrade the org.apache.hbase:hbase-server to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-08-06 12:12:14.491952
> Please review and upgrade the org.apache.hbase:hbase-server to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-08-13 12:13:48.633595
> Please review and upgrade the org.apache.hbase:hbase-server to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-08-20 12:14:15.918996
> Please review and upgrade the org.apache.hbase:hbase-server to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-08-27 12:15:18.169745
> Please review and upgrade the org.apache.hbase:hbase-server to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-09-03 12:28:20.694526
> Please review and upgrade the org.apache.hbase:hbase-server to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-09-10 12:17:21.363626
> Please review and upgrade the org.apache.hbase:hbase-server to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-09-17 12:19:54.353211
> Please review and upgrade the org.apache.hbase:hbase-server to the 
> latest version 2.1.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4953) Beam Dependency Update Request: org.apache.hbase:hbase-hadoop2-compat 2.1.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4953:

Description: 


2018-07-25 20:28:33.621577

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-06 12:12:06.214820

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-13 12:13:40.056300

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-20 12:14:10.305463

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-27 12:15:12.871124

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-03 12:28:14.913379

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-10 12:17:16.033144

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-17 12:19:48.613388

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

  was:


2018-07-25 20:28:33.621577

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-06 12:12:06.214820

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-13 12:13:40.056300

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-20 12:14:10.305463

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-08-27 12:15:12.871124

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-03 12:28:14.913379

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 

2018-09-10 12:17:16.033144

Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat to 
the latest version 2.1.0 
 
cc: 


> Beam Dependency Update Request: org.apache.hbase:hbase-hadoop2-compat 2.1.0
> ---
>
> Key: BEAM-4953
> URL: https://issues.apache.org/jira/browse/BEAM-4953
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-07-25 20:28:33.621577
> Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat 
> to the latest version 2.1.0 
>  
> cc: 
> 2018-08-06 12:12:06.214820
> Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat 
> to the latest version 2.1.0 
>  
> cc: 
> 2018-08-13 12:13:40.056300
> Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat 
> to the latest version 2.1.0 
>  
> cc: 
> 2018-08-20 12:14:10.305463
> Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat 
> to the latest version 2.1.0 
>  
> cc: 
> 2018-08-27 12:15:12.871124
> Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat 
> to the latest version 2.1.0 
>  
> cc: 
> 2018-09-03 12:28:14.913379
> Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat 
> to the latest version 2.1.0 
>  
> cc: 
> 2018-09-10 12:17:16.033144
> Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat 
> to the latest version 2.1.0 
>  
> cc: 
> 2018-09-17 12:19:48.613388
> Please review and upgrade the org.apache.hbase:hbase-hadoop2-compat 
> to the latest version 2.1.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5399) Beam Dependency Update Request: com.commercehub.gradle.plugin:gradle-avro-plugin 0.15.1

2018-09-17 Thread Beam JIRA Bot (JIRA)
Beam JIRA Bot created BEAM-5399:
---

 Summary: Beam Dependency Update Request: 
com.commercehub.gradle.plugin:gradle-avro-plugin 0.15.1
 Key: BEAM-5399
 URL: https://issues.apache.org/jira/browse/BEAM-5399
 Project: Beam
  Issue Type: Sub-task
  Components: dependencies
Reporter: Beam JIRA Bot
Assignee: Scott Wegner




2018-09-17 12:19:04.601511

Please review and upgrade the 
com.commercehub.gradle.plugin:gradle-avro-plugin to the latest version 0.15.1 
 
cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4955) Beam Dependency Update Request: org.apache.hbase:hbase-shaded-client 2.1.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4955:

Description: 


2018-07-25 20:28:51.823671

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-08-06 12:12:22.319940

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-08-13 12:13:56.805066

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-08-20 12:14:21.628455

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-08-27 12:15:23.647605

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-09-03 12:28:26.495737

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-09-10 12:17:26.764526

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-09-17 12:20:00.227104

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

  was:


2018-07-25 20:28:51.823671

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-08-06 12:12:22.319940

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-08-13 12:13:56.805066

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-08-20 12:14:21.628455

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-08-27 12:15:23.647605

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-09-03 12:28:26.495737

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 

2018-09-10 12:17:26.764526

Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
the latest version 2.1.0 
 
cc: 


> Beam Dependency Update Request: org.apache.hbase:hbase-shaded-client 2.1.0
> --
>
> Key: BEAM-4955
> URL: https://issues.apache.org/jira/browse/BEAM-4955
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-07-25 20:28:51.823671
> Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-08-06 12:12:22.319940
> Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-08-13 12:13:56.805066
> Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-08-20 12:14:21.628455
> Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-08-27 12:15:23.647605
> Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-09-03 12:28:26.495737
> Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-09-10 12:17:26.764526
> Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
> the latest version 2.1.0 
>  
> cc: 
> 2018-09-17 12:20:00.227104
> Please review and upgrade the org.apache.hbase:hbase-shaded-client to 
> the latest version 2.1.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5400) Beam Dependency Update Request: net.ltgt.gradle:gradle-errorprone-plugin 0.6

2018-09-17 Thread Beam JIRA Bot (JIRA)
Beam JIRA Bot created BEAM-5400:
---

 Summary: Beam Dependency Update Request: 
net.ltgt.gradle:gradle-errorprone-plugin 0.6
 Key: BEAM-5400
 URL: https://issues.apache.org/jira/browse/BEAM-5400
 Project: Beam
  Issue Type: Sub-task
  Components: dependencies
Reporter: Beam JIRA Bot
Assignee: Scott Wegner




2018-09-17 12:19:13.721427

Please review and upgrade the net.ltgt.gradle:gradle-errorprone-plugin 
to the latest version 0.6 
 
cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4951) Beam Dependency Update Request: org.apache.hbase:hbase-common 2.1.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4951:

Description: 


2018-07-25 20:28:15.136904

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-08-06 12:11:50.186985

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-08-13 12:13:21.936469

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-08-20 12:13:58.982374

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-08-27 12:15:01.760143

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-09-03 12:28:03.804525

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-09-10 12:17:05.171910

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-09-17 12:19:37.515135

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

  was:


2018-07-25 20:28:15.136904

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-08-06 12:11:50.186985

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-08-13 12:13:21.936469

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-08-20 12:13:58.982374

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-08-27 12:15:01.760143

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-09-03 12:28:03.804525

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 

2018-09-10 12:17:05.171910

Please review and upgrade the org.apache.hbase:hbase-common to the 
latest version 2.1.0 
 
cc: 


> Beam Dependency Update Request: org.apache.hbase:hbase-common 2.1.0
> ---
>
> Key: BEAM-4951
> URL: https://issues.apache.org/jira/browse/BEAM-4951
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-07-25 20:28:15.136904
> Please review and upgrade the org.apache.hbase:hbase-common to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-08-06 12:11:50.186985
> Please review and upgrade the org.apache.hbase:hbase-common to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-08-13 12:13:21.936469
> Please review and upgrade the org.apache.hbase:hbase-common to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-08-20 12:13:58.982374
> Please review and upgrade the org.apache.hbase:hbase-common to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-08-27 12:15:01.760143
> Please review and upgrade the org.apache.hbase:hbase-common to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-09-03 12:28:03.804525
> Please review and upgrade the org.apache.hbase:hbase-common to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-09-10 12:17:05.171910
> Please review and upgrade the org.apache.hbase:hbase-common to the 
> latest version 2.1.0 
>  
> cc: 
> 2018-09-17 12:19:37.515135
> Please review and upgrade the org.apache.hbase:hbase-common to the 
> latest version 2.1.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4956) Beam Dependency Update Request: org.apache.hbase:hbase-shaded-server 2.0.0-alpha2

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4956:

Description: 


2018-07-25 20:29:00.961205

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-08-06 12:12:30.539804

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-08-13 12:14:05.047570

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-08-20 12:14:27.200876

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-08-27 12:15:29.233250

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-09-03 12:28:32.005520

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-09-10 12:17:32.189030

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-09-17 12:20:05.779914

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

  was:


2018-07-25 20:29:00.961205

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-08-06 12:12:30.539804

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-08-13 12:14:05.047570

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-08-20 12:14:27.200876

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-08-27 12:15:29.233250

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-09-03 12:28:32.005520

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 

2018-09-10 12:17:32.189030

Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
the latest version 2.0.0-alpha2 
 
cc: 


> Beam Dependency Update Request: org.apache.hbase:hbase-shaded-server 
> 2.0.0-alpha2
> -
>
> Key: BEAM-4956
> URL: https://issues.apache.org/jira/browse/BEAM-4956
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-07-25 20:29:00.961205
> Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
> the latest version 2.0.0-alpha2 
>  
> cc: 
> 2018-08-06 12:12:30.539804
> Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
> the latest version 2.0.0-alpha2 
>  
> cc: 
> 2018-08-13 12:14:05.047570
> Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
> the latest version 2.0.0-alpha2 
>  
> cc: 
> 2018-08-20 12:14:27.200876
> Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
> the latest version 2.0.0-alpha2 
>  
> cc: 
> 2018-08-27 12:15:29.233250
> Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
> the latest version 2.0.0-alpha2 
>  
> cc: 
> 2018-09-03 12:28:32.005520
> Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
> the latest version 2.0.0-alpha2 
>  
> cc: 
> 2018-09-10 12:17:32.189030
> Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
> the latest version 2.0.0-alpha2 
>  
> cc: 
> 2018-09-17 12:20:05.779914
> Please review and upgrade the org.apache.hbase:hbase-shaded-server to 
> the latest version 2.0.0-alpha2 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5230) Beam Dependency Update Request: org.apache.hive:hive-cli 3.1.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5230:

Description: 


2018-08-27 12:15:34.608436

Please review and upgrade the org.apache.hive:hive-cli to the latest 
version 3.1.0 
 
cc: 

2018-09-03 12:28:37.700648

Please review and upgrade the org.apache.hive:hive-cli to the latest 
version 3.1.0 
 
cc: 

2018-09-17 12:20:11.599432

Please review and upgrade the org.apache.hive:hive-cli to the latest 
version 3.1.0 
 
cc: 

  was:


2018-08-27 12:15:34.608436

Please review and upgrade the org.apache.hive:hive-cli to the latest 
version 3.1.0 
 
cc: 

2018-09-03 12:28:37.700648

Please review and upgrade the org.apache.hive:hive-cli to the latest 
version 3.1.0 
 
cc: 


> Beam Dependency Update Request: org.apache.hive:hive-cli 3.1.0
> --
>
> Key: BEAM-5230
> URL: https://issues.apache.org/jira/browse/BEAM-5230
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-08-27 12:15:34.608436
> Please review and upgrade the org.apache.hive:hive-cli to the latest 
> version 3.1.0 
>  
> cc: 
> 2018-09-03 12:28:37.700648
> Please review and upgrade the org.apache.hive:hive-cli to the latest 
> version 3.1.0 
>  
> cc: 
> 2018-09-17 12:20:11.599432
> Please review and upgrade the org.apache.hive:hive-cli to the latest 
> version 3.1.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5087) Beam Dependency Update Request: org.apache.kudu:kudu-client 1.7.1

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5087:

Description: 


2018-08-06 12:13:44.769883

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-08-13 12:15:08.713667

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-08-20 12:15:23.382955

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-08-27 12:16:00.300748

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-09-03 12:29:22.417692

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-09-10 12:18:21.034108

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-09-17 12:20:56.536121

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

  was:


2018-08-06 12:13:44.769883

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-08-13 12:15:08.713667

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-08-20 12:15:23.382955

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-08-27 12:16:00.300748

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-09-03 12:29:22.417692

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 

2018-09-10 12:18:21.034108

Please review and upgrade the org.apache.kudu:kudu-client to the latest 
version 1.7.1 
 
cc: 


> Beam Dependency Update Request: org.apache.kudu:kudu-client 1.7.1
> -
>
> Key: BEAM-5087
> URL: https://issues.apache.org/jira/browse/BEAM-5087
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-08-06 12:13:44.769883
> Please review and upgrade the org.apache.kudu:kudu-client to the 
> latest version 1.7.1 
>  
> cc: 
> 2018-08-13 12:15:08.713667
> Please review and upgrade the org.apache.kudu:kudu-client to the 
> latest version 1.7.1 
>  
> cc: 
> 2018-08-20 12:15:23.382955
> Please review and upgrade the org.apache.kudu:kudu-client to the 
> latest version 1.7.1 
>  
> cc: 
> 2018-08-27 12:16:00.300748
> Please review and upgrade the org.apache.kudu:kudu-client to the 
> latest version 1.7.1 
>  
> cc: 
> 2018-09-03 12:29:22.417692
> Please review and upgrade the org.apache.kudu:kudu-client to the 
> latest version 1.7.1 
>  
> cc: 
> 2018-09-10 12:18:21.034108
> Please review and upgrade the org.apache.kudu:kudu-client to the 
> latest version 1.7.1 
>  
> cc: 
> 2018-09-17 12:20:56.536121
> Please review and upgrade the org.apache.kudu:kudu-client to the 
> latest version 1.7.1 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5231) Beam Dependency Update Request: org.apache.hive:hive-common 3.1.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5231:

Description: 


2018-08-27 12:15:36.531792

Please review and upgrade the org.apache.hive:hive-common to the latest 
version 3.1.0 
 
cc: 

2018-09-03 12:28:43.407236

Please review and upgrade the org.apache.hive:hive-common to the latest 
version 3.1.0 
 
cc: 

2018-09-17 12:20:17.195739

Please review and upgrade the org.apache.hive:hive-common to the latest 
version 3.1.0 
 
cc: 

  was:


2018-08-27 12:15:36.531792

Please review and upgrade the org.apache.hive:hive-common to the latest 
version 3.1.0 
 
cc: 

2018-09-03 12:28:43.407236

Please review and upgrade the org.apache.hive:hive-common to the latest 
version 3.1.0 
 
cc: 


> Beam Dependency Update Request: org.apache.hive:hive-common 3.1.0
> -
>
> Key: BEAM-5231
> URL: https://issues.apache.org/jira/browse/BEAM-5231
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-08-27 12:15:36.531792
> Please review and upgrade the org.apache.hive:hive-common to the 
> latest version 3.1.0 
>  
> cc: 
> 2018-09-03 12:28:43.407236
> Please review and upgrade the org.apache.hive:hive-common to the 
> latest version 3.1.0 
>  
> cc: 
> 2018-09-17 12:20:17.195739
> Please review and upgrade the org.apache.hive:hive-common to the 
> latest version 3.1.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5232) Beam Dependency Update Request: org.apache.hive:hive-exec 3.1.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5232:

Description: 


2018-08-27 12:15:38.398485

Please review and upgrade the org.apache.hive:hive-exec to the latest 
version 3.1.0 
 
cc: 

2018-09-03 12:28:49.001867

Please review and upgrade the org.apache.hive:hive-exec to the latest 
version 3.1.0 
 
cc: 

2018-09-17 12:20:22.787624

Please review and upgrade the org.apache.hive:hive-exec to the latest 
version 3.1.0 
 
cc: 

  was:


2018-08-27 12:15:38.398485

Please review and upgrade the org.apache.hive:hive-exec to the latest 
version 3.1.0 
 
cc: 

2018-09-03 12:28:49.001867

Please review and upgrade the org.apache.hive:hive-exec to the latest 
version 3.1.0 
 
cc: 


> Beam Dependency Update Request: org.apache.hive:hive-exec 3.1.0
> ---
>
> Key: BEAM-5232
> URL: https://issues.apache.org/jira/browse/BEAM-5232
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-08-27 12:15:38.398485
> Please review and upgrade the org.apache.hive:hive-exec to the latest 
> version 3.1.0 
>  
> cc: 
> 2018-09-03 12:28:49.001867
> Please review and upgrade the org.apache.hive:hive-exec to the latest 
> version 3.1.0 
>  
> cc: 
> 2018-09-17 12:20:22.787624
> Please review and upgrade the org.apache.hive:hive-exec to the latest 
> version 3.1.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4969) Beam Dependency Update Request: net.java.dev.javacc:javacc 7.0.3

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4969:

Description: 


2018-07-25 20:30:28.956455

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-08-06 12:13:11.448519

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-08-13 12:14:40.280651

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-08-20 12:15:06.138843

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-08-27 12:15:41.995037

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-09-03 12:28:59.940579

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-09-10 12:17:58.814426

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-09-17 12:20:33.845915

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

  was:


2018-07-25 20:30:28.956455

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-08-06 12:13:11.448519

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-08-13 12:14:40.280651

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-08-20 12:15:06.138843

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-08-27 12:15:41.995037

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-09-03 12:28:59.940579

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 

2018-09-10 12:17:58.814426

Please review and upgrade the net.java.dev.javacc:javacc to the latest 
version 7.0.3 
 
cc: 


> Beam Dependency Update Request: net.java.dev.javacc:javacc 7.0.3
> 
>
> Key: BEAM-4969
> URL: https://issues.apache.org/jira/browse/BEAM-4969
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:30:28.956455
> Please review and upgrade the net.java.dev.javacc:javacc to the 
> latest version 7.0.3 
>  
> cc: 
> 2018-08-06 12:13:11.448519
> Please review and upgrade the net.java.dev.javacc:javacc to the 
> latest version 7.0.3 
>  
> cc: 
> 2018-08-13 12:14:40.280651
> Please review and upgrade the net.java.dev.javacc:javacc to the 
> latest version 7.0.3 
>  
> cc: 
> 2018-08-20 12:15:06.138843
> Please review and upgrade the net.java.dev.javacc:javacc to the 
> latest version 7.0.3 
>  
> cc: 
> 2018-08-27 12:15:41.995037
> Please review and upgrade the net.java.dev.javacc:javacc to the 
> latest version 7.0.3 
>  
> cc: 
> 2018-09-03 12:28:59.940579
> Please review and upgrade the net.java.dev.javacc:javacc to the 
> latest version 7.0.3 
>  
> cc: 
> 2018-09-10 12:17:58.814426
> Please review and upgrade the net.java.dev.javacc:javacc to the 
> latest version 7.0.3 
>  
> cc: 
> 2018-09-17 12:20:33.845915
> Please review and upgrade the net.java.dev.javacc:javacc to the 
> latest version 7.0.3 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5233) Beam Dependency Update Request: org.apache.hive.hcatalog:hive-hcatalog-core 3.1.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5233:

Description: 


2018-08-27 12:15:40.178082

Please review and upgrade the 
org.apache.hive.hcatalog:hive-hcatalog-core to the latest version 3.1.0 
 
cc: 

2018-09-03 12:28:54.630486

Please review and upgrade the 
org.apache.hive.hcatalog:hive-hcatalog-core to the latest version 3.1.0 
 
cc: 

2018-09-17 12:20:28.379926

Please review and upgrade the 
org.apache.hive.hcatalog:hive-hcatalog-core to the latest version 3.1.0 
 
cc: 

  was:


2018-08-27 12:15:40.178082

Please review and upgrade the 
org.apache.hive.hcatalog:hive-hcatalog-core to the latest version 3.1.0 
 
cc: 

2018-09-03 12:28:54.630486

Please review and upgrade the 
org.apache.hive.hcatalog:hive-hcatalog-core to the latest version 3.1.0 
 
cc: 


> Beam Dependency Update Request: org.apache.hive.hcatalog:hive-hcatalog-core 
> 3.1.0
> -
>
> Key: BEAM-5233
> URL: https://issues.apache.org/jira/browse/BEAM-5233
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-08-27 12:15:40.178082
> Please review and upgrade the 
> org.apache.hive.hcatalog:hive-hcatalog-core to the latest version 3.1.0 
>  
> cc: 
> 2018-09-03 12:28:54.630486
> Please review and upgrade the 
> org.apache.hive.hcatalog:hive-hcatalog-core to the latest version 3.1.0 
>  
> cc: 
> 2018-09-17 12:20:28.379926
> Please review and upgrade the 
> org.apache.hive.hcatalog:hive-hcatalog-core to the latest version 3.1.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4973) Beam Dependency Update Request: net.java.dev.jna:jna 4.5.2

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4973:

Description: 


2018-07-25 20:30:49.608065

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-08-06 12:13:27.668457

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-08-13 12:14:52.224671

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-08-20 12:15:12.578899

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-08-27 12:15:49.579735

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-09-03 12:29:11.717904

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-09-10 12:18:10.362372

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-09-17 12:20:45.648273

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

  was:


2018-07-25 20:30:49.608065

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-08-06 12:13:27.668457

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-08-13 12:14:52.224671

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-08-20 12:15:12.578899

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-08-27 12:15:49.579735

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-09-03 12:29:11.717904

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 

2018-09-10 12:18:10.362372

Please review and upgrade the net.java.dev.jna:jna to the latest 
version 4.5.2 
 
cc: 


> Beam Dependency Update Request: net.java.dev.jna:jna 4.5.2
> --
>
> Key: BEAM-4973
> URL: https://issues.apache.org/jira/browse/BEAM-4973
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:30:49.608065
> Please review and upgrade the net.java.dev.jna:jna to the latest 
> version 4.5.2 
>  
> cc: 
> 2018-08-06 12:13:27.668457
> Please review and upgrade the net.java.dev.jna:jna to the latest 
> version 4.5.2 
>  
> cc: 
> 2018-08-13 12:14:52.224671
> Please review and upgrade the net.java.dev.jna:jna to the latest 
> version 4.5.2 
>  
> cc: 
> 2018-08-20 12:15:12.578899
> Please review and upgrade the net.java.dev.jna:jna to the latest 
> version 4.5.2 
>  
> cc: 
> 2018-08-27 12:15:49.579735
> Please review and upgrade the net.java.dev.jna:jna to the latest 
> version 4.5.2 
>  
> cc: 
> 2018-09-03 12:29:11.717904
> Please review and upgrade the net.java.dev.jna:jna to the latest 
> version 4.5.2 
>  
> cc: 
> 2018-09-10 12:18:10.362372
> Please review and upgrade the net.java.dev.jna:jna to the latest 
> version 4.5.2 
>  
> cc: 
> 2018-09-17 12:20:45.648273
> Please review and upgrade the net.java.dev.jna:jna to the latest 
> version 4.5.2 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4975) Beam Dependency Update Request: com.esotericsoftware.kryo:kryo 2.24.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4975:

Description: 


2018-07-25 20:30:59.832322

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-08-06 12:13:35.657640

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-08-13 12:15:00.360514

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-08-20 12:15:17.992671

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-08-27 12:15:54.996886

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-09-03 12:29:17.119555

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-09-10 12:18:15.645355

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-09-17 12:20:51.107524

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

  was:


2018-07-25 20:30:59.832322

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-08-06 12:13:35.657640

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-08-13 12:15:00.360514

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-08-20 12:15:17.992671

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-08-27 12:15:54.996886

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-09-03 12:29:17.119555

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 

2018-09-10 12:18:15.645355

Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
latest version 2.24.0 
 
cc: 


> Beam Dependency Update Request: com.esotericsoftware.kryo:kryo 2.24.0
> -
>
> Key: BEAM-4975
> URL: https://issues.apache.org/jira/browse/BEAM-4975
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:30:59.832322
> Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
> latest version 2.24.0 
>  
> cc: 
> 2018-08-06 12:13:35.657640
> Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
> latest version 2.24.0 
>  
> cc: 
> 2018-08-13 12:15:00.360514
> Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
> latest version 2.24.0 
>  
> cc: 
> 2018-08-20 12:15:17.992671
> Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
> latest version 2.24.0 
>  
> cc: 
> 2018-08-27 12:15:54.996886
> Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
> latest version 2.24.0 
>  
> cc: 
> 2018-09-03 12:29:17.119555
> Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
> latest version 2.24.0 
>  
> cc: 
> 2018-09-10 12:18:15.645355
> Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
> latest version 2.24.0 
>  
> cc: 
> 2018-09-17 12:20:51.107524
> Please review and upgrade the com.esotericsoftware.kryo:kryo to the 
> latest version 2.24.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5401) Beam Dependency Update Request: io.opencensus:opencensus-contrib-grpc-metrics 0.16.0

2018-09-17 Thread Beam JIRA Bot (JIRA)
Beam JIRA Bot created BEAM-5401:
---

 Summary: Beam Dependency Update Request: 
io.opencensus:opencensus-contrib-grpc-metrics 0.16.0
 Key: BEAM-5401
 URL: https://issues.apache.org/jira/browse/BEAM-5401
 Project: Beam
  Issue Type: Sub-task
  Components: dependencies
Reporter: Beam JIRA Bot




2018-09-17 12:21:18.985892

Please review and upgrade the 
io.opencensus:opencensus-contrib-grpc-metrics to the latest version 0.16.0 
 
cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5235) Beam Dependency Update Request: org.mongodb:mongo-java-driver 3.8.1

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5235:

Description: 


2018-08-27 12:16:10.928088

Please review and upgrade the org.mongodb:mongo-java-driver to the 
latest version 3.8.1 
 
cc: 

2018-09-03 12:29:33.008473

Please review and upgrade the org.mongodb:mongo-java-driver to the 
latest version 3.8.1 
 
cc: 

2018-09-10 12:18:31.648200

Please review and upgrade the org.mongodb:mongo-java-driver to the 
latest version 3.8.1 
 
cc: 

2018-09-17 12:21:07.505893

Please review and upgrade the org.mongodb:mongo-java-driver to the 
latest version 3.8.1 
 
cc: 

  was:


2018-08-27 12:16:10.928088

Please review and upgrade the org.mongodb:mongo-java-driver to the 
latest version 3.8.1 
 
cc: 

2018-09-03 12:29:33.008473

Please review and upgrade the org.mongodb:mongo-java-driver to the 
latest version 3.8.1 
 
cc: 

2018-09-10 12:18:31.648200

Please review and upgrade the org.mongodb:mongo-java-driver to the 
latest version 3.8.1 
 
cc: 


> Beam Dependency Update Request: org.mongodb:mongo-java-driver 3.8.1
> ---
>
> Key: BEAM-5235
> URL: https://issues.apache.org/jira/browse/BEAM-5235
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-08-27 12:16:10.928088
> Please review and upgrade the org.mongodb:mongo-java-driver to the 
> latest version 3.8.1 
>  
> cc: 
> 2018-09-03 12:29:33.008473
> Please review and upgrade the org.mongodb:mongo-java-driver to the 
> latest version 3.8.1 
>  
> cc: 
> 2018-09-10 12:18:31.648200
> Please review and upgrade the org.mongodb:mongo-java-driver to the 
> latest version 3.8.1 
>  
> cc: 
> 2018-09-17 12:21:07.505893
> Please review and upgrade the org.mongodb:mongo-java-driver to the 
> latest version 3.8.1 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5153) Beam Dependency Update Request: org.apache.qpid:proton-j 0.29.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5153:

Description: 


2018-08-15 03:02:21.460499

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

2018-08-20 12:16:13.405155

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

2018-08-27 12:16:37.680960

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

2018-09-03 12:29:54.354418

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

2018-09-10 12:19:07.898869

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

2018-09-17 12:21:24.200870

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

  was:


2018-08-15 03:02:21.460499

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

2018-08-20 12:16:13.405155

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

2018-08-27 12:16:37.680960

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

2018-09-03 12:29:54.354418

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 

2018-09-10 12:19:07.898869

Please review and upgrade the org.apache.qpid:proton-j to the latest 
version 0.29.0 
 
cc: 


> Beam Dependency Update Request: org.apache.qpid:proton-j 0.29.0
> ---
>
> Key: BEAM-5153
> URL: https://issues.apache.org/jira/browse/BEAM-5153
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-08-15 03:02:21.460499
> Please review and upgrade the org.apache.qpid:proton-j to the latest 
> version 0.29.0 
>  
> cc: 
> 2018-08-20 12:16:13.405155
> Please review and upgrade the org.apache.qpid:proton-j to the latest 
> version 0.29.0 
>  
> cc: 
> 2018-08-27 12:16:37.680960
> Please review and upgrade the org.apache.qpid:proton-j to the latest 
> version 0.29.0 
>  
> cc: 
> 2018-09-03 12:29:54.354418
> Please review and upgrade the org.apache.qpid:proton-j to the latest 
> version 0.29.0 
>  
> cc: 
> 2018-09-10 12:19:07.898869
> Please review and upgrade the org.apache.qpid:proton-j to the latest 
> version 0.29.0 
>  
> cc: 
> 2018-09-17 12:21:24.200870
> Please review and upgrade the org.apache.qpid:proton-j to the latest 
> version 0.29.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5292) Beam Dependency Update Request: org.scala-lang:scala-library 2.13.0-M5

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5292:

Description: 


2018-09-03 12:30:05.493686

Please review and upgrade the org.scala-lang:scala-library to the 
latest version 2.13.0-M5 
 
cc: 

2018-09-10 12:19:14.955736

Please review and upgrade the org.scala-lang:scala-library to the 
latest version 2.13.0-M5 
 
cc: 

2018-09-17 12:21:34.939335

Please review and upgrade the org.scala-lang:scala-library to the 
latest version 2.13.0-M5 
 
cc: 

  was:


2018-09-03 12:30:05.493686

Please review and upgrade the org.scala-lang:scala-library to the 
latest version 2.13.0-M5 
 
cc: 

2018-09-10 12:19:14.955736

Please review and upgrade the org.scala-lang:scala-library to the 
latest version 2.13.0-M5 
 
cc: 


> Beam Dependency Update Request: org.scala-lang:scala-library 2.13.0-M5
> --
>
> Key: BEAM-5292
> URL: https://issues.apache.org/jira/browse/BEAM-5292
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-09-03 12:30:05.493686
> Please review and upgrade the org.scala-lang:scala-library to the 
> latest version 2.13.0-M5 
>  
> cc: 
> 2018-09-10 12:19:14.955736
> Please review and upgrade the org.scala-lang:scala-library to the 
> latest version 2.13.0-M5 
>  
> cc: 
> 2018-09-17 12:21:34.939335
> Please review and upgrade the org.scala-lang:scala-library to the 
> latest version 2.13.0-M5 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5234) Beam Dependency Update Request: org.slf4j:jcl-over-slf4j 1.8.0-beta2

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5234:

Description: 


2018-08-27 12:15:47.239668

Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-03 12:29:05.519355

Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-10 12:18:04.192485

Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-17 12:20:39.374202

Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
version 1.8.0-beta2 
 
cc: 

  was:


2018-08-27 12:15:47.239668

Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-03 12:29:05.519355

Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-10 12:18:04.192485

Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
version 1.8.0-beta2 
 
cc: 


> Beam Dependency Update Request: org.slf4j:jcl-over-slf4j 1.8.0-beta2
> 
>
> Key: BEAM-5234
> URL: https://issues.apache.org/jira/browse/BEAM-5234
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-08-27 12:15:47.239668
> Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-09-03 12:29:05.519355
> Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-09-10 12:18:04.192485
> Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-09-17 12:20:39.374202
> Please review and upgrade the org.slf4j:jcl-over-slf4j to the latest 
> version 1.8.0-beta2 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5007) Beam Dependency Update Request: org.apache.solr:solr-solrj 7.4.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5007:

Description: 


2018-07-25 20:34:23.395935

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-08-06 12:15:50.132806

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-08-13 12:17:28.905883

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-08-20 12:16:46.736637

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-08-27 12:17:10.154075

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-09-03 12:30:41.294869

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-09-10 12:19:36.427497

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-09-17 12:21:56.211056

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

  was:


2018-07-25 20:34:23.395935

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-08-06 12:15:50.132806

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-08-13 12:17:28.905883

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-08-20 12:16:46.736637

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-08-27 12:17:10.154075

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-09-03 12:30:41.294869

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 

2018-09-10 12:19:36.427497

Please review and upgrade the org.apache.solr:solr-solrj to the latest 
version 7.4.0 
 
cc: 


> Beam Dependency Update Request: org.apache.solr:solr-solrj 7.4.0
> 
>
> Key: BEAM-5007
> URL: https://issues.apache.org/jira/browse/BEAM-5007
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-07-25 20:34:23.395935
> Please review and upgrade the org.apache.solr:solr-solrj to the 
> latest version 7.4.0 
>  
> cc: 
> 2018-08-06 12:15:50.132806
> Please review and upgrade the org.apache.solr:solr-solrj to the 
> latest version 7.4.0 
>  
> cc: 
> 2018-08-13 12:17:28.905883
> Please review and upgrade the org.apache.solr:solr-solrj to the 
> latest version 7.4.0 
>  
> cc: 
> 2018-08-20 12:16:46.736637
> Please review and upgrade the org.apache.solr:solr-solrj to the 
> latest version 7.4.0 
>  
> cc: 
> 2018-08-27 12:17:10.154075
> Please review and upgrade the org.apache.solr:solr-solrj to the 
> latest version 7.4.0 
>  
> cc: 
> 2018-09-03 12:30:41.294869
> Please review and upgrade the org.apache.solr:solr-solrj to the 
> latest version 7.4.0 
>  
> cc: 
> 2018-09-10 12:19:36.427497
> Please review and upgrade the org.apache.solr:solr-solrj to the 
> latest version 7.4.0 
>  
> cc: 
> 2018-09-17 12:21:56.211056
> Please review and upgrade the org.apache.solr:solr-solrj to the 
> latest version 7.4.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4981) Beam Dependency Update Request: io.netty:netty-all 5.0.0.Alpha2

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4981:

Description: 


2018-07-25 20:31:33.148217

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-08-06 12:14:05.424327

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-08-13 12:15:33.991438

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-08-20 12:15:39.734758

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-08-27 12:16:12.599874

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-09-03 12:29:38.363860

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-09-10 12:18:37.002456

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-09-17 12:21:12.941514

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

  was:


2018-07-25 20:31:33.148217

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-08-06 12:14:05.424327

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-08-13 12:15:33.991438

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-08-20 12:15:39.734758

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-08-27 12:16:12.599874

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-09-03 12:29:38.363860

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 

2018-09-10 12:18:37.002456

Please review and upgrade the io.netty:netty-all to the latest version 
5.0.0.Alpha2 
 
cc: 


> Beam Dependency Update Request: io.netty:netty-all 5.0.0.Alpha2
> ---
>
> Key: BEAM-4981
> URL: https://issues.apache.org/jira/browse/BEAM-4981
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Chamikara Jayalath
>Priority: Major
>
> 2018-07-25 20:31:33.148217
> Please review and upgrade the io.netty:netty-all to the latest 
> version 5.0.0.Alpha2 
>  
> cc: 
> 2018-08-06 12:14:05.424327
> Please review and upgrade the io.netty:netty-all to the latest 
> version 5.0.0.Alpha2 
>  
> cc: 
> 2018-08-13 12:15:33.991438
> Please review and upgrade the io.netty:netty-all to the latest 
> version 5.0.0.Alpha2 
>  
> cc: 
> 2018-08-20 12:15:39.734758
> Please review and upgrade the io.netty:netty-all to the latest 
> version 5.0.0.Alpha2 
>  
> cc: 
> 2018-08-27 12:16:12.599874
> Please review and upgrade the io.netty:netty-all to the latest 
> version 5.0.0.Alpha2 
>  
> cc: 
> 2018-09-03 12:29:38.363860
> Please review and upgrade the io.netty:netty-all to the latest 
> version 5.0.0.Alpha2 
>  
> cc: 
> 2018-09-10 12:18:37.002456
> Please review and upgrade the io.netty:netty-all to the latest 
> version 5.0.0.Alpha2 
>  
> cc: 
> 2018-09-17 12:21:12.941514
> Please review and upgrade the io.netty:netty-all to the latest 
> version 5.0.0.Alpha2 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5006) Beam Dependency Update Request: org.apache.solr:solr-core 7.4.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5006:

Description: 


2018-07-25 20:34:14.062044

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-08-06 12:15:42.060244

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-08-13 12:17:20.410676

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-08-20 12:16:41.115803

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-08-27 12:17:04.784650

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-09-03 12:30:31.717441

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-09-10 12:19:31.023839

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-09-17 12:21:50.890748

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

  was:


2018-07-25 20:34:14.062044

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-08-06 12:15:42.060244

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-08-13 12:17:20.410676

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-08-20 12:16:41.115803

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-08-27 12:17:04.784650

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-09-03 12:30:31.717441

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 

2018-09-10 12:19:31.023839

Please review and upgrade the org.apache.solr:solr-core to the latest 
version 7.4.0 
 
cc: 


> Beam Dependency Update Request: org.apache.solr:solr-core 7.4.0
> ---
>
> Key: BEAM-5006
> URL: https://issues.apache.org/jira/browse/BEAM-5006
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-07-25 20:34:14.062044
> Please review and upgrade the org.apache.solr:solr-core to the latest 
> version 7.4.0 
>  
> cc: 
> 2018-08-06 12:15:42.060244
> Please review and upgrade the org.apache.solr:solr-core to the latest 
> version 7.4.0 
>  
> cc: 
> 2018-08-13 12:17:20.410676
> Please review and upgrade the org.apache.solr:solr-core to the latest 
> version 7.4.0 
>  
> cc: 
> 2018-08-20 12:16:41.115803
> Please review and upgrade the org.apache.solr:solr-core to the latest 
> version 7.4.0 
>  
> cc: 
> 2018-08-27 12:17:04.784650
> Please review and upgrade the org.apache.solr:solr-core to the latest 
> version 7.4.0 
>  
> cc: 
> 2018-09-03 12:30:31.717441
> Please review and upgrade the org.apache.solr:solr-core to the latest 
> version 7.4.0 
>  
> cc: 
> 2018-09-10 12:19:31.023839
> Please review and upgrade the org.apache.solr:solr-core to the latest 
> version 7.4.0 
>  
> cc: 
> 2018-09-17 12:21:50.890748
> Please review and upgrade the org.apache.solr:solr-core to the latest 
> version 7.4.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-4977) Beam Dependency Update Request: io.dropwizard.metrics:metrics-core 4.1.0-rc2

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-4977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-4977:

Description: 


2018-07-25 20:31:12.560286

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-08-06 12:13:49.600351

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-08-13 12:15:16.600478

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-08-20 12:15:28.768620

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-08-27 12:16:05.660353

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-09-03 12:29:27.674621

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-09-10 12:18:26.317772

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-09-17 12:21:02.011384

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

  was:


2018-07-25 20:31:12.560286

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-08-06 12:13:49.600351

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-08-13 12:15:16.600478

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-08-20 12:15:28.768620

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-08-27 12:16:05.660353

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-09-03 12:29:27.674621

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 

2018-09-10 12:18:26.317772

Please review and upgrade the io.dropwizard.metrics:metrics-core to the 
latest version 4.1.0-rc2 
 
cc: 


> Beam Dependency Update Request: io.dropwizard.metrics:metrics-core 4.1.0-rc2
> 
>
> Key: BEAM-4977
> URL: https://issues.apache.org/jira/browse/BEAM-4977
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Chamikara Jayalath
>Priority: Major
>
> 2018-07-25 20:31:12.560286
> Please review and upgrade the io.dropwizard.metrics:metrics-core to 
> the latest version 4.1.0-rc2 
>  
> cc: 
> 2018-08-06 12:13:49.600351
> Please review and upgrade the io.dropwizard.metrics:metrics-core to 
> the latest version 4.1.0-rc2 
>  
> cc: 
> 2018-08-13 12:15:16.600478
> Please review and upgrade the io.dropwizard.metrics:metrics-core to 
> the latest version 4.1.0-rc2 
>  
> cc: 
> 2018-08-20 12:15:28.768620
> Please review and upgrade the io.dropwizard.metrics:metrics-core to 
> the latest version 4.1.0-rc2 
>  
> cc: 
> 2018-08-27 12:16:05.660353
> Please review and upgrade the io.dropwizard.metrics:metrics-core to 
> the latest version 4.1.0-rc2 
>  
> cc: 
> 2018-09-03 12:29:27.674621
> Please review and upgrade the io.dropwizard.metrics:metrics-core to 
> the latest version 4.1.0-rc2 
>  
> cc: 
> 2018-09-10 12:18:26.317772
> Please review and upgrade the io.dropwizard.metrics:metrics-core to 
> the latest version 4.1.0-rc2 
>  
> cc: 
> 2018-09-17 12:21:02.011384
> Please review and upgrade the io.dropwizard.metrics:metrics-core to 
> the latest version 4.1.0-rc2 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5004) Beam Dependency Update Request: org.slf4j:slf4j-jdk14 1.8.0-beta2

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5004:

Description: 


2018-07-25 20:34:03.782739

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-08-06 12:15:33.737791

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-08-13 12:17:11.414966

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-08-20 12:16:35.559945

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-08-27 12:16:59.447764

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-03 12:30:18.706083

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-10 12:19:25.682458

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-17 12:21:45.517488

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

  was:


2018-07-25 20:34:03.782739

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-08-06 12:15:33.737791

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-08-13 12:17:11.414966

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-08-20 12:16:35.559945

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-08-27 12:16:59.447764

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-03 12:30:18.706083

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 

2018-09-10 12:19:25.682458

Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
version 1.8.0-beta2 
 
cc: 


> Beam Dependency Update Request: org.slf4j:slf4j-jdk14 1.8.0-beta2
> -
>
> Key: BEAM-5004
> URL: https://issues.apache.org/jira/browse/BEAM-5004
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: yifan zou
>Priority: Major
>
> 2018-07-25 20:34:03.782739
> Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-08-06 12:15:33.737791
> Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-08-13 12:17:11.414966
> Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-08-20 12:16:35.559945
> Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-08-27 12:16:59.447764
> Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-09-03 12:30:18.706083
> Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-09-10 12:19:25.682458
> Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-09-17 12:21:45.517488
> Please review and upgrade the org.slf4j:slf4j-jdk14 to the latest 
> version 1.8.0-beta2 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5348) Beam Dependency Update Request: com.carrotsearch.randomizedtesting:randomizedtesting-runner 2.7.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5348:

Description: 


2018-09-10 12:19:13.145469

Please review and upgrade the 
com.carrotsearch.randomizedtesting:randomizedtesting-runner to the latest 
version 2.7.0 
 
cc: 

2018-09-17 12:21:29.440071

Please review and upgrade the 
com.carrotsearch.randomizedtesting:randomizedtesting-runner to the latest 
version 2.7.0 
 
cc: 

  was:


2018-09-10 12:19:13.145469

Please review and upgrade the 
com.carrotsearch.randomizedtesting:randomizedtesting-runner to the latest 
version 2.7.0 
 
cc: 


> Beam Dependency Update Request: 
> com.carrotsearch.randomizedtesting:randomizedtesting-runner 2.7.0
> -
>
> Key: BEAM-5348
> URL: https://issues.apache.org/jira/browse/BEAM-5348
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-09-10 12:19:13.145469
> Please review and upgrade the 
> com.carrotsearch.randomizedtesting:randomizedtesting-runner to the latest 
> version 2.7.0 
>  
> cc: 
> 2018-09-17 12:21:29.440071
> Please review and upgrade the 
> com.carrotsearch.randomizedtesting:randomizedtesting-runner to the latest 
> version 2.7.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5003) Beam Dependency Update Request: org.slf4j:slf4j-api 1.8.0-beta2

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5003:

Description: 


2018-07-25 20:33:54.577172

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-08-06 12:15:25.568553

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-08-13 12:17:03.134784

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-08-20 12:16:29.883029

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-08-27 12:16:54.073040

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-09-03 12:30:07.849981

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-09-10 12:19:20.255178

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-09-17 12:21:40.152087

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

  was:


2018-07-25 20:33:54.577172

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-08-06 12:15:25.568553

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-08-13 12:17:03.134784

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-08-20 12:16:29.883029

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-08-27 12:16:54.073040

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-09-03 12:30:07.849981

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 

2018-09-10 12:19:20.255178

Please review and upgrade the org.slf4j:slf4j-api to the latest version 
1.8.0-beta2 
 
cc: 


> Beam Dependency Update Request: org.slf4j:slf4j-api 1.8.0-beta2
> ---
>
> Key: BEAM-5003
> URL: https://issues.apache.org/jira/browse/BEAM-5003
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: yifan zou
>Priority: Major
>
> 2018-07-25 20:33:54.577172
> Please review and upgrade the org.slf4j:slf4j-api to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-08-06 12:15:25.568553
> Please review and upgrade the org.slf4j:slf4j-api to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-08-13 12:17:03.134784
> Please review and upgrade the org.slf4j:slf4j-api to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-08-20 12:16:29.883029
> Please review and upgrade the org.slf4j:slf4j-api to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-08-27 12:16:54.073040
> Please review and upgrade the org.slf4j:slf4j-api to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-09-03 12:30:07.849981
> Please review and upgrade the org.slf4j:slf4j-api to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-09-10 12:19:20.255178
> Please review and upgrade the org.slf4j:slf4j-api to the latest 
> version 1.8.0-beta2 
>  
> cc: 
> 2018-09-17 12:21:40.152087
> Please review and upgrade the org.slf4j:slf4j-api to the latest 
> version 1.8.0-beta2 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5010) Beam Dependency Update Request: com.diffplug.spotless:spotless-plugin-gradle 3.14.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5010:

Description: 


2018-07-25 20:34:43.135425

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-08-02 11:42:53.371288

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 

cc: 

2018-08-06 12:16:06.737378

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-08-13 12:17:45.864295

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-08-20 12:16:57.784631

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-08-27 12:17:21.140394

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-09-03 12:30:57.322755

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-09-10 12:19:47.256203

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-09-17 12:22:07.092862

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

  was:


2018-07-25 20:34:43.135425

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-08-02 11:42:53.371288

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 

cc: 

2018-08-06 12:16:06.737378

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-08-13 12:17:45.864295

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-08-20 12:16:57.784631

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-08-27 12:17:21.140394

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-09-03 12:30:57.322755

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 

2018-09-10 12:19:47.256203

Please review and upgrade the 
com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
 
cc: 


> Beam Dependency Update Request: com.diffplug.spotless:spotless-plugin-gradle 
> 3.14.0
> ---
>
> Key: BEAM-5010
> URL: https://issues.apache.org/jira/browse/BEAM-5010
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:34:43.135425
> Please review and upgrade the 
> com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
>  
> cc: 
> 2018-08-02 11:42:53.371288
> Please review and upgrade the 
> com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
> cc: 
> 2018-08-06 12:16:06.737378
> Please review and upgrade the 
> com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
>  
> cc: 
> 2018-08-13 12:17:45.864295
> Please review and upgrade the 
> com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
>  
> cc: 
> 2018-08-20 12:16:57.784631
> Please review and upgrade the 
> com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
>  
> cc: 
> 2018-08-27 12:17:21.140394
> Please review and upgrade the 
> com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
>  
> cc: 
> 2018-09-03 12:30:57.322755
> Please review and upgrade the 
> com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
>  
> cc: 
> 2018-09-10 12:19:47.256203
> Please review and upgrade the 
> com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
>  
> cc: 
> 2018-09-17 12:22:07.092862
> Please review and upgrade the 
> com.diffplug.spotless:spotless-plugin-gradle to the latest version 3.14.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5402) Beam Dependency Update Request: org.springframework:spring-expression 5.0.9.RELEASE

2018-09-17 Thread Beam JIRA Bot (JIRA)
Beam JIRA Bot created BEAM-5402:
---

 Summary: Beam Dependency Update Request: 
org.springframework:spring-expression 5.0.9.RELEASE
 Key: BEAM-5402
 URL: https://issues.apache.org/jira/browse/BEAM-5402
 Project: Beam
  Issue Type: Sub-task
  Components: dependencies
Reporter: Beam JIRA Bot




2018-09-17 12:22:12.370362

Please review and upgrade the org.springframework:spring-expression to 
the latest version 5.0.9.RELEASE 
 
cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5008) Beam Dependency Update Request: org.apache.solr:solr-test-framework 7.4.0

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5008:

Description: 


2018-07-25 20:34:32.698775

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-08-06 12:15:58.493346

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-08-13 12:17:37.412362

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-08-20 12:16:52.207130

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-08-27 12:17:15.623778

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-09-03 12:30:49.858105

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-09-10 12:19:42.025897

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-09-17 12:22:01.739555

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

  was:


2018-07-25 20:34:32.698775

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-08-06 12:15:58.493346

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-08-13 12:17:37.412362

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-08-20 12:16:52.207130

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-08-27 12:17:15.623778

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-09-03 12:30:49.858105

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 

2018-09-10 12:19:42.025897

Please review and upgrade the org.apache.solr:solr-test-framework to 
the latest version 7.4.0 
 
cc: 


> Beam Dependency Update Request: org.apache.solr:solr-test-framework 7.4.0
> -
>
> Key: BEAM-5008
> URL: https://issues.apache.org/jira/browse/BEAM-5008
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Assignee: Tim Robertson
>Priority: Major
>
> 2018-07-25 20:34:32.698775
> Please review and upgrade the org.apache.solr:solr-test-framework to 
> the latest version 7.4.0 
>  
> cc: 
> 2018-08-06 12:15:58.493346
> Please review and upgrade the org.apache.solr:solr-test-framework to 
> the latest version 7.4.0 
>  
> cc: 
> 2018-08-13 12:17:37.412362
> Please review and upgrade the org.apache.solr:solr-test-framework to 
> the latest version 7.4.0 
>  
> cc: 
> 2018-08-20 12:16:52.207130
> Please review and upgrade the org.apache.solr:solr-test-framework to 
> the latest version 7.4.0 
>  
> cc: 
> 2018-08-27 12:17:15.623778
> Please review and upgrade the org.apache.solr:solr-test-framework to 
> the latest version 7.4.0 
>  
> cc: 
> 2018-09-03 12:30:49.858105
> Please review and upgrade the org.apache.solr:solr-test-framework to 
> the latest version 7.4.0 
>  
> cc: 
> 2018-09-10 12:19:42.025897
> Please review and upgrade the org.apache.solr:solr-test-framework to 
> the latest version 7.4.0 
>  
> cc: 
> 2018-09-17 12:22:01.739555
> Please review and upgrade the org.apache.solr:solr-test-framework to 
> the latest version 7.4.0 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (BEAM-5014) Beam Dependency Update Request: com.clearspring.analytics:stream 2.9.6

2018-09-17 Thread Beam JIRA Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5014:

Description: 


2018-07-25 20:35:03.818461

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-08-06 12:16:19.882469

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-08-13 12:18:02.810770

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-08-20 12:17:10.290844

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-08-27 12:17:28.326890

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-09-03 12:31:10.595115

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-09-10 12:19:58.086089

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-09-17 12:22:14.601714

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

  was:


2018-07-25 20:35:03.818461

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-08-06 12:16:19.882469

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-08-13 12:18:02.810770

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-08-20 12:17:10.290844

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-08-27 12:17:28.326890

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-09-03 12:31:10.595115

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 

2018-09-10 12:19:58.086089

Please review and upgrade the com.clearspring.analytics:stream to the 
latest version 2.9.6 
 
cc: 


> Beam Dependency Update Request: com.clearspring.analytics:stream 2.9.6
> --
>
> Key: BEAM-5014
> URL: https://issues.apache.org/jira/browse/BEAM-5014
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
> 2018-07-25 20:35:03.818461
> Please review and upgrade the com.clearspring.analytics:stream to the 
> latest version 2.9.6 
>  
> cc: 
> 2018-08-06 12:16:19.882469
> Please review and upgrade the com.clearspring.analytics:stream to the 
> latest version 2.9.6 
>  
> cc: 
> 2018-08-13 12:18:02.810770
> Please review and upgrade the com.clearspring.analytics:stream to the 
> latest version 2.9.6 
>  
> cc: 
> 2018-08-20 12:17:10.290844
> Please review and upgrade the com.clearspring.analytics:stream to the 
> latest version 2.9.6 
>  
> cc: 
> 2018-08-27 12:17:28.326890
> Please review and upgrade the com.clearspring.analytics:stream to the 
> latest version 2.9.6 
>  
> cc: 
> 2018-09-03 12:31:10.595115
> Please review and upgrade the com.clearspring.analytics:stream to the 
> latest version 2.9.6 
>  
> cc: 
> 2018-09-10 12:19:58.086089
> Please review and upgrade the com.clearspring.analytics:stream to the 
> latest version 2.9.6 
>  
> cc: 
> 2018-09-17 12:22:14.601714
> Please review and upgrade the com.clearspring.analytics:stream to the 
> latest version 2.9.6 
>  
> cc: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5395) BeamPython data plane streams data

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5395:


Author: ASF GitHub Bot
Created on: 17/Sep/18 12:29
Start Date: 17/Sep/18 12:29
Worklog Time Spent: 10m 
  Work Description: robertwb opened a new pull request #6405: [BEAM-5395] 
Chunk data streams.
URL: https://github.com/apache/beam/pull/6405
 
 
   R: @angoenka
   
   
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
- [ ] 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.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   It will help us expedite review of your Pull Request if you tag someone 
(e.g. `@username`) to look at it.
   
   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_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
 | --- | --- | --- | --- | --- | ---
   Java | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
 | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
  [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
 | --- | --- | --- | ---
   
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144811)
Time Spent: 10m
Remaining Estimate: 0h

> BeamPython data plane streams data
> --
>
> Key: BEAM-5395
> URL: https://issues.apache.org/jira/browse/BEAM-5395
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-harness
>Reporter: Robert Bradshaw
>Assignee: Robert Bradshaw
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently the default implementation is to buffer all data for the bundle. 
> Experiments were made splitting at arbitrary byte boundaries, but it app

[jira] [Work logged] (BEAM-5395) BeamPython data plane streams data

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5395:


Author: ASF GitHub Bot
Created on: 17/Sep/18 12:30
Start Date: 17/Sep/18 12:30
Worklog Time Spent: 10m 
  Work Description: robertwb commented on issue #6405: [BEAM-5395] Chunk 
data streams.
URL: https://github.com/apache/beam/pull/6405#issuecomment-421995221
 
 
   R: @angoenka 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144812)
Time Spent: 20m  (was: 10m)

> BeamPython data plane streams data
> --
>
> Key: BEAM-5395
> URL: https://issues.apache.org/jira/browse/BEAM-5395
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-harness
>Reporter: Robert Bradshaw
>Assignee: Robert Bradshaw
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the default implementation is to buffer all data for the bundle. 
> Experiments were made splitting at arbitrary byte boundaries, but it appears 
> that Java requires messages to be split on element boundaries. For now we 
> should implement that in Python (even if this means not being able to split 
> up large elements among multiple messages). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4824) Get BigQueryIO batch loads to return something actionable

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-4824:


Author: ASF GitHub Bot
Created on: 17/Sep/18 13:17
Start Date: 17/Sep/18 13:17
Worklog Time Spent: 10m 
  Work Description: calonso commented on issue #6055: [BEAM-4824] Batch 
BigQueryIO returns job results
URL: https://github.com/apache/beam/pull/6055#issuecomment-422011706
 
 
   Hi @reuvenlax Just a friendly reminder about this outstanding WIP... Could 
you please give us a hand?


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144835)
Time Spent: 50m  (was: 40m)

> Get BigQueryIO batch loads to return something actionable
> -
>
> Key: BEAM-4824
> URL: https://issues.apache.org/jira/browse/BEAM-4824
> Project: Beam
>  Issue Type: Improvement
>  Components: io-java-gcp
>Reporter: Carlos Alonso
>Assignee: Carlos Alonso
>Priority: Minor
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> ATM BigQueryIO batchloads returns an empty collection that has no information 
> related to how the load job finished. It is even returned before the job 
> finishes.
>  
> Change it so that:
>  # The returning PCollection only appers when the job has actually finished
>  # The returning PCollection contains information about the job result



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BEAM-5403) Update Flink Runner to 1.5.3

2018-09-17 Thread Maximilian Michels (JIRA)
Maximilian Michels created BEAM-5403:


 Summary: Update Flink Runner to 1.5.3
 Key: BEAM-5403
 URL: https://issues.apache.org/jira/browse/BEAM-5403
 Project: Beam
  Issue Type: Improvement
  Components: runner-flink
Reporter: Maximilian Michels
Assignee: Maximilian Michels
 Fix For: 2.8.0


We should be on the latest hotfix version to ensure stability for users. 
https://flink.apache.org/news/2018/08/21/release-1.5.3.html

The only fix affecting Beam users seems to be FLINK-9289.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5403) Update Flink Runner to 1.5.3

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5403:


Author: ASF GitHub Bot
Created on: 17/Sep/18 13:52
Start Date: 17/Sep/18 13:52
Worklog Time Spent: 10m 
  Work Description: mxm opened a new pull request #6406: [BEAM-5403] Update 
Flink Runner to 1.5.3
URL: https://github.com/apache/beam/pull/6406
 
 
   We should be on the latest hotfix version to ensure stability for users. 
https://flink.apache.org/news/2018/08/21/release-1.5.3.html
   
   The only fix affecting Beam users seems to be 
https://issues.apache.org/jira/browse/FLINK-9289.
   
   CC @tweise 
   
   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_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
 | --- | --- | --- | --- | --- | ---
   Java | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
 | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
  [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
 | --- | --- | --- | ---
   
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144846)
Time Spent: 10m
Remaining Estimate: 0h

> Update Flink Runner to 1.5.3
> 
>
> Key: BEAM-5403
> URL: https://issues.apache.org/jira/browse/BEAM-5403
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-flink
>Reporter: Maximilian Michels
>Assignee: Maximilian Michels
>Priority: Minor
> Fix For: 2.8.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> We should be on the latest hotfix version to ensure stability for users. 
> https://flink.apache.org/news/2018/08/21/release-1.5.3.html
> The only fix affecting Beam users seems to be FLINK-9289.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: beam_PostCommit_Java_GradleBuild #1482

2018-09-17 Thread Apache Jenkins Server
See 


--
[...truncated 24.74 MB...]
at 
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:584)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at 
io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 more

Sep 17, 2018 2:14:59 PM 
org.apache.beam.sdk.io.gcp.spanner.SpannerIO$WriteToSpannerFn processElement
WARNING: Failed to submit the mutation group
com.google.cloud.spanner.SpannerException: FAILED_PRECONDITION: 
io.grpc.StatusRuntimeException: FAILED_PRECONDITION: Value must not be NULL in 
table users.
at 
com.google.cloud.spanner.SpannerExceptionFactory.newSpannerExceptionPreformatted(SpannerExceptionFactory.java:119)
at 
com.google.cloud.spanner.SpannerExceptionFactory.newSpannerException(SpannerExceptionFactory.java:43)
at 
com.google.cloud.spanner.SpannerExceptionFactory.newSpannerException(SpannerExceptionFactory.java:80)
at 
com.google.cloud.spanner.spi.v1.GrpcSpannerRpc.get(GrpcSpannerRpc.java:456)
at 
com.google.cloud.spanner.spi.v1.GrpcSpannerRpc.commit(GrpcSpannerRpc.java:404)
at 
com.google.cloud.spanner.SpannerImpl$SessionImpl$2.call(SpannerImpl.java:797)
at 
com.google.cloud.spanner.SpannerImpl$SessionImpl$2.call(SpannerImpl.java:794)
at 
com.google.cloud.spanner.SpannerImpl.runWithRetries(SpannerImpl.java:227)
at 
com.google.cloud.spanner.SpannerImpl$SessionImpl.writeAtLeastOnce(SpannerImpl.java:793)
at 
com.google.cloud.spanner.SessionPool$PooledSession.writeAtLeastOnce(SessionPool.java:319)
at 
com.google.cloud.spanner.DatabaseClientImpl.writeAtLeastOnce(DatabaseClientImpl.java:60)
at 
org.apache.beam.sdk.io.gcp.spanner.SpannerIO$WriteToSpannerFn.processElement(SpannerIO.java:1103)
at 
org.apache.beam.sdk.io.gcp.spanner.SpannerIO$WriteToSpannerFn$DoFnInvoker.invokeProcessElement(Unknown
 Source)
at 
org.apache.beam.repackaged.beam_runners_direct_java.runners.core.SimpleDoFnRunner.invokeProcessElement(SimpleDoFnRunner.java:275)
at 
org.apache.beam.repackaged.beam_runners_direct_java.runners.core.SimpleDoFnRunner.processElement(SimpleDoFnRunner.java:240)
at 
org.apache.beam.repackaged.beam_runners_direct_java.runners.core.SimplePushbackSideInputDoFnRunner.processElementInReadyWindows(SimplePushbackSideInputDoFnRunner.java:78)
at 
org.apache.beam.runners.direct.ParDoEvaluator.processElement(ParDoEvaluator.java:207)
at 
org.apache.beam.runners.direct.DoFnLifecycleManagerRemovingTransformEvaluator.processElement(DoFnLifecycleManagerRemovingTransformEvaluator.java:55)
at 
org.apache.beam.runners.direct.DirectTransformExecutor.processElements(DirectTransformExecutor.java:160)
at 
org.apache.beam.runners.direct.DirectTransformExecutor.run(DirectTransformExecutor.java:124)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.ExecutionException: 
io.grpc.StatusRuntimeException: FAILED_PRECONDITION: Value must not be NULL in 
table users.
at 
com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:500)
at 
com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:479)
at 
com.google.cloud.spanner.spi.v1.GrpcSpannerRpc.get(GrpcSpannerRpc.java:450)
... 21 more
Caused by: io.grpc.StatusRuntimeException: FAILED_PRECONDITION: Value must 
not be NULL in table users.
at io.grpc.Status.asRuntimeException(Status.java:526)
at 
io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:468)
at 
io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at 
io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at 
io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at 
com.google.cloud.spanner.spi.v1.SpannerErrorInterceptor$1$1.onClose(SpannerErrorInterceptor.java:100)
at 
io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at 
io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at 
io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at 
com.google.cloud.spanner.spi.v1.WatchdogInterceptor$Monitore

[jira] [Created] (BEAM-5404) Inefficient Serialization of Spanner MutationGroup in pipeline

2018-09-17 Thread Niel Markwick (JIRA)
Niel Markwick created BEAM-5404:
---

 Summary: Inefficient Serialization of Spanner MutationGroup in 
pipeline
 Key: BEAM-5404
 URL: https://issues.apache.org/jira/browse/BEAM-5404
 Project: Beam
  Issue Type: Bug
  Components: io-java-gcp
Affects Versions: 2.6.0, 2.5.0, 2.4.0, 2.3.0
Reporter: Niel Markwick
Assignee: Chamikara Jayalath


The Cloud Spanner connector uses a custom serialization mechanism to convert 
MutationGroup objects into a byte array. 

This mechanism is very inefficient producing byte arrays approx 10x larger than 
simple Java Serialization of the MutationGroup objects, which increases the 
resources needed by the connector to ~40x the size of the original mutations.

There are no obvious benefits to using this custom serialization system, as the 
objects are deserialized within the pipeline itself. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5404) Inefficient Serialization of Spanner MutationGroup in pipeline

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5404:


Author: ASF GitHub Bot
Created on: 17/Sep/18 14:26
Start Date: 17/Sep/18 14:26
Worklog Time Spent: 10m 
  Work Description: nielm opened a new pull request #6407: [BEAM-5404] Use 
Java serialization for MutationGroup objects.
URL: https://github.com/apache/beam/pull/6407
 
 
   The Cloud Spanner connector uses a custom serialization system for 
MutationGroup objects
   
   Java serialization is much more efficient than the custom serialization
   system used by MutationGroupEncode -- in both speed, and space: the
   encoded byte arrays are 1/10th of the size.
   
   This PR replaces the custom serialization with a simple Java serialization 
using the Beam SerializableCoder class.
   
   @chamikaramj 
   
   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_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
 | --- | --- | --- | --- | --- | ---
   Java | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
 | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
  [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
 | --- | --- | --- | ---
   
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144855)
Time Spent: 10m
Remaining Estimate: 0h

> Inefficient Serialization of Spanner MutationGroup in pipeline
> --
>
> Key: BEAM-5404
> URL: https://issues.apache.org/jira/browse/BEAM-5404
> Project: Beam
>  Issue Type: Bug
>  Components: io-java-gcp
>Affects Versions: 2.3.0, 2.4.0, 2.5.0, 2.6.0
>Reporter: Niel Markwick
>Assignee: Chamikara Jayalath
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Cloud Spanner connector uses a custom serialization mechanism to convert 
> MutationGroup objects into a byte array. 
> This mechanism is very inefficient producing byte a

[jira] [Created] (BEAM-5405) Remove deprecated AbstractStateBackend from FlinkPipelineOptions

2018-09-17 Thread Maximilian Michels (JIRA)
Maximilian Michels created BEAM-5405:


 Summary: Remove deprecated AbstractStateBackend from 
FlinkPipelineOptions
 Key: BEAM-5405
 URL: https://issues.apache.org/jira/browse/BEAM-5405
 Project: Beam
  Issue Type: Improvement
  Components: runner-flink
Reporter: Maximilian Michels
Assignee: Maximilian Michels
 Fix For: 2.8.0


There is now an interface called {{StateBackend}} which is the superclass of 
{{AbstractStateBackend}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5405) Remove deprecated AbstractStateBackend from FlinkPipelineOptions

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5405:


Author: ASF GitHub Bot
Created on: 17/Sep/18 14:55
Start Date: 17/Sep/18 14:55
Worklog Time Spent: 10m 
  Work Description: mxm opened a new pull request #6408: [BEAM-5405] Remove 
deprecated AbstractStateBackend from FlinkPipelineOptions
URL: https://github.com/apache/beam/pull/6408
 
 
   There is now an interface called StateBackend which is the super class of 
AbstractStateBackend.
   
   CC @tweise 
   
   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_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
 | --- | --- | --- | --- | --- | ---
   Java | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
 | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
  [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
 | --- | --- | --- | ---
   
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144864)
Time Spent: 10m
Remaining Estimate: 0h

> Remove deprecated AbstractStateBackend from FlinkPipelineOptions
> 
>
> Key: BEAM-5405
> URL: https://issues.apache.org/jira/browse/BEAM-5405
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-flink
>Reporter: Maximilian Michels
>Assignee: Maximilian Michels
>Priority: Minor
> Fix For: 2.8.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> There is now an interface called {{StateBackend}} which is the superclass of 
> {{AbstractStateBackend}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4796) SpannerIO waits for all input before writing

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-4796:


Author: ASF GitHub Bot
Created on: 17/Sep/18 15:22
Start Date: 17/Sep/18 15:22
Worklog Time Spent: 10m 
  Work Description: nielm opened a new pull request #6409: [BEAM-4796] 
SpannerIO: Add option to wait for Schema to be ready.
URL: https://github.com/apache/beam/pull/6409
 
 
   Current behavior waits for the entire input PCollection to be read
   and closed before reading the Schema. This can delay the pipeline
   for large inputs, and does not guarantee that the schema is ready
   (if it is created in the same pipeline) for small inputs.
   
   It also breaks streaming mode completely as the input PCollection
   is never closed. 
   
   This PR adds an optional parameter with a PCollection to wait for
   before reading the schema. If not specified, the schema is read
   immediately.
   
   This provides a partial -- but not complete -- fix for streaming mode (there 
are still issues with the partitioning/grouping in streaming mode which means 
that NPE's will be thrown with more than trivial load).
   
   @chamikaramj 
   
   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_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
 | --- | --- | --- | --- | --- | ---
   Java | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
 | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
  [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
 | --- | --- | --- | ---
   
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144873)
Time Spent: 10m
Remaining Estimate: 0h

> SpannerIO waits for all input before writing
> 
>
> Key: BEAM-4796
> URL: https://issues.apache.org/jira/browse/BEAM-4796
> Project: Beam
>  Issue Type: Bug
>  Components: io-java-gcp
>Affects Versions: 2.5.0
>Reporter: Niel Markwick
>Assignee: Chamikara Jayalath
>Priority: Major
>

[jira] [Commented] (BEAM-5265) Can not test Timer with processing time domain

2018-09-17 Thread Jozef Vilcek (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16617696#comment-16617696
 ] 

Jozef Vilcek commented on BEAM-5265:


Any update on this or when there can be one?

> Can not test Timer with processing time domain
> --
>
> Key: BEAM-5265
> URL: https://issues.apache.org/jira/browse/BEAM-5265
> Project: Beam
>  Issue Type: Bug
>  Components: runner-core, runner-direct
>Reporter: Jozef Vilcek
>Assignee: Kenneth Knowles
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> I have a stateful DoFn which has a timer on PROCESSING_TIME domain. While 
> writing tests, I noticed that it does not react to `advanceProcessingTime()` 
> on tests stream. Problem seems to be here:
> [https://github.com/apache/beam/blob/master/runners/core-java/src/main/java/org/apache/beam/runners/core/SimpleDoFnRunner.java#L260]
> I can only tell that patching this place works for direct runner tests. Not 
> sure about broader impact on other runners since it is in `runner-core`



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-4796) SpannerIO waits for all input before writing

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-4796:


Author: ASF GitHub Bot
Created on: 17/Sep/18 15:25
Start Date: 17/Sep/18 15:25
Worklog Time Spent: 10m 
  Work Description: nielm commented on issue #6409: [BEAM-4796] SpannerIO: 
Add option to wait for Schema to be ready.
URL: https://github.com/apache/beam/pull/6409#issuecomment-422061192
 
 
   Note that I could not work out how to test a pipeline that uses 
Wait.on(signal), so no tests were added for this PR. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144875)
Time Spent: 20m  (was: 10m)

> SpannerIO waits for all input before writing
> 
>
> Key: BEAM-4796
> URL: https://issues.apache.org/jira/browse/BEAM-4796
> Project: Beam
>  Issue Type: Bug
>  Components: io-java-gcp
>Affects Versions: 2.5.0
>Reporter: Niel Markwick
>Assignee: Chamikara Jayalath
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> SpannerIO.Write waits for all input in the window to arrive before getting 
> the schema:
> [https://github.com/apache/beam/blame/release-2.5.0/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java#L841]
>  
> In streaming mode, this is not an issue, but in batch mode, this causes the 
> pipeline to stall until all input is read, which could be a significant 
> amount of time (and temp data). 
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5239) Allow configure latencyTrackingInterval

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5239:


Author: ASF GitHub Bot
Created on: 17/Sep/18 15:27
Start Date: 17/Sep/18 15:27
Worklog Time Spent: 10m 
  Work Description: JozoVilcek commented on a change in pull request #6278: 
[BEAM-5239] Enable to configure latencyTrackingInterval
URL: https://github.com/apache/beam/pull/6278#discussion_r218115490
 
 

 ##
 File path: 
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java
 ##
 @@ -167,4 +167,12 @@
   Boolean isShutdownSourcesOnFinalWatermark();
 
   void setShutdownSourcesOnFinalWatermark(Boolean shutdownOnFinalWatermark);
+
+  @Description(
+  "Interval in milliseconds for sending latency tracking marks from the 
sources to the sinks. " 
 
 Review comment:
   Sorry, I was offline for a while. Thanks a lot for getting this through!


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144878)
Time Spent: 3h 40m  (was: 3.5h)

> Allow configure latencyTrackingInterval
> ---
>
> Key: BEAM-5239
> URL: https://issues.apache.org/jira/browse/BEAM-5239
> Project: Beam
>  Issue Type: New Feature
>  Components: runner-flink
>Affects Versions: 2.6.0
>Reporter: Jozef Vilcek
>Assignee: Jozef Vilcek
>Priority: Major
> Fix For: 2.8.0
>
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> Because of FLINK-10226, we need to be able to set 
> latencyTrackingConfiguration for flink via FlinkPipelineOptions



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5239) Allow configure latencyTrackingInterval

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5239:


Author: ASF GitHub Bot
Created on: 17/Sep/18 15:27
Start Date: 17/Sep/18 15:27
Worklog Time Spent: 10m 
  Work Description: JozoVilcek commented on a change in pull request #6278: 
[BEAM-5239] Enable to configure latencyTrackingInterval
URL: https://github.com/apache/beam/pull/6278#discussion_r218115490
 
 

 ##
 File path: 
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java
 ##
 @@ -167,4 +167,12 @@
   Boolean isShutdownSourcesOnFinalWatermark();
 
   void setShutdownSourcesOnFinalWatermark(Boolean shutdownOnFinalWatermark);
+
+  @Description(
+  "Interval in milliseconds for sending latency tracking marks from the 
sources to the sinks. " 
 
 Review comment:
   Sorry, I was offline to a while. Thanks a lot for getting this through!


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144877)
Time Spent: 3.5h  (was: 3h 20m)

> Allow configure latencyTrackingInterval
> ---
>
> Key: BEAM-5239
> URL: https://issues.apache.org/jira/browse/BEAM-5239
> Project: Beam
>  Issue Type: New Feature
>  Components: runner-flink
>Affects Versions: 2.6.0
>Reporter: Jozef Vilcek
>Assignee: Jozef Vilcek
>Priority: Major
> Fix For: 2.8.0
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Because of FLINK-10226, we need to be able to set 
> latencyTrackingConfiguration for flink via FlinkPipelineOptions



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[beam] branch master updated: [BEAM-5403] Update Flink Runner to 1.5.3

2018-09-17 Thread mxm
This is an automated email from the ASF dual-hosted git repository.

mxm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new bf31930  [BEAM-5403] Update Flink Runner to 1.5.3
 new 79fb76b  Merge pull request #6406: [BEAM-5403] Update Flink Runner to 
1.5.3
bf31930 is described below

commit bf31930239f3df3d8a156abfa0d3cf7ba0d4330b
Author: Maximilian Michels 
AuthorDate: Mon Sep 17 15:36:45 2018 +0200

[BEAM-5403] Update Flink Runner to 1.5.3
---
 runners/flink/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runners/flink/build.gradle b/runners/flink/build.gradle
index 4a5d77f..31b5cf8 100644
--- a/runners/flink/build.gradle
+++ b/runners/flink/build.gradle
@@ -46,7 +46,7 @@ configurations {
   validatesRunner
 }
 
-def flink_version = "1.5.2"
+def flink_version = "1.5.3"
 
 dependencies {
   compile library.java.guava



[jira] [Work logged] (BEAM-5403) Update Flink Runner to 1.5.3

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5403:


Author: ASF GitHub Bot
Created on: 17/Sep/18 15:36
Start Date: 17/Sep/18 15:36
Worklog Time Spent: 10m 
  Work Description: iemejia commented on issue #6406: [BEAM-5403] Update 
Flink Runner to 1.5.3
URL: https://github.com/apache/beam/pull/6406#issuecomment-422065155
 
 
   Maybe worth waiting for 1.5.4 that's in vote now, no?


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144884)
Time Spent: 20m  (was: 10m)

> Update Flink Runner to 1.5.3
> 
>
> Key: BEAM-5403
> URL: https://issues.apache.org/jira/browse/BEAM-5403
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-flink
>Reporter: Maximilian Michels
>Assignee: Maximilian Michels
>Priority: Minor
> Fix For: 2.8.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> We should be on the latest hotfix version to ensure stability for users. 
> https://flink.apache.org/news/2018/08/21/release-1.5.3.html
> The only fix affecting Beam users seems to be FLINK-9289.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5403) Update Flink Runner to 1.5.3

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5403:


Author: ASF GitHub Bot
Created on: 17/Sep/18 15:37
Start Date: 17/Sep/18 15:37
Worklog Time Spent: 10m 
  Work Description: asfgit closed pull request #6406: [BEAM-5403] Update 
Flink Runner to 1.5.3
URL: https://github.com/apache/beam/pull/6406
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/runners/flink/build.gradle b/runners/flink/build.gradle
index 4a5d77fa15d..31b5cf8d846 100644
--- a/runners/flink/build.gradle
+++ b/runners/flink/build.gradle
@@ -46,7 +46,7 @@ configurations {
   validatesRunner
 }
 
-def flink_version = "1.5.2"
+def flink_version = "1.5.3"
 
 dependencies {
   compile library.java.guava


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144885)
Time Spent: 0.5h  (was: 20m)

> Update Flink Runner to 1.5.3
> 
>
> Key: BEAM-5403
> URL: https://issues.apache.org/jira/browse/BEAM-5403
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-flink
>Reporter: Maximilian Michels
>Assignee: Maximilian Michels
>Priority: Minor
> Fix For: 2.8.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> We should be on the latest hotfix version to ensure stability for users. 
> https://flink.apache.org/news/2018/08/21/release-1.5.3.html
> The only fix affecting Beam users seems to be FLINK-9289.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (BEAM-5403) Update Flink Runner to 1.5.3

2018-09-17 Thread Maximilian Michels (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maximilian Michels closed BEAM-5403.

Resolution: Fixed

79fb76b63309426820ccd0ee874c45d052db3b70

> Update Flink Runner to 1.5.3
> 
>
> Key: BEAM-5403
> URL: https://issues.apache.org/jira/browse/BEAM-5403
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-flink
>Reporter: Maximilian Michels
>Assignee: Maximilian Michels
>Priority: Minor
> Fix For: 2.8.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> We should be on the latest hotfix version to ensure stability for users. 
> https://flink.apache.org/news/2018/08/21/release-1.5.3.html
> The only fix affecting Beam users seems to be FLINK-9289.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5403) Update Flink Runner to 1.5.3

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5403:


Author: ASF GitHub Bot
Created on: 17/Sep/18 15:38
Start Date: 17/Sep/18 15:38
Worklog Time Spent: 10m 
  Work Description: mxm commented on issue #6406: [BEAM-5403] Update Flink 
Runner to 1.5.3
URL: https://github.com/apache/beam/pull/6406#issuecomment-422065739
 
 
   Sorry @iemejia didn't see your comment in time. However, good point :) 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144886)
Time Spent: 40m  (was: 0.5h)

> Update Flink Runner to 1.5.3
> 
>
> Key: BEAM-5403
> URL: https://issues.apache.org/jira/browse/BEAM-5403
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-flink
>Reporter: Maximilian Michels
>Assignee: Maximilian Michels
>Priority: Minor
> Fix For: 2.8.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> We should be on the latest hotfix version to ensure stability for users. 
> https://flink.apache.org/news/2018/08/21/release-1.5.3.html
> The only fix affecting Beam users seems to be FLINK-9289.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5317) Finish Python 3 porting for options module

2018-09-17 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-5317:


Author: ASF GitHub Bot
Created on: 17/Sep/18 15:43
Start Date: 17/Sep/18 15:43
Worklog Time Spent: 10m 
  Work Description: manuzhang closed pull request #6397: [BEAM-5317] Finish 
Python3 porting for options module
URL: https://github.com/apache/beam/pull/6397
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/sdks/python/apache_beam/options/pipeline_options.py 
b/sdks/python/apache_beam/options/pipeline_options.py
index 753d4cf20de..b75ed2ab5c3 100644
--- a/sdks/python/apache_beam/options/pipeline_options.py
+++ b/sdks/python/apache_beam/options/pipeline_options.py
@@ -217,7 +217,7 @@ def get_all_options(self, drop_default=False):
 result = vars(known_args)
 
 # Apply the overrides if any
-for k in result.keys():
+for k in list(result):
   if k in self._all_options:
 result[k] = self._all_options[k]
   if (drop_default and
diff --git a/sdks/python/apache_beam/options/pipeline_options_validator_test.py 
b/sdks/python/apache_beam/options/pipeline_options_validator_test.py
index c0582e2f7d1..9818422e2f6 100644
--- a/sdks/python/apache_beam/options/pipeline_options_validator_test.py
+++ b/sdks/python/apache_beam/options/pipeline_options_validator_test.py
@@ -311,7 +311,7 @@ def get_validator(matcher):
  '--staging_location=gs://foo/bar',
  '--temp_location=gs://foo/bar',]
   if matcher:
-options.append('--on_success_matcher=' + matcher)
+options.append('%s=%s' % ('--on_success_matcher', matcher.decode()))
 
   pipeline_options = PipelineOptions(options)
   runner = MockRunners.TestDataflowRunner()
@@ -322,7 +322,7 @@ def get_validator(matcher):
  'errors': []},
 {'on_success_matcher': pickler.dumps(AlwaysPassMatcher()),
  'errors': []},
-{'on_success_matcher': 'abc',
+{'on_success_matcher': b'abc',
  'errors': ['on_success_matcher']},
 {'on_success_matcher': pickler.dumps(object),
  'errors': ['on_success_matcher']},
diff --git a/sdks/python/apache_beam/testing/test_pipeline.py 
b/sdks/python/apache_beam/testing/test_pipeline.py
index 4e4c9282686..dc6044d9dc0 100644
--- a/sdks/python/apache_beam/testing/test_pipeline.py
+++ b/sdks/python/apache_beam/testing/test_pipeline.py
@@ -152,7 +152,7 @@ def get_full_options_as_args(self, **extra_opts):
   elif isinstance(v, bool) and v:
 options.append('--%s' % k)
   elif 'matcher' in k:
-options.append('--%s=%s' % (k, pickler.dumps(v)))
+options.append('--%s=%s' % (k, pickler.dumps(v).decode()))
   else:
 options.append('--%s=%s' % (k, v))
 return options
diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index 3f0af18f865..c2eecb440cd 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -57,7 +57,7 @@ commands =
 setenv =
   BEAM_EXPERIMENTAL_PY3=1
 modules =
-  apache_beam.coders,apache_beam.tools,apache_beam.utils
+  apache_beam.coders,apache_beam.options,apache_beam.tools,apache_beam.utils
 commands =
   python --version
   pip --version


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144889)
Time Spent: 3h 40m  (was: 3.5h)

> Finish Python 3 porting for options module
> --
>
> Key: BEAM-5317
> URL: https://issues.apache.org/jira/browse/BEAM-5317
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Robbe
>Assignee: Manu Zhang
>Priority: Major
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[beam] branch master updated (79fb76b -> 934571b)

2018-09-17 Thread mauzhang
This is an automated email from the ASF dual-hosted git repository.

mauzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from 79fb76b  Merge pull request #6406: [BEAM-5403] Update Flink Runner to 
1.5.3
 add a0a98d1  [BEAM-5317] Finish Python3 porting for options module
 new 934571b  Merge pull request #6397: [BEAM-5317] Finish Python3 porting 
for options module

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/options/pipeline_options.py| 2 +-
 sdks/python/apache_beam/options/pipeline_options_validator_test.py | 4 ++--
 sdks/python/apache_beam/testing/test_pipeline.py   | 2 +-
 sdks/python/tox.ini| 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)



[beam] 01/01: Merge pull request #6397: [BEAM-5317] Finish Python3 porting for options module

2018-09-17 Thread mauzhang
This is an automated email from the ASF dual-hosted git repository.

mauzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 934571b3bd84c53f7f6d0bfe4418e696b1efcb15
Merge: 79fb76b a0a98d1
Author: Manu Zhang 
AuthorDate: Mon Sep 17 23:43:46 2018 +0800

Merge pull request #6397: [BEAM-5317] Finish Python3 porting for options 
module

 sdks/python/apache_beam/options/pipeline_options.py| 2 +-
 sdks/python/apache_beam/options/pipeline_options_validator_test.py | 4 ++--
 sdks/python/apache_beam/testing/test_pipeline.py   | 2 +-
 sdks/python/tox.ini| 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)



Build failed in Jenkins: beam_PostCommit_Python_PVR_Flink_Gradle #35

2018-09-17 Thread Apache Jenkins Server
See 


Changes:

[mxm] [BEAM-5403] Update Flink Runner to 1.5.3

--
[...truncated 6.27 MB...]
[grpc-default-executor-0] INFO sdk_worker.__init__ - Creating insecure control 
channel.
[grpc-default-executor-0] INFO sdk_worker.__init__ - Control channel 
established.
[grpc-default-executor-0] INFO sdk_worker.__init__ - Initializing SDKHarness 
with 12 workers.
[grpc-default-executor-0] INFO 
org.apache.beam.runners.fnexecution.control.FnApiControlClientPoolService - 
Beam Fn Control client connected with id 1
[grpc-default-executor-0] INFO sdk_worker.run - Got work 1
[grpc-default-executor-0] INFO sdk_worker.run - Got work 5
[grpc-default-executor-0] INFO sdk_worker.run - Got work 6
[grpc-default-executor-0] INFO sdk_worker.run - Got work 3
[grpc-default-executor-0] INFO sdk_worker.run - Got work 4
[grpc-default-executor-0] INFO sdk_worker.run - Got work 2
[grpc-default-executor-1] INFO sdk_worker.run - Got work 8
[grpc-default-executor-0] INFO sdk_worker.create_state_handler - Creating 
channel for localhost:40607
[grpc-default-executor-0] INFO sdk_worker.run - Got work 7
[grpc-default-executor-0] INFO data_plane.create_data_channel - Creating 
channel for localhost:41023
[grpc-default-executor-0] INFO 
org.apache.beam.runners.fnexecution.data.GrpcDataService - Beam Fn Data client 
connected.
[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - start 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[grpc-default-executor-0] INFO bundle_processor.process_bundle - finish 

[Source: Collection Source -> 
19Create/Read/Impulse.None/jenkins-docker-apache.bintray.io/beam/python:latest:0
 -> ToKeyedWorkItem (1/1)] INFO org.apache.flink.runtime.taskmanager.Task - 
Source: Collection Source -> 
19Create/Read/Impulse.None/jenkins-docker-apache.bintray.io/beam/python:latest:0
 -> ToKeyedWorkItem (1/1) (3cfd238c1413441aa95573a534604602) switched from 
RUNNING to FINISHED.
[Source: Collection Source -> 
19Create/Read/Impulse.None/jenkins-docker-apache.bintray.io/beam/python:latest:0
 -> ToKeyedWorkItem (1/1)] INFO org.apache.flink.runtime.taskmanager.Task - 
Freeing task resources for Source: Collection Source -> 
19Create/Read/Impulse.None/jenkins-docker-apache.bintray.io/beam/python:latest:0
 -> ToKeyedWorkItem (1/1) (3cfd238c1413441aa95573a534604602).
[Source: Collection Source -> 
19Create/Read/Impulse.None/jenkins-docker-apache.bintray.io/beam/python:latest:0
 -> ToKeyedWorkItem (1/1)] INFO org.apache.flink.runtime.taskmanager.Task - 
Ensuring all FileSystem streams are closed for task Source: Collection Source 
-> 
19Create/Read/Impulse.None/jenkins-docker-apache.bintray.io/beam/python:latest:0
 -> ToKeyedWorkItem (1/1) (3cfd238c1413441aa95573a534604602) [FINISHED]
[flink-akka.actor.default-dispatcher-2] INFO 
org.apache.flink.runtime.taskexecutor.TaskExecutor - Un-registering task and 
sending final execution state FINISHED to JobManager for task Source: 
Collection Source -> 
19Create/Read/Impulse.None/jenkins-docker-apache.bintray.io/beam/python:latest:0
 -> ToKeyedWorkItem 3cfd238c1413441aa95573a534604602.
[flink-akka.actor.default-dispatcher-2] INFO 
org.apache.flink.runtime.executiongraph.ExecutionGraph - Source: Collection 
Source -> 
19Create/Read/Impulse.None/jenkins-docker-apache.bintray.io/beam/python:latest:0
 -> ToKeyedWorkItem (1/1) (3cfd238c1413441aa95573a534604602) switched from 
RUNNING to FINISHED.
[Source: Collection Source -> 
31assert_that/Create/Read/Impulse.None/jenkins-docker-apache.bintray.io/beam/python:latest:0
 -> ToKeyedWorkItem (1/1)] INFO org.apache.flink.runtime.taskmanager.Task

Jenkins build is back to normal : beam_PostCommit_Python_PVR_Flink_Gradle #36

2018-09-17 Thread Apache Jenkins Server
See 




[jira] [Created] (BEAM-5406) NullPointerException when converting Null Datetime to TableRow

2018-09-17 Thread Andrew Kujtan (JIRA)
Andrew Kujtan created BEAM-5406:
---

 Summary: NullPointerException when converting Null Datetime to 
TableRow
 Key: BEAM-5406
 URL: https://issues.apache.org/jira/browse/BEAM-5406
 Project: Beam
  Issue Type: Bug
  Components: io-java-gcp
Affects Versions: 2.6.0
Reporter: Andrew Kujtan
Assignee: Chamikara Jayalath


BigQueryUtils.toTableRow() throws a NPE for null Datetime column data. It 
should simply return null.

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (BEAM-5320) Finish Python 3 porting for testing module

2018-09-17 Thread Matthias Feys (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Feys reassigned BEAM-5320:
---

Assignee: Ahmet Altay

> Finish Python 3 porting for testing module
> --
>
> Key: BEAM-5320
> URL: https://issues.apache.org/jira/browse/BEAM-5320
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Robbe
>Assignee: Ahmet Altay
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (BEAM-5320) Finish Python 3 porting for testing module

2018-09-17 Thread Matthias Feys (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Feys reassigned BEAM-5320:
---

Assignee: Matthias Feys  (was: Ahmet Altay)

> Finish Python 3 porting for testing module
> --
>
> Key: BEAM-5320
> URL: https://issues.apache.org/jira/browse/BEAM-5320
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Robbe
>Assignee: Matthias Feys
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (BEAM-5320) Finish Python 3 porting for testing module

2018-09-17 Thread Matthias Feys (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Feys reassigned BEAM-5320:
---

Assignee: Matthias Feys  (was: Ahmet Altay)

> Finish Python 3 porting for testing module
> --
>
> Key: BEAM-5320
> URL: https://issues.apache.org/jira/browse/BEAM-5320
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Robbe
>Assignee: Matthias Feys
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (BEAM-5320) Finish Python 3 porting for testing module

2018-09-17 Thread Matthias Feys (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Feys reassigned BEAM-5320:
---

Assignee: Ahmet Altay  (was: Matthias Feys)

> Finish Python 3 porting for testing module
> --
>
> Key: BEAM-5320
> URL: https://issues.apache.org/jira/browse/BEAM-5320
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Robbe
>Assignee: Ahmet Altay
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (BEAM-5317) Finish Python 3 porting for options module

2018-09-17 Thread Matthias Feys (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Feys resolved BEAM-5317.
-
   Resolution: Fixed
Fix Version/s: Not applicable

> Finish Python 3 porting for options module
> --
>
> Key: BEAM-5317
> URL: https://issues.apache.org/jira/browse/BEAM-5317
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Robbe
>Assignee: Manu Zhang
>Priority: Major
> Fix For: Not applicable
>
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


  1   2   3   >