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

Introduce a cache crate supporting concurrent cache value loading #825

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

yahoNanJing
Copy link
Contributor

Which issue does this PR close?

Closes #824.

Rationale for this change

What changes are included in this PR?

  • Based on the linked_hash_map mod from hashlink, implement the LRU part
  • Based on the cache_system crate of influxdb_iox, implement the cache loading part

Are there any user-facing changes?

@yahoNanJing yahoNanJing marked this pull request as draft June 30, 2023 02:48
@yahoNanJing
Copy link
Contributor Author

Let's consider to merge this PR after #823 merged.

…ed on the cache_system crate of influxdb_iox and the linked_hash_map mod from hashlink
@yahoNanJing
Copy link
Contributor Author

Hi @Dandandan, @thinkharderdev, @r4ntix, could you help review this PR?

@yahoNanJing
Copy link
Contributor Author

I'm going to merge this PR so that the following PRs can continue.

@yahoNanJing yahoNanJing merged commit e335a22 into apache:main Jul 17, 2023
16 checks passed
r4ntix added a commit to r4ntix/arrow-ballista that referenced this pull request Aug 9, 2023
* master: (67 commits)
  Update to DataFusion 28 (apache#858)
  Update hdfs requirement from 0.1.1 to 0.1.4 (apache#856)
  Bump word-wrap from 1.2.3 to 1.2.4 in /ballista/scheduler/ui (apache#849)
  Update hashbrown requirement from 0.13 to 0.14 (apache#846)
  Update etcd-client requirement from 0.10 to 0.11 (apache#845)
  Update itertools requirement from 0.10 to 0.11 (apache#844)
  Update tonic requirement from 0.8 to 0.9 (apache#733)
  Implement 3-phase consistent hash based task assignment policy (apache#833)
  Add ConsistentHash for node topology management (apache#830)
  Introduce CachedBasedObjectStoreRegistry to use data source cache transparently (apache#827)
  Fix cargo clippy for latest rust version (apache#848)
  Introduce a cache crate supporting concurrent cache value loading based on the cache_system crate of influxdb_iox and the linked_hash_map mod from hashlink (apache#825)
  Update libloading requirement from 0.7.3 to 0.8.0 (apache#761)
  Update dirs requirement from 4.0.0 to 5.0.1 (apache#767)
  Update flatbuffers requirement from 22.9.29 to 23.5.26 (apache#801)
  Bump tough-cookie from 4.1.2 to 4.1.3 in /ballista/scheduler/ui (apache#840)
  Bump actions/labeler from 4.1.0 to 4.3.0 (apache#841)
  Bump semver from 5.7.1 to 5.7.2 in /ballista/scheduler/ui (apache#843)
  Reduce the number of calls to create_logical_plan (apache#842)
  Upgrade DataFusion to 27.0.0 (apache#834)
  ...

# Conflicts:
#	ballista/scheduler/src/state/mod.rs
#	ballista/scheduler/src/state/session_manager.rs
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.

Introduce a cache crate supporting concurrent cache value loading
2 participants