-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: disabling incompatible mutation metrics for HBase 1.3 or lower #3599
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… lack of custom counter support in HBase. googleapis#3596
product-auto-label
bot
added
size: m
Pull request size is medium.
api: bigtable
Issues related to the googleapis/java-bigtable-hbase API.
labels
May 2, 2022
vermas2012
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
May 2, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
May 2, 2022
vermas2012
changed the title
Disabling incompatible mutation metrics for HBase 1.3 or lower
fix: disabling incompatible mutation metrics for HBase 1.3 or lower
May 2, 2022
vermas2012
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
May 3, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
May 3, 2022
mutianf
approved these changes
May 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
vermas2012
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
May 3, 2022
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Due to a bug in maven shade plugin 3.3.0, compile dependencies got stripped from bigtable-beam-import. This bug only affects artifacts where shadedArtifactAttached=true. Reference: https://issues.apache.org/jira/projects/MSHADE/issues/MSHADE-419
Warning: This pull request is touching the following templated files:
|
vermas2012
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
May 3, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
May 3, 2022
vermas2012
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
May 3, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
May 3, 2022
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
May 3, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
May 3, 2022
🤖 I have created a release *beep* *boop* --- ## [2.2.0](v2.1.1...v2.2.0) (2022-05-03) ### Features * log version and settings on startup ([#3601](#3601)) ([109023a](109023a)) * next release from main branch is 2.2.0 ([#3593](#3593)) ([58a6ce4](58a6ce4)) ### Bug Fixes * re-add missing dependencies for unshaded bigtable-beam-import jar ([#3600](0dfb130) * disabling incompatible mutation metrics for HBase 1.3 or lower ([#3599](#3599)) ([9a693e8](9a693e8)) * published dependencies of bigtable-beam-import ([#3600](#3600)) ([0dfb130](0dfb130)) ### Dependencies * update dependency net.bytebuddy:byte-buddy to v1.12.10 ([#3597](#3597)) ([283cef8](283cef8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigtable
Issues related to the googleapis/java-bigtable-hbase API.
size: m
Pull request size is medium.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Due to lack of custom counter support in HBase.
#3596
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.