Abhishekmishra2808 opened a new pull request, #37348:
URL: https://github.com/apache/beam/pull/37348

   ## Description
   This PR resolves the Spanner IO resource leak issue by removing the 
temporary version pinning and exclusions for `google-cloud-spanner`. Now that 
the underlying connection leak in the Spanner library has been addressed in the 
upstream Beam code, these manual version overrides are no longer required to 
prevent job hangs.
   
   ### Changes:
   * **Updated** `google_cloud_spanner_version` to `6.105.0` in 
`BeamModulePlugin.groovy` to align with the current Google Cloud BOM.
   * **Removed** 7 Spanner-related `exclude` statements from the 
`enforcedPlatform` block in `build.gradle`.
   * **Simplified** dependency management to use the versions provided 
naturally by the Google Cloud Libraries BOM.
   
   ### Verification:
   * Validated build configuration: `./gradlew 
:sdks:java:io:google-cloud-platform:help` passed successfully.
   * Verified dependency resolution: `google-cloud-spanner:6.105.0` and its 
associated grpc/proto/admin dependencies now resolve correctly from the BOM.
   
   **fixes #37328**
   
   ------------------------
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   
    - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable. This will automatically add a link to the 
pull request in the issue. If you would like the issue to automatically close 
on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead.
    - [ ] Update `CHANGES.md` with noteworthy changes.
    - [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   See the [Contributor Guide](https://beam.apache.org/contribute) for more 
tips on [how to make review process 
smoother](https://github.com/apache/beam/blob/master/CONTRIBUTING.md#make-the-reviewers-job-easier).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to