Mo Xuan

Results 4 issues of Mo Xuan

We encountered some data alignment problem when enable kv separation feature in nebula with rocksdb 6.26.1. And the community have disable the feature in this pr https://github.com/vesoft-inc/nebula/pull/5119 by default. Is...

type/question

**Env**: linux x86_64 **nebula version**: 3.2.1 **problem**: +-----------------+------+-----------+-----------+--------------+---------+ | Host | Port | Status | Role | Git Info Sha | Version | +-----------------+------+-----------+-----------+--------------+---------+ | "xxx" | 9779 | "OFFLINE"...

type/question

**Please check the FAQ documentation before raising an issue** **Describe the bug (__required__)** graph may coredump when metadata refresh during certain query invoke ScanEdgeProcessor::checkAndBuildContexts especially in asan binary. **Your Environments...

type/bug
severity/none
affects/none

toolchain: clang13 cmake 3.24.2 ninja 1.11.0 Most of them are caused by Werror compile option. -Wreserved-identifier -Wunused-but-set-variable -Wdeprecated-copy -Wdeprecated-copy-with-dtor -Wshadow If we do not want to enable warning as error...

help wanted
P2