Xu Chen

Results 6 comments of Xu Chen

I have tried to use libfuse3.so and encountered an error: > fuse: unknown option(s): `-o big_writes,max_write=131072,direct_io' Exception in thread "main" ru.serce.jnrfuse.FuseException: Unable to mount FS at ru.serce.jnrfuse.AbstractFuseFS.mount(AbstractFuseFS.java:286) at alluxio.fuse.AlluxioFuse.main(AlluxioFuse.java:71) Caused...

Entity files are generated by protobuf. They would be automatically generated when compiling the project. You could also execute ```bash mvn protobuf:compile -pl lakesoul-common ``` to generate them manually.

We've also encountered this problem that occasionally the VIP might be attached to two nodes, causing long tcp connections (grpc, websocket) failed. We had to work around this by limiting...

We'll release vector indexing feature very soon. See ongoing development: #568 #571 . We use LSH to compute and store binary encoding for embedding vectors. And vector similarity search can...

Hi, thanks for creating the `hdrs` project and the advice. Previously we forked `hdfs-sys` and `hdrs` to fix compilation problems on Windows platform (see https://github.com/lakesoul-io/hdrs/commit/5b927998ecc4527a1101a0f4970464b2b248e95c and https://github.com/lakesoul-io/hdfs-sys/commit/15d765e17fe6780ac2d372f06fc8f50de4f596fd) because some users...

> 请问是如何异常退出的? 不知道,我并没有操作,程序自己退的。有没有日志能看?