Xiaochuan Ye

Results 29 comments of Xiaochuan Ye

Can I work on this?

# Implementation Proposal for Collection Limits in OpenTelemetry C++ SDK ## Overview To implement collection limits as specified in Issue #3303, I propose the following changes to the OpenTelemetry C++...

@lalitb Thank you for your review and valuable feedback. I fully understand and share your concerns regarding performance, especially considering the direct serialization architecture of the C++ SDK. Based on...

@milantracy @EtiennePerot Hi,I encountered a Bazel build issue while implementing the features command. I wanted to use the `github.com/opencontainers/runtime-spec/specs-go/features` package to maintain consistency with the OCI specification, but the Bazel...

# FileSink Fallback Implementation Proposal ## Approach I propose adding a fallback mechanism when memory mapping isn't supported: 1. **Add detection logic** to check if `posix_fallocate` and `mmap` are supported...

the benchmark suite description was fixed and the edge was highlighted in the nameing of documents https://github.com/kubeedge/ianvs/pull/127/commits/4244a71e11889fd967816b788df8d8670cf528c7

> Need to fix below [CI-error messages](https://github.com/kubeedge/ianvs/actions/runs/11338882451/job/31532972963?pr=127) before merging. > > ``` > Run pylint '/home/runner/work/ianvs/ianvs/core' > ************* Module core.testenvmanager.dataset.dataset > core/testenvmanager/dataset/dataset.py:119:0: W0012: Unknown option value for 'disable', expected a...