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

[12_0_X] Protect storage accounting UDP messages from NaN, and Use StatisticsSenderService for all framework files #36355

Merged

Commits on Dec 3, 2021

  1. Protect storage accounting UDP messages from NaN

    NaN's were being reported from the values computed using sqrt. This most likely was from the different variables not being updated atomically together.
    Dr15Jones authored and makortel committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    7292426 View commit details
    Browse the repository at this point in the history
  2. Report only once when trying to open file

    Previously, each try to open the file using a different PFN would report an open attempt for the same LFN. This meant we could have multiple opens but only one close for a given LFN.
    Dr15Jones authored and makortel committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    13a6e59 View commit details
    Browse the repository at this point in the history
  3. StatisticsSenderService now requires LFN or URL

    When sending information to the StatisticsSenderService, the file LFN or URL must be supplied.
    Dr15Jones authored and makortel committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    2751d61 View commit details
    Browse the repository at this point in the history
  4. Report all framework files to StatisticsSenderService

    Send statistics for primary, secondary, and embedded files.
    The aggregate file statistics are only reset on primary file close boundaries to keep the behavior the same as previous.
    Changed all calls to closeFile_() to be the new closeFile()
    Dr15Jones authored and makortel committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    7689867 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a13ce0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b510dc View commit details
    Browse the repository at this point in the history
  7. Pass InputType to StatisticsSenderService

    Now broadcasts how the file is used.
    Dr15Jones authored and makortel committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    88d9867 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    4d429cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb791c View commit details
    Browse the repository at this point in the history