Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-bigtable Loading
base: v2.23.3
Choose a base ref
...
head repository: googleapis/java-bigtable Loading
compare: v2.23.4
Choose a head ref
  • 4 commits
  • 23 files changed
  • 5 contributors

Commits on Nov 6, 2023

  1. fix: a rare race condition in the row merger (#1939) (#1988)

    * fix: a rare race condition in the row merger (#1939)
    
    * fix: a rare race condition in the row merger
    
    This would manifest as a hang when iterating over a ServerStream from ReadRows
    
    Change-Id: I74533c6714b40a68ec0ef81dadac747e10bee39d
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Igor Bernstein <igorbernstein@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    31b084a View commit details
    Browse the repository at this point in the history
  2. chore(2.23.x): release 2.23.4-SNAPSHOT (#1991)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0c43056 View commit details
    Browse the repository at this point in the history
  3. chore: Fix flaky metrics tests (#1865) (#1993)

    This fixes a few flaky unit tests that relied on `Thread.sleep` to ensure that all metrics processing was done.  Rather than using `Thread.sleep`, we can instead use an inline event queue in the OpenCensus stats component to execute all work inline, removing the need to wait for anything to finish.
    
    Co-authored-by: Steven Niemitz <steve@niemi.tz>
    mutianf and steveniemitz committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    81db54a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. chore(2.23.x): release 2.23.4 (#1992)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b7c9e24 View commit details
    Browse the repository at this point in the history
Loading