Yun Tang
Yun Tang
### Expected behavior If fail to insert block to block-cache, just abot the insert but return the result as normal. ### Actual behavior If we use default `ReadOptions` with `strict_capacity_limit`...
## What is the purpose of the change This PR deprecates the ambiguous StateTTLConfig#cleanFullSnapshot API with the newly introduced `#cleanupOnFullScanSnapshot` API. ## Brief change log 1. Deprecate the StateTTLConfig#cleanFullSnapshot API...
Correct the comment of caching index & filter block with additional options to improve performance
Descriptions of the changes in this PR: ### Motivation The previous comment of `tableOptions.setCacheIndexAndFilterBlocks(true)` is `Options best suited for HDDs`. If the comment thought that we could cache index&filter blocks...
### What is the purpose of the change Translate "Code Style - Java Guide" page into Chinese.
https://issues.apache.org/jira/browse/IGNITE-16538
## Why are these changes needed? The PR https://github.com/ray-project/ray/pull/39446 disables preloading Jemalloc for workers totally. However, Jemalloc is still useful in some cases, and we could make it configurable if...
### Description Since https://hub.docker.com/r/rayproject/ray serves the official docker image, does ant-ray have the official released docker image? ### Use case We can use a pre-built docker image to launch the...