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


   Thanks for pointing this out @sebwrede.
   I found an endless loop formed by _MatrixObject:438_ and 
_CacheableData:551_, which occurs because we exclude the _FType.BROADCAST_ type 
from the federation check in _CacheableData_ and include it for the federation 
check in the _MatrixObject_.
   That's why the _acquireReadIntern()_ and _readBlobFromHDFS()_ methods always 
call each other until it results in a StackOverflow.
   I'm trying to find a solution for it :eyes: 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to