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

ASF GitHub Bot logged work on BEAM-4262:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Jul/18 18:13
            Start Date: 26/Jul/18 18:13
    Worklog Time Spent: 10m 
      Work Description: lukecwik closed pull request #6078: [BEAM-4262] Bumping 
Bigtable version
URL: https://github.com/apache/beam/pull/6078
 
 
   

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/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy 
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index e6906b03e74..c6d7bb428b4 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -301,9 +301,10 @@ class BeamModulePlugin implements Plugin<Project> {
     // These versions are defined here because they represent
     // a dependency version which should match across multiple
     // Maven artifacts.
+    def generated_grpc_beta_version = "0.19.0"
+    def generated_grpc_ga_version = "1.18.0"
     def google_cloud_bigdataoss_version = "1.4.5"
-    def bigtable_version = "1.0.0"
-    def bigtable_proto_version = "1.0.0-pre3"
+    def bigtable_version = "1.4.0"
     def google_clients_version = "1.23.0"
     def google_auth_version = "0.10.0"
     def grpc_version = "1.13.1"
@@ -315,8 +316,6 @@ class BeamModulePlugin implements Plugin<Project> {
     def hadoop_version = "2.7.3"
     def jackson_version = "2.9.5"
     def spark_version = "2.3.1"
-    def spanner_grpc_version = "0.19.0"
-    def pubsub_grpc_version = "1.18.0"
     def apex_core_version = "3.7.0"
     def apex_malhar_version = "3.4.0"
     def postgres_version = "42.2.2"
@@ -345,7 +344,7 @@ class BeamModulePlugin implements Plugin<Project> {
         bigdataoss_gcsio                            : 
"com.google.cloud.bigdataoss:gcsio:$google_cloud_bigdataoss_version",
         bigdataoss_util                             : 
"com.google.cloud.bigdataoss:util:$google_cloud_bigdataoss_version",
         bigtable_client_core                        : 
"com.google.cloud.bigtable:bigtable-client-core:$bigtable_version",
-        bigtable_protos                             : 
"com.google.cloud.bigtable:bigtable-protos:$bigtable_proto_version",
+        bigtable_protos                             : 
"com.google.api.grpc:grpc-google-cloud-bigtable-v2:$generated_grpc_beta_version",
         byte_buddy                                  : 
"net.bytebuddy:byte-buddy:1.8.11",
         commons_compress                            : 
"org.apache.commons:commons-compress:1.16.1",
         commons_csv                                 : 
"org.apache.commons:commons-csv:1.4",
@@ -382,7 +381,7 @@ class BeamModulePlugin implements Plugin<Project> {
         grpc_all                                    : 
"io.grpc:grpc-all:$grpc_version",
         grpc_auth                                   : 
"io.grpc:grpc-auth:$grpc_version",
         grpc_core                                   : 
"io.grpc:grpc-core:$grpc_version",
-        grpc_google_cloud_pubsub_v1                 : 
"com.google.api.grpc:grpc-google-cloud-pubsub-v1:$pubsub_grpc_version",
+        grpc_google_cloud_pubsub_v1                 : 
"com.google.api.grpc:grpc-google-cloud-pubsub-v1:$generated_grpc_ga_version",
         grpc_protobuf                               : 
"io.grpc:grpc-protobuf:$grpc_version",
         grpc_protobuf_lite                          : 
"io.grpc:grpc-protobuf-lite:$grpc_version",
         grpc_netty                                  : 
"io.grpc:grpc-netty:$grpc_version",
@@ -417,8 +416,8 @@ class BeamModulePlugin implements Plugin<Project> {
         postgres                                    : 
"org.postgresql:postgresql:$postgres_version",
         protobuf_java                               : 
"com.google.protobuf:protobuf-java:$protobuf_version",
         protobuf_java_util                          : 
"com.google.protobuf:protobuf-java-util:$protobuf_version",
-        proto_google_cloud_pubsub_v1                : 
"com.google.api.grpc:proto-google-cloud-pubsub-v1:$pubsub_grpc_version",
-        proto_google_cloud_spanner_admin_database_v1: 
"com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:$spanner_grpc_version",
+        proto_google_cloud_pubsub_v1                : 
"com.google.api.grpc:proto-google-cloud-pubsub-v1:$generated_grpc_ga_version",
+        proto_google_cloud_spanner_admin_database_v1: 
"com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:$generated_grpc_beta_version",
         proto_google_common_protos                  : 
"com.google.api.grpc:proto-google-common-protos:$proto_google_common_protos",
         slf4j_api                                   : 
"org.slf4j:slf4j-api:1.7.25",
         slf4j_simple                                : 
"org.slf4j:slf4j-simple:1.7.25",


 

----------------------------------------------------------------
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:
[email protected]


Issue Time Tracking
-------------------

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

> Google suggests that upgrade version of bigtable-client to 1.3.0 [1]
> --------------------------------------------------------------------
>
>                 Key: BEAM-4262
>                 URL: https://issues.apache.org/jira/browse/BEAM-4262
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>         Environment: scio
>            Reporter: keith
>            Priority: Major
>             Fix For: 2.7.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We recently had a bug where a dataflow job hung at the end.  Google 
> engineering suggested that we upgrade our bigtable-client.  In particular:
>  
> "The Dataflow Team and the Bigtable team were able to determine the root 
> cause of this issue was due to the use of the client library of 
> bigtable-client-1.0.0-pre3 which is not recommended. They have suggested you 
> upgrade to bigtable-client-1.3.0 [1] which is the latest release"
>  
> Google: Case#15718936



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

Reply via email to