You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/10/28 21:03:49 UTC

[GitHub] [systemds] ywcb00 commented on pull request #1421: [SYSTEMDS-3185] Federated Lookup Table

ywcb00 commented on pull request #1421:
URL: https://github.com/apache/systemds/pull/1421#issuecomment-954216164


   The _LineageFedReuseAlg_ test was failing because the execution of the test _without lineage_ reuse has overwritten the local _DMLScript.LINEAGE_ flag of the federated workers, which caused the federated workers to create the execution map without lineage object for the coordinator of the actual test _with lineage_ reuse.
   Since this problem can only occur with a single-process setup because otherwise each instance has its own DMLScript flags, I simply changed the execution order of the test so that the test without reuse gets executed last.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org