liujp

Results 12 issues of liujp

加入 Doocs 开源组织

编译 brpc成功; braft 版本: 1.1.2; brpc 版本:1.0.0 但是编译braft的时候,报错: /data1/braft/incubator-brpc-1.0.0/build/output/lib/libbrpc.a(thrift_protocol.cpp.o): In function `brpc::policy::ReadThriftException(butil::IOBuf const&, apache::thrift::TApplicationException*)': /data1/braft/incubator-brpc-1.0.0/src/brpc/policy/thrift_protocol.cpp:178: undefined reference to `apache::thrift::TApplicationException::read(apache::thrift::protocol::TProtocol*)' /data1/braft/incubator-brpc-1.0.0/build/output/lib/libbrpc.a(thrift_protocol.cpp.o): In function `brpc::policy::ThriftClosure::DoRun()': /data1/braft/incubator-brpc-1.0.0/src/brpc/policy/thrift_protocol.cpp:289: undefined reference to `apache::thrift::TApplicationException::write(apache::thrift::protocol::TProtocol*) const' /data1/braft/incubator-brpc-1.0.0/build/output/lib/libbrpc.a(thrift_protocol.cpp.o):...

用rawclient向tikv进行put的时候会在split后进行timeout。每次都会这样。 背景:因为在C++client上进行测试也会出现这样的问题,当时定位的原因是在split后进行解码发生异常。

Thread 2 "async_client_te" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fe59836c700 (LWP 182469)] 0x00000000005441a0 in folly::ThreadLocalPtr::get (this=0x7fe5988e4230) at /_build/folly/folly/detail/ThreadLocalDetail.h:322 322 /_build/folly/folly/detail/ThreadLocalDetail.h: No such file or directory. (gdb) bt #0...

if I want to run a sql: select fun(c1, c2, c3, c4) from table; select fun("add_4_cols", c1, c2, c3, c4) from table; select fun("add_6_cols", c1, c2, c3, c4, c5, c6)...

bug
triage

### Backend VL (Velox) ### Bug description In UDF register to gluten, using unordered_map{udf_name, udf_return_type} to register the udf to gluten, as follows: so, in this method, udf registered to...

bug
triage

when I register an aggregate UDF follows the udf example but an error occurred. when call an sql: explain SELECT my_avg(s_nationkey) FROM supplier LIMIT 100; an error occurs: 24/03/25 19:22:27...

bug
triage

#define LOG_INFO(logger, msg) logger->information(msg, __FILE__, __LINE__) #define LOG_DEBUG(logger, msg) logger->debug(msg, __FILE__, __LINE__); #define LOG_WARNING(logger, msg) logger->warning(msg, __FILE__, __LINE__) #define LOG_ERROR(logger, msg) logger->error(msg, __FILE__, __LINE__) #define LOG_FATAL(logger, msg) logger->fatal(msg, __FILE__, __LINE__)...

stale

![image](https://github.com/pingcap/kvproto/assets/11934146/c772c44a-1ff7-4462-ab0f-1531816a9274) My question is that : How to use the Write/Rawrite RPC method to write the key-values to the tikvcluster? 1. Should the key-value to be written be ordered? if...

[add] add raw client api ref to tiki rust-client [modify] change roc timeout from second to milliseconds [add] add simple test, and to add more tests