Skip to content

fix(deps): update dependency com.google.cloud.bigtable:bigtable-hbase-1.x-hadoop to v2#6729

Merged
gcf-merge-on-green[bot] merged 2 commits intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/com.google.cloud.bigtable-bigtable-hbase-1.x-hadoop-2.x
Feb 22, 2022
Merged

fix(deps): update dependency com.google.cloud.bigtable:bigtable-hbase-1.x-hadoop to v2#6729
gcf-merge-on-green[bot] merged 2 commits intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/com.google.cloud.bigtable-bigtable-hbase-1.x-hadoop-2.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud.bigtable:bigtable-hbase-1.x-hadoop (source) 1.26.1 -> 2.0.0 age adoption passing confidence

Release Notes

googleapis/java-bigtable-hbase

v2.0.0

Compare Source

This is the first release of Bigtable HBase 2.0.0. The main focus of Bigtable HBase 2.0.0 is to migrate the internal logic
from bigtable-client-core to java-bigtable. The primary difference from 1.x.x versions is that bigtable-client-core has
been completely removed and CloudBigtableIO has been migrated as well to the java-bigtable client library.

Other notable changes between 1.x.x and 2.0.0 include:

  • Deadlines are enabled by default (google.bigtable.rpc.use.timeouts)
  • Retry settings have been adjusted as follows:
    • Unary:
      • attempt: 20s
      • operation: 5m
    • Scan / bulkReads:
      • response: 5m
      • attempt 10m
      • operation: forever
    • BulkMutate:
      • attempt: 1m
      • operation (default): 10m
      • operation (BIGTABLE_USE_BATCH=false): 20m
  • Error handling has been improved to always be a subclass of IOException and to include the caller’s stack trace for asynchronous calls
  • Dependencies have been improved (mapreduce byo-hadoop, etc)
  • Minimum supported Java version is Java 8
  • Sending metrics to stackdriver is now supported
  • Upgraded HBase 1.x to 1.7.1 and HBase 2.x to 2.3.6

You can see all of the changes in our alpha -> beta releases by reading the CHANGELOG.md.

The changes between 2.0.0-beta6 and 2.0.0 are below.

Bug Fixes
Dependencies
  • remove explicit auto value dependency in bigtable-beam-import (#​3413) (435e072)
  • update bigtable veneer to 2.5.1 and shared config to 1.2.6 (#​3351) (6741053)
  • update bigtable.version to v2.5.2 (#​3481) (98e81ad)
  • update bigtable.version to v2.5.3 (#​3495) (cd62310)
  • update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.142.0 (#​3431) (fa4843e)
  • update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.142.1 (#​3440) (dfb7f52)
  • update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.142.2 (#​3482) (ba471b7)
  • update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.142.3 (#​3496) (a854cdd)
  • update dependency com.google.cloud.bigtable:bigtable-client-core to v1.26.3 (#​3505) (4062ab0)
  • update dependency com.google.errorprone:error_prone_annotations to v2.11.0 (#​3477) (6981aab)
  • update dependency net.bytebuddy:byte-buddy to v1.12.7 (#​3471) (2beac87)
  • update metrics version to 1.26.3, exclude api-common, clean up renovate config (#​3504) (2d213ad)
  • upgrade hbase2 to 2.3.6 (#​3429) (3ce4cbc)
Miscellaneous Chores

v1.26.3

Compare Source

1.26.3 (2022-01-18)
Dependencies

v1.26.2

Compare Source

Dependencies

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team and yoshi-approver as code owners February 18, 2022 22:47
@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label Feb 18, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 18, 2022
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Feb 18, 2022
@gcf-merge-on-green
Copy link
Copy Markdown
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 19, 2022
@kolea2 kolea2 added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 22, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 22, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 22, 2022
@eaball35 eaball35 added the automerge Merge the pull request once unit tests and other checks pass. label Feb 22, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 22, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 23f89d1 into GoogleCloudPlatform:main Feb 22, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 22, 2022
@renovate-bot renovate-bot deleted the renovate/com.google.cloud.bigtable-bigtable-hbase-1.x-hadoop-2.x branch February 22, 2022 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants