You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Solomon Duskis (JIRA)" <ji...@apache.org> on 2017/05/05 15:10:04 UTC

[jira] [Created] (BEAM-2181) Upgrade Bigtable dependency to 0.9.6.2

Solomon Duskis created BEAM-2181:
------------------------------------

             Summary: Upgrade Bigtable dependency to 0.9.6.2
                 Key: BEAM-2181
                 URL: https://issues.apache.org/jira/browse/BEAM-2181
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-gcp
            Reporter: Solomon Duskis
            Assignee: Daniel Halperin


Cloud Bigtable 0.9.6.2 has some fixes relating to:

1) Using dependencies for GCP protobuf objects rather than including generated artifacts directly in bigtable-protos
2) BulkMutation bug fixes
3) Auth token management
4) Using fewer grpc experimental features.

All are important in the context of beam, so the beam dependency should be upgraded.

One snag came up.  BigtableSession.isAlpnProviderEnabled() was removed in order to reduce the number of grpc experimental features.  BigtableServiceImpl.tableExists() can no longer depend on isAlpnProviderEnabled().



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)