Skip to content
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: backport retry idle timeout to 2.9.x and rare race condition fix #4234

Merged
merged 3 commits into from
Nov 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update version
  • Loading branch information
mutianf committed Nov 7, 2023
commit 117920736b0795784f3c77b1429095fca049d538
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ limitations under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- core dependency versions -->
<bigtable.version>2.23.4</bigtable.version>
<google-cloud-bigtable-emulator.version>0.160.4</google-cloud-bigtable-emulator.version>
<bigtable.version>2.23.5</bigtable.version>
<google-cloud-bigtable-emulator.version>0.160.5</google-cloud-bigtable-emulator.version>
<bigtable-client-core.version>1.28.0</bigtable-client-core.version>
<grpc-conscrypt.version>2.5.2</grpc-conscrypt.version>
<!-- keeping at this version to align with hbase-->
Expand Down