Yun Tang

Results 7 issues of 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`...

design discussion

## 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...

component=<none>

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.

## 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...

triage
core
go

### 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...

enhancement