Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C/Java] Logging agent fixes. #1198

Merged
merged 5 commits into from
Jul 15, 2021

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    767a434 View commit details
    Browse the repository at this point in the history
  2. [C] Use aeron_format_source_identity to consistently format IP addr…

    …esses in logging commands + fix dissecting logging channel creation/close commands where `remoteData` would overwrite `localData` + fix dissecting neighbor added/removed commands.
    vyazelenko committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b23a1f7 View commit details
    Browse the repository at this point in the history
  3. [C] Use 'unknown-address' as an address placeholder when `NAME_RESOLU…

    …TION_RESOLVE` command has none, i.e. align with the Java side.
    vyazelenko committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7f11eb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ae1eed View commit details
    Browse the repository at this point in the history
  5. [Java] Align UdpChannel description with the format used in the C dri…

    …ver, i.e. print local/remoteData in the standard `ip:port` format and remove prefix and interface info.
    vyazelenko committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    850640e View commit details
    Browse the repository at this point in the history