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

Use StatisticsSenderService for all framework files #35505

Merged
merged 6 commits into from
Oct 23, 2021

Commits on Sep 30, 2021

  1. 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 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    32bdfa1 View commit details
    Browse the repository at this point in the history
  2. StatisticsSenderService now requires LFN or URL

    When sending information to the StatisticsSenderService, the file LFN or URL must be supplied.
    Dr15Jones committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    bac09f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. 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 committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    327eb25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86edd4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7786d20 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Pass InputType to StatisticsSenderService

    Now broadcasts how the file is used.
    Dr15Jones committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    56bde9a View commit details
    Browse the repository at this point in the history