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: CentaurusInfra/global-resource-service
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CentaurusInfra/global-resource-service
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: simulator-list-watch
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 37 files changed
  • 5 contributors

Commits on Sep 8, 2022

  1. Aggregator list watch from simulator (#159)

    * Event queue for simulator
    
    * Remove unnecessary RegionNodes type
    
    * Change queue by location to by resource parition in simulator
    
    * Simulator watch implementation + integration test with List/Watch workflow
    
    * Added simulator watch test for RP down
    
    * Minor cosmetic changes.
    Sindica authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    187dd8a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    b3b9f0d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Revert "Temporary enable all watch latency for perf details."

    This reverts commit b3b9f0d.
    Sindica committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    fa1c6d3 View commit details
    Browse the repository at this point in the history
  2. list-watch approach from simulator to aggregator (#160)

    * list watch api in simulator
    use list watch in aggrator and simulator
    
    * add aggregator received checkpoint
    
    * not to exit if the region manager is not up yet
    
    * temprorally log out end to end delays for node changes
    
    * temprorally log out end to end delays for node changes
    yb01 authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d6bc224 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. initial enabling of concurrent processing in lw (#163)

    * initial enabling of concurrent processing in lw
    
    * fix flush time bug to avoid long delays for smaller changes
    yb01 authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    51e06bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1ceb29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d28fafe View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Merge main into simulator-list-watch branch (#170)

    * remove instance group from test setup (#162)
    
    * Enable Redis server remote support (#156)
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-82.us-west-2.compute.internal>
    
    * add single node query e2e test (#161)
    
    * add single node query e2e test
    
    * automate setup for nodequery e2e
    
    * add comments for single/batch nodes test modelss
    
    * fix node query report error
    
    * add error check for rmsclient: query/list
    
    * Add function BatchLogicalNodesInquiry for redis store (#155)
    
    Co-authored-by: sonyafenge <45471193+sonyafenge@users.noreply.github.com>
    Co-authored-by: q131172019 <47511691+q131172019@users.noreply.github.com>
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-82.us-west-2.compute.internal>
    4 people authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1a244ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b3806a View commit details
    Browse the repository at this point in the history
  3. changes to test throughput (#175)

    * Allow simulate generate arbitrary RP down events.
    
    * Record duration to get region events in scheduler
    
    * Minor message changes.
    Sindica authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    33f4e2d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    ef4d62e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Merge PR167 and PR171 about Redis changes into simulator-list-watch b…

    …ranch (#180)
    
    * Merge PR167 and PR171 about Redis changes into simulator-list-watch branch
    
    * Make the changes for singleNodeQuery.go due to the changes of function redis.NewRedisClient
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-82.us-west-2.compute.internal>
    q131172019 and Ubuntu authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e46e52a View commit details
    Browse the repository at this point in the history
  2. support different data pattern for each simulator (#178)

    * support different data pattern for each simulator
    
    * add throughput data to scv report
    sonyafenge authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    df65375 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e283a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    5723697 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Integration test framework (#187)

    * add integration test framework
    
    * change watch test to 5 minutes
    remove registernode test case
    sonyafenge authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a62b344 View commit details
    Browse the repository at this point in the history
Loading