opensearch-project / cross-cluster-replication

Synchronize your data across multiple clusters for lower latencies and higher availability
https://opensearch.org/docs/latest/replication-plugin/index/
Apache License 2.0
50 stars 59 forks source link

Fix build failures #1315

Closed monusingh-1 closed 9 months ago

monusingh-1 commented 9 months ago

Description

Fix build failures

Issues Resolved

[List any issues this PR will resolve] https://github.com/opensearch-project/cross-cluster-replication/issues/1312 https://github.com/opensearch-project/cross-cluster-replication/issues/1294 https://github.com/opensearch-project/cross-cluster-replication/issues/1279


FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'opensearch-cross-cluster-replication'.
> java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed to create Jar file /Users/msnghgw/.gradle/caches/jars-9/6abf203a3d0290f2fc6dc41dd82cb00d/jackson-core-2.16.1.jar.

### Check List
- [ ] New functionality includes testing.
  - [ ] All tests pass
- [ ] New functionality has been documented.
  - [ ] New functionality has javadoc added
- [ ] Commits are signed per the DCO using --signoff 

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (532a57f) 75.14% compared to head (c8fdc42) 74.78%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1315 +/- ## ============================================ - Coverage 75.14% 74.78% -0.37% + Complexity 1028 1027 -1 ============================================ Files 141 141 Lines 4783 4782 -1 Branches 526 526 ============================================ - Hits 3594 3576 -18 - Misses 846 858 +12 - Partials 343 348 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.