Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SplotyCode/Mosaik-Framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: SplotyCode/Mosaik-Framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/networking-statistics
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 61 files changed
  • 1 contributor

Commits on Jan 26, 2020

  1. [Networking] Redoing Statistics

    1) Don't create new statistic Objects for every request
    2) Update RemoteInstance objects then replacing them
    3) Own Implementations for Local and Remote
    
    Signed-off-by: david <davidscandurra@gmail.com>
    SplotyCode committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    a943f49 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. [Networking] Bug Fixes for the new statistics system

    1) Use the new statistics system in Networking-Web
    2) CloudStatistics: Added getTotalConnections and getAllServices
    3) Renamed RemoveHostStatistics to RemoteHostStatistics
    4) Add logs and toString() methods
    5) Fixed race condition for Slave update
    6) Always throw exceptions when socket write fails
    7) LocalHostStatistics#getCPULoad() is now also correct when called twice within 20milliseconds
    8) ConfigService will now also reports statistics
    9) RemoteMasterHost: corrected statistics and health check
    10) Make sure HostStatisticListener#update is only called once per update
    11) Fixed NPE when RemoteMasterHost is added after MasterService start
    
    Signed-off-by: david <davidscandurra@gmail.com>
    SplotyCode committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    da9eab7 View commit details
    Browse the repository at this point in the history
Loading