GOGOYAO

Results 14 issues of GOGOYAO

I compile folly with `sh build.sh` and I get error like this. ``` Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable...

> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev I use write buffer manager in blobdb to...

question
waiting

**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** I run ` fio --name=write_iops_test --filename=./fio.test --filesize=250G...

线上服务会在某个时刻突然内存飙升,导致内存打满。日志上会有如下提示。怀疑是braft的某个环节,因为某些原因,导致bthread大量创建。 ``` 5260 E0224 23:52:16.908337 46573 stack.cpp:114, allocate_stack_storage] Fail to mprotect 0x7fa015580000 length=4096: Cannot allocate memory [12] 5261 E0224 23:52:17.104514 46598 stack.cpp:97, allocate_stack_storage] Fail to mmap size=1052672 stack_count=31740, possibly limited...

目前的实现,应该是只有定时触发和手动触发,那么基于raft log来触发的机制考虑增加么

**Describe the bug (描述bug)** 在mysql源码中,使用了brpc的client端,随后了dummy server,然后在brpc的页面中开启contention,排查锁的竞态,结果出现以下错误: ``` Argument "MSWin32" isn't numeric in numeric eq (==) at ./rpc_data/profiling/pprof.pl line 4898. Argument "linux" isn't numeric in numeric eq (==) at ./rpc_data/profiling/pprof.pl line...

这个pr(https://github.com/SequoiaDB/SequoiaDB/pull/72)并没有在SequoiaDB / sequoiasql-mysql 有对应的pr,SequoiaDB / sequoiasql-mysql 和 SequoiaDB/SequoiaDB/driver/mysql我看都是mysql对接sdb的handler实现,是说SequoiaDB / sequoiasql-mysql 已经废弃了,现在都用的 SequoiaDB/SequoiaDB/driver/mysql?

I download the code and run `python build.py --dd`. But then, I get one error as follows: ``` Install file: "build/linux2/dd/tool/engine/sdbload2" as "tools/sdbload2" Install file: "build/linux2/dd/tool/engine/sdbmemcheck" as "tools/sdbmemcheck" Install file:...

I build the master code with `sh build.sh --extra-cmake-defines='{"CMAKE_PREFIX_PATH":"/usr/include/openssl11"}'` on centos 7.9 with gcc 11. It failed with error `/root/workspace/folly/folly/lang/Hint-inl.h:109:3: error: impossible constraint in 'asm'`

compile error due to lack of stdexcept header