Bowen Ding

Results 26 issues of Bowen Ding

- Temporary Containers Version: 1.9.1 - Firefox Version: 82.0.3 ### Steps to reproduce 0. Enable "Automatic mode" in TC and choose to isolate when navigating to domains "different from tab...

bug

Implement async caching for paged block store. Add integration test for paged block store.

### What changes are proposed in this pull request? Use `IndexedSet` which uses `ConcurrentHashMap` internally to replace the shared metadata lock to improve performance under heavy lock contention. ### Why...

**Alluxio Version:** current master **Describe the bug** Alluxio Worker crashes with a core dump saying: ``` Native memory allocation (mmap) failed to map 12288 bytes for committing reserved memory. ```...

type-bug

**Alluxio Version:** latest main **Describe the bug** Alluxio CLI throws error when debugging options are set in `alluxio-env.sh`. ``` [alluxio@Fuse3MultiUfs-workers-0 alluxio]$ ./bin/alluxio info nodes Error: error defining alluxio environment ---...

type-bug

`Preconditions.checkArgument` and friends take an optional message template that can have format specifier `%s` only. Any other format specifiers like `%d` are not recognized and output as is. See guava...

Minerva is a storage module for Apache Drill that enables decentralized queries on datasets stored on Filecoin network. This is `category:app-dev` and `proposal-type:rfp`.

### What changes are proposed in this pull request? Remove redundant `offset` and `length` arguments of read APIs where a `ByteBuffer` (or Netty's `ByteBuf`) is used as the output buffer....

area-client
type-debt
API Change
stale
type-code-quality

### What changes are proposed in this pull request? Move the client local cache SDK to the common module, so that Dora worker can stop depending on the client module....

area-apis
area-client
API Change
breaks-compatibility