You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by "ministat (via GitHub)" <gi...@apache.org> on 2023/04/28 02:53:10 UTC

[GitHub] [tinkerpop] ministat commented on pull request #2050: [TINKERPOP-2934] Shrink the content of ObjectWritable.toString()

ministat commented on PR #2050:
URL: https://github.com/apache/tinkerpop/pull/2050#issuecomment-1526908086

   @Cole-Greer Generally, the requirement to get the content through the ObjectWritable.toString() is to display it in SparkUI. Too long content caused OOM. See https://issues.apache.org/jira/browse/TINKERPOP-2934.
   If users want to get that content. The correct way is ObjectWritable.get().toString().


-- 
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@tinkerpop.apache.org

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