Skip to content

Bump aeron-driver from 1.30.0 to 1.33.1#21

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.aeron-aeron-driver-1.33.1
Closed

Bump aeron-driver from 1.30.0 to 1.33.1#21
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.aeron-aeron-driver-1.33.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2021

Bumps aeron-driver from 1.30.0 to 1.33.1.

Release notes

Sourced from aeron-driver's releases.

1.33.1

  • [C] Fix clean up in CSV name resolver on error.
  • Improve error messages for channel URI configuration and clash errors.
  • [Java/C++] Add missing arguments for full replicate and tagged replication API to Archive.
  • [Java] Avoid channel leak on error configuring send and receive channel.
  • [Java] Avoid double suffix of exception category to message for RegistationException.
  • [Java] Allow setting of socket and receiver buffer lengths in ChannelUriStringBuilder from ChannelUri with short form human friendly names.

Java binaries can be found here...

1.33.0

  • The focus for this release has been a significant rework of cluster to make consensus more robust especially in recovery scenarios. We consider this the penultimate release to cluster being GA. As of this release we plan to stabilise the API and only make breaking changes if a significant issue is raised by a customer on commercial support.
  • Expand the range of channel URI params supported by the archive on a per stream basis.
  • Add support for dynamically switching debug logging on and off. [PR #1155](real-logic/aeron#1167).
  • Add debug logging support for flow control.
  • [C] Fix memory leak and reassembly of fragmented message greater than 8K in client.
  • Fix short send of recording start event when tracking recording progress. [PR #1155](real-logic/aeron#1155).
  • Improve clean up of subscriptions and control sessions in the Archive when failures occur.
  • [Java] Fix bug with flow control gtag being carried over erroneously which can cause issues with ReplayMerge and other features dependent on group flow control semantics.
  • Reduce the number of memory fences used with min and tagged flow control.
  • Set initial window segments to 10 for Cubic congestion control and fix issue measuring RTT in the presence of loss.
  • Add the ability to configure archive replication channel on a per operation basis. This enables the setting of congestion control and socket buffer lengths which are important for cluster backup.
  • Use Archive replication for cluster replication, dynamic join, and cluster backup. This requires the cluster and archive config to be correct as configuration errors will not be evident until used - be careful of using localhost for endpoints.
  • Check tag for match when reusing send channel endpoint. [PR #1147](real-logic/aeron#1147).
  • Add the ability to configure socket buffer and receive window on a per channel basis. [PR #1143](real-logic/aeron#1143).
  • Rework Cluster backup and dynamic join to use archive replication.
  • Add support for using a 0 port for cluster catchup endpoints.
  • [Java] Better clean up of allocated resources in the driver when failures occur so it can continue without leaks.
  • [Java] Reduce linger on explicitly closed resources in the client.
  • [C/C++] Improve the performance of pre-faulting memory mapped file on Linux and Windows. [PR #1127](real-logic/aeron#1127).
  • [C/C++] Clean up warnings in Windows build.
  • Improve Javadoc.
  • Provide sender and receiver with their own cached clocks to be more responsive and isolated from conductor stalls.
  • Add new counters to detect work cycle stalls which track max work cycle latency and count of threshold exceeded observations.
  • Continue to send status messages and heartbeats when running in DEDICATED or SHARED_NETWORK thread modes to keep connections alive if the driver stalls due to DNS lookups or file IO.
  • Reduce the number of commands from client from 10 to 2 per work cycle to help prevent timeouts and reduce latency pauses.
  • Improve validation of adding destinations to publications.
  • Better handling of race conditions when clients and driver are started/restarted at the same time.
  • Extend debug logging events.
  • Improve diagnostics collection on failed cluster tests.
  • Add disable event codes for debug logging so all can be enabled and merged with a disabled set.
  • Add error stacks to C driver to aid debugging of issues.
  • Add storage space warnings and specific exception codes on errors returned to archive client. Archive has new config for low storage thresholds.
  • Detect archive failures in cluster so appropriate action can be taken.
  • Propagate recording errors from the archive back to the archive client that initiated the failed operation.
  • Add specialised ClusterTerminationException for expected cluster termination.
  • Reduce network syscalls with Java 11+ for higher numbers of active streams.
  • Respond to cluster client with session open event only after the open session is successfully appended to the cluster log.
  • Upgrade to Version 0.38.0.
  • Upgrade to BND 5.3.0.

... (truncated)

Commits
  • 8c290ed 1.33.1 released.
  • 59a2e17 [CI] Remove CMake install from Clang sanitise build.
  • c4ade94 [CI] Add Clang sanitise build to the slow tests build.
  • 071f3ba [Java] Add URI to channel validation errors to help debugging.
  • 9839df5 [C] Tidy up the allocation and clean up for the csv table name resolver.
  • 7ab3c63 [C] Ensure flags field is initialised to 0 in test data setup.
  • ee54eb4 [C] Include URI in error message for channel buffer length validation.
  • a395e8e [C++] Add -fno-omit-frame-pointer -g -O2 to the sanitise build, i.e. improv...
  • 4a5c7e8 [CI] Drop Clang 9 from Matrix.
  • b37e45e [CI] Naming.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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

Bumps [aeron-driver](https://github.com/real-logic/aeron) from 1.30.0 to 1.33.1.
- [Release notes](https://github.com/real-logic/aeron/releases)
- [Commits](aeron-io/aeron@1.30.0...1.33.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2021

Superseded by #24.

@dependabot dependabot bot closed this Jun 17, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.aeron-aeron-driver-1.33.1 branch June 17, 2021 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants