[
https://issues.apache.org/jira/browse/ASTERIXDB-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17853867#comment-17853867
]
ASF subversion and git services commented on ASTERIXDB-3425:
------------------------------------------------------------
Commit e3894fd52a582cba3c31ef99fb050876a4096cfe in asterixdb's branch
refs/heads/master from Wail Alkowaileet
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=e3894fd52a ]
[MULTIPLE ISSUES][STO] Multiple fixes for cloud caching
- user model changes: no
- storage format changes: no
- interface changes: yes
Details:
- ASTERIXDB-3424: Disk cache sweeper can interfere
with rebalance
- ASTERIXDB-3425: Use allocated storage quota to
determine whether or not to persist
non-column pages
- Other fixes:
- Make punchHole() uninterruptible
- Allow plan reevaluation despite the disk is
being pressured or not
- Log the page info when the buffer cache's
page read operation fails
- Fix API tests failures (ASTERIXDB-3423)
- Ignore CloudStorageGCSTest
Change-Id: Ida79a61940ed8944ed9fb44ac7d8815d865b73e6
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18361
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
Tested-by: Jenkins <[email protected]>
> Use allocated storage quota to determine whether or not to persist non-column
> pages
> ------------------------------------------------------------------------------------
>
> Key: ASTERIXDB-3425
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3425
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: STO - Storage
> Affects Versions: 0.9.10
> Reporter: Wail Y. Alkowaileet
> Assignee: Wail Y. Alkowaileet
> Priority: Major
> Fix For: 0.9.10
>
>
> The current policy for persisting a page that was read from the cloud is the
> pressure threshold (determined by CLOUD_STORAGE_SWEEP_THRESHOLD_PERCENTAGE).
> This should not be the case for non-column pages (e.g., BTree interior node
> pages, Page0s, or Metadata pages). Such pages are accessed frequently and
> should be persisted (despite the disk pressure) as long as the storage quota
> (determined by CLOUD_STORAGE_ALLOCATION_PERCENTAGE) permits.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)