dependabot[bot] opened a new pull request, #33792:
URL: https://github.com/apache/beam/pull/33792

   Bumps 
[github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) 
from 2.10.24 to 2.10.25.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/nats-io/nats-server/releases";>github.com/nats-io/nats-server/v2's
 releases</a>.</em></p>
   <blockquote>
   <h2>Release v2.10.25</h2>
   <h2>Changelog</h2>
   <p>Refer to the <a 
href="https://docs.nats.io/release-notes/whats_new/whats_new_210";>2.10 Upgrade 
Guide</a> for backwards compatibility notes with 2.9.x.</p>
   <h3>Go Version</h3>
   <ul>
   <li>1.23.5 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6379";>#6379</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>golang.org/x/sys v0.29.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6323";>#6323</a>)</li>
   <li>golang.org/x/time v0.9.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6324";>#6324</a>)</li>
   <li>golang.org/x/crypto v0.32.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6367";>#6367</a>)</li>
   </ul>
   <h3>Improved</h3>
   <p>JetStream</p>
   <ul>
   <li>Raft groups will no longer snapshot too often in some situations, 
improving performance (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6277";>#6277</a>)</li>
   <li>Optimistically perform stream and consumer snapshots on a normal 
shutdown (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6279";>#6279</a>)</li>
   <li>The stream snapshot interval has been removed, now relying on the 
compaction minimum, which improves performance (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6289";>#6289</a>)</li>
   <li>Raft groups will no longer report current while they are paused with 
pending commits (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6317";>#6317</a>)</li>
   <li>Unnecessary client info fields have been removed from stream and 
consumer assignment proposals, API advisories and stream snapshot/restore 
advisories (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6326";>#6326</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6338";>#6338</a>)</li>
   <li>Reduced lock contention between the JetStream lock and Raft group locks 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6335";>#6335</a>)</li>
   <li>Advisories will only be encoded and sent when there is interest, 
reducing CPU usage (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6341";>#6341</a>)</li>
   <li>Consumers with inactivity thresholds will now start less clean-up 
goroutines, which can reduce load on the goroutine scheduler (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6344";>#6344</a>)</li>
   <li>Consumer cleanup goroutines will now stop faster when the server shuts 
down (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6351";>#6351</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <p>JetStream</p>
   <ul>
   <li>Subject state consistency with some message removal patterns (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6226";>#6226</a>)</li>
   <li>A performance issue has been fixed when updating the per-subject state 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6235";>#6235</a>)</li>
   <li>Fixed consistency issues with detecting partial writes in the filestore 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6283";>#6283</a>)</li>
   <li>A race condition between removing peers and updating replica counts has 
been fixed (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6316";>#6316</a>)</li>
   <li>Pre-acks for a sequence are now removed when the message is removed, 
correcting a potential memory leak (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6325";>#6325</a>)</li>
   <li>Metalayer snapshot errors are now surfaced correctly (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6361";>#6361</a>)</li>
   <li>Healthchecks no longer re-evaluate stream and consumer assignments, 
avoiding some streams and consumers being unexpectedly recreated shortly after 
a deletion (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6362";>#6362</a>)</li>
   <li>Clients should no longer timeout on a retried ack with the 
<code>AckAll</code> policy after a server restart (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6392";>#6392</a>)</li>
   <li>Replicated consumers should no longer get stuck after leader changes due 
to incorrect accounting (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6387";>#6387</a>)</li>
   <li>Consumers will now correctly handle the case where messages queued for 
delivery have been removed, fixing a delivery slowdown (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6387";>#6387</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6399";>#6399</a>)</li>
   <li>The API in-flight metric has been fixed so that it does not drift after 
the queue has been dropped (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6373";>#6373</a>)</li>
   <li>Handles for temporary files are now closed correctly if compression 
errors occur (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6390";>#6390</a>) — 
Thanks to <a href="https://github.com/deem0n";><code>@​deem0n</code></a> for the 
contribution!</li>
   <li>JetStream will now shut down correctly when detecting that the store 
directory underlying filesystem has become read-only (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6292";>#6292</a>) — 
Thanks to <a 
href="https://github.com/souravagrawal";><code>@​souravagrawal</code></a> for 
the contribution!</li>
   </ul>
   <p>Leafnodes</p>
   <ul>
   <li>Fixed an interest propagation issue that could occur when the hub has a 
user with subscribe permissions on a literal subject (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6291";>#6291</a>)</li>
   <li>Fixed a bug where all queue interest across leafnodes could be dropped 
over gateways in a supercluster deployment after a leafnode connection drops 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6377";>#6377</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/006039e9580ab071d2e2f40d0a1bcc41a1f3d7d5";><code>006039e</code></a>
 Release v2.10.25</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/c21dfdea8435497177193e5dfe5dbbf518d757e7";><code>c21dfde</code></a>
 Cherry-picks for 2.10.25 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6401";>#6401</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/b88f99911db67594d8962895016c895cc8ced4f2";><code>b88f999</code></a>
 [FIXED] Don't adjust o.pending during redelivery, gets fixed elsewhere</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/fb122e0c7a6598ec7d65d553da55bdb11d309444";><code>fb122e0</code></a>
 Bump to 2.10.25-RC.3</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/d198cac0971e474b9a46d810b8977d367955eb9b";><code>d198cac</code></a>
 Cherry-picks for 2.10.25-RC.3 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6384";>#6384</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/8e940032ee8d42ab2cc72f222bf62e111633c862";><code>8e94003</code></a>
 Disable JetStream on disk errors (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6292";>#6292</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/a441c8261b06342eff87c2833aa41ba5a2802da2";><code>a441c82</code></a>
 [FIXED] Consumer slowdown when redelivering deleted message</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/7fa11822baaab06427bdbabc5b82bbc55d3696dd";><code>7fa1182</code></a>
 [FIXED] Stuck consumer during leader change with inflight ack</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/71890187f51828694f51f6838abf1a99ae9af76b";><code>7189018</code></a>
 [FIXED] Don't timeout for retried AckAll</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/68607a71371fbd5687bfe753763b613bfc3bd99a";><code>68607a7</code></a>
 fixed unclosed tmp file handle in filestore.go</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nats-io/nats-server/compare/v2.10.24...v2.10.25";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/nats-io/nats-server/v2&package-manager=go_modules&previous-version=2.10.24&new-version=2.10.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
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