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

Ehcache disk caching tier #7

Draft
wants to merge 23 commits into
base: serialization-only-take-3
Choose a base branch
from

Commits on Oct 10, 2023

  1. initial commit

    Peter Alfonsi committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    83590e1 View commit details
    Browse the repository at this point in the history
  2. fixed permissions

    Peter Alfonsi committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    aa0a5d7 View commit details
    Browse the repository at this point in the history
  3. Set up event listener to create RemovalNotification objects, also mis…

    …c functions
    Peter Alfonsi committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    41dc035 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Added misc getter methods

    Peter Alfonsi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4ba49af View commit details
    Browse the repository at this point in the history
  2. thread pool stuff

    Peter Alfonsi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    dcb9fad View commit details
    Browse the repository at this point in the history
  3. cleanup

    Peter Alfonsi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b912527 View commit details
    Browse the repository at this point in the history
  4. Removed partial cache files from disk

    Peter Alfonsi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    44d5e61 View commit details
    Browse the repository at this point in the history
  5. fixed double counting of on heap hit count

    Peter Alfonsi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    43e2d1d View commit details
    Browse the repository at this point in the history
  6. first attempt at fixing cache closing issue in tests

    Peter Alfonsi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    aa2d28d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. misc stuff for testing

    Peter Alfonsi committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    354c311 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Moved more stuff around for debugging issues

    Peter Alfonsi committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    66915b6 View commit details
    Browse the repository at this point in the history
  2. fixed various serialization issues relating to silent ehcache put() a…

    …nd get() failures
    Peter Alfonsi committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f985e63 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Cleanup

    Peter Alfonsi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ae300e9 View commit details
    Browse the repository at this point in the history
  2. More cleanup

    Peter Alfonsi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7a7b41f View commit details
    Browse the repository at this point in the history
  3. Merged in Sagar's serialization changes

    Peter Alfonsi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ec729d0 View commit details
    Browse the repository at this point in the history
  4. Part 1 of modifying ehcache to take serializable Key

    Peter Alfonsi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    990ba9c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. final attempts at doing it generally before learning that wasnt even …

    …needed
    Peter Alfonsi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d21af15 View commit details
    Browse the repository at this point in the history
  2. Changed Ehcache disk tier implementation to not be generic, fixed per…

    …sistent cache locking issue
    Peter Alfonsi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d152478 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d200fc View commit details
    Browse the repository at this point in the history
  4. Removed persistence, cleaned up

    Peter Alfonsi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8f65db4 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Peter Alfonsi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7155afd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Fixed issue where multiple mock nodes on one JVM (in IT tests) would …

    …cause initialization errors in the cache manager
    Peter Alfonsi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8510637 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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