You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/04/14 09:21:41 UTC

[GitHub] [hudi] prashantwason commented on pull request #2673: [HUDI-1688] Uncache Rdd once write operation is complete

prashantwason commented on PR #2673:
URL: https://github.com/apache/hudi/pull/2673#issuecomment-1098916259

   @vinothchandar @xiarixiaoyao  This fix assumes that there is a single SparkHoodieWriteClient on the JVM. We have a usecase where a single process handles ingestion for multiple HUDI datasets each having their own SparkRDDWriteClient in different threads. The first write client which completes unpersists the RDDs for all other clients causing perf issues.
   
   It may be better to have a write config (default false) for this fix. 


-- 
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: commits-unsubscribe@hudi.apache.org

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