This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a commit to branch xinyuan-loop-feb
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/xinyuan-loop-feb by this push:
     new b95465d2e0 update
b95465d2e0 is described below

commit b95465d2e0fe28fe4edc05cf955fe2b18ac28419
Author: Xinyuan Lin <[email protected]>
AuthorDate: Tue Feb 10 18:19:19 2026 -0800

    update
---
 .../architecture/worker/promisehandlers/InitializeExecutorHandler.scala  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/amber/src/main/scala/org/apache/texera/amber/engine/architecture/worker/promisehandlers/InitializeExecutorHandler.scala
 
b/amber/src/main/scala/org/apache/texera/amber/engine/architecture/worker/promisehandlers/InitializeExecutorHandler.scala
index cc1a32594b..bf45d8eff9 100644
--- 
a/amber/src/main/scala/org/apache/texera/amber/engine/architecture/worker/promisehandlers/InitializeExecutorHandler.scala
+++ 
b/amber/src/main/scala/org/apache/texera/amber/engine/architecture/worker/promisehandlers/InitializeExecutorHandler.scala
@@ -39,7 +39,6 @@ trait InitializeExecutorHandler {
       req: InitializeExecutorRequest,
       ctx: AsyncRPCContext
   ): Future[EmptyReturn] = {
-    println(s"Initializing executor with request: $req")
     dp.serializationManager.setOpInitialization(req)
     val workerIdx = VirtualIdentityUtils.getWorkerIndex(actorId)
     val workerCount = req.totalWorkerCount

Reply via email to