Hilton
Hilton
hello, we find out a bug , there has som code in lib.rs ``` impl Default for FxHasher32 { #[inline] fn default() -> FxHasher32 { FxHasher32 { hash: 0 }...
Hello everybody, today when I used the gluster-exporter, I found that I could not know the exporter command and its result, such as "gluster volume info VOLUMENAME", so how to...
it should change the ax_ext.m4 file. ``` Jerasure/m4/ax_ext.m4 - ecx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 3` - edx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 4` + ecx=0 + edx=0...
hello, happy new year, today I want to run this fs with code, but there are too many error when I run `hellofs-test.sh`, my os info is these: ``` [root@fs...
Hi, these days I have been installed ceph(reef) in one node without network. So I use rpm to install and download docker iamge in this node. But I don't know...
尊敬的林意群先生您好: 有幸拜读您的作品《深度剖析Hadoop HDFS》,本人目前在虚拟机中搭建了一个2.9.2的集群和源码环境,在测试的时候发现,1.1.3中提到最终会进入到DFSClient的create同名方法,但是根据本人的测试结果发现,这里进入的是ClientNamenodeProtocolTranslatorPB方法中的create,同时并没有进入到FSDirWriteFileOp的startFile方法,因此这里想请教一下,是否本人的操作有误.因为书籍上提供的email无法联系,因此在这里提个issue,不确定这样的操作是否合规,如有冒犯,尽请原谅,多谢.
[tikv内存调优](https://docs.pingcap.com/zh/tidb/v8.4/tune-tikv-memory-performance) 这个文档中提到在[storage.block-cache]下有一个capacity参数,如果是一个节点部署了多个tikv server需要显式配置,但是这里给出的数值是1GB, 没有理解这里为什么会这样设置? 还是说不管任何情况下,这个数值都是1GB就可以了?同时不明确该参数和rocksdb.defaultcf.block-cache-size参数的差异?