You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hugegraph.apache.org by "LiJie20190102 (via GitHub)" <gi...@apache.org> on 2024/02/06 03:21:40 UTC

Re: [I] [Bug] hugeclient批量数据写入,提示:java.lang.illegalArgumentException: the max length of bytes is 65535, but get 337492. [incubator-hugegraph]

LiJie20190102 commented on issue #2291:
URL: https://github.com/apache/incubator-hugegraph/issues/2291#issuecomment-1928714156

   I think a good solution is not to limit the length of vertex/edge ID or attributes, but to dynamically change the attribute values of org.apache.hugegraph.backend.serializer.BytesBuffer, such as UINT8_ MAX, because in business use, sometimes the length of vertex IDs does need to be this long. In this case, we should not limit their length, but rather modify the limit to accept the corresponding value,WDYT @imbajin 


-- 
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: issues-unsubscribe@hugegraph.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org