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

[OCC] Add scheduler goroutine pool and optimizations #362

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

stevenlanders
Copy link
Contributor

Describe your changes and provide context

  • adds pool optimizations (bounds by tasks / workers)
  • adds validateAll shortcut (starts at first non-validated entry)
  • adds invalidation of future tasks on invalidation

Testing performed to validate your change

  • unit tests are passing with full conflicting txs

Copy link

codecov bot commented Nov 22, 2023

Codecov Report

Merging #362 (eea6408) into occ-main (6260732) will increase coverage by 0.02%.
The diff coverage is 96.10%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           occ-main     #362      +/-   ##
============================================
+ Coverage     56.18%   56.21%   +0.02%     
============================================
  Files           627      627              
  Lines         52926    52948      +22     
============================================
+ Hits          29738    29765      +27     
+ Misses        21082    21077       -5     
  Partials       2106     2106              
Files Coverage Δ
tasks/scheduler.go 88.15% <96.10%> (+2.69%) ⬆️

@stevenlanders stevenlanders merged commit 3c5cfcc into occ-main Nov 29, 2023
15 checks passed
@stevenlanders stevenlanders deleted the add-pool-optimizations branch November 29, 2023 13:33
udpatil pushed a commit that referenced this pull request Jan 2, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
udpatil pushed a commit that referenced this pull request Jan 8, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
udpatil pushed a commit that referenced this pull request Jan 8, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
udpatil pushed a commit that referenced this pull request Jan 18, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
udpatil pushed a commit that referenced this pull request Jan 18, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
udpatil pushed a commit that referenced this pull request Jan 25, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
udpatil pushed a commit that referenced this pull request Jan 31, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
codchen pushed a commit that referenced this pull request Feb 6, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
udpatil pushed a commit that referenced this pull request Feb 27, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
udpatil pushed a commit that referenced this pull request Mar 1, 2024
## Describe your changes and provide context
- adds pool optimizations (bounds by tasks / workers)
- adds validateAll shortcut (starts at first non-validated entry)
- adds invalidation of future tasks on invalidation

## Testing performed to validate your change
- unit tests are passing with full conflicting txs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants