shenpeilin

Results 6 issues of shenpeilin

我自定义了一个组件,并在当中调用了mapReducePartitions对data_instance进行处理,在当中又调用了一个我自定义的方法,如下图所示: 这里面的EmptyFunctionCall.partition_operation和EmptyFunctionCall.reduce_operation都是我自定义的类里的静态方法。 组件运行过程中会出现eggroll侧ModuleNotFoundError的报错,如下图所示: 我以在python的docker镜像中增加了自己的代码并重新运行,为什么还是会找不到包呢?

if install obliv-c in centos, what dependencies are needed?

经过对scql的测试发现在量级达到几十万后,经常会出现卡在某个算子无法运行完的情况,如下图所示: ![image](https://github.com/secretflow/scql/assets/9464930/b548863f-fa2d-45bf-a335-51b5970f754d) 中间结果量级为50w,sort算子无法运行完成(已运行了十几个小时) 且整个过程中未发现cpu/内存/带宽的瓶颈,事实上这几项都消耗的很少,所以像是莫名其妙的阻塞了 请问针对这种现象有没有什么建议?如何能够最大化的发挥机器的性能?

no-issue-activity
need more information

EcdhOprfPsiServer::FullEvaluate是unbalance psi调用链路中的一个函数,我关注到在这个函数中调用了oprf_server_->SimpleEvaluate(batch_items[0])来计算最后的oprf值,我想了解下这一实现是否存在问题,因为这看起来其实算出来的是一个HASH值。 按照https://www.secretflow.org.cn/en/docs/psi/v0.3.0beta/development/psi_protocol_intro#ecdh-oprf-based-psi 中的协议描述,此处似乎应该调用oprf_server_->FullEvaluate(batch_items[0])?

# Describe the bug When mount a dir as hostfs, and execute java by occlum, the java program can't read immutable file in this dir. # To reproduce Steps to...

bug

# Describe the bug start mysql server in demo(change some configs like memory), create table of approximately 20w lines, create index, and error # Logs 2024-12-01T05:15:04Z UTC - mysqld got...

bug