Ruoye-W
Ruoye-W
> I don't quite understand the issue you're describing. Can you clarify the relationship between the SDK and the k8s pod in your setup? Is the SDK running inside the...
> @Ruoye-W Could you share you configs? { "env": { "USE_RBE": "1", "RBE_CXX_EXEC_STRATEGY": "remote_local_fallback", "RBE_JAVAC_EXEC_STRATEGY": "local", "RBE_D8_EXEC_STRATEGY": "local", "RBE_R8_EXEC_STRATEGY": "local", "RBE_JAVAC": "1", "RBE_R8": "1", "RBE_D8": "1", "RBE_instance": "default", "RBE_service": "xx.xxx.xx.xxx:80",...
@gkousik I adjusted the build concurrency to 96 and the buildfarm cluster has 144 cores, and RBE_unified_cas_ops option set to true. With the compilation cache disabled and no dependency files...
I added some logging for troubleshooting when RBE_unified_cas_ops option set to true, and found that the issue was caused by some compilation tasks sending artifact download requests after remote compilation...
When using Remote Build Execution (RBE) for distributed compilation, I noticed that the initial set of around 100 requests for building the MerkleTree was significantly slow, taking approximately seconds to...
Regarding the issue we encountered earlier, when the build got stuck, it was found that the corresponding task was in a state of waiting for the download of compilation artifacts....