The definition of Size field in ByteStreamOutput changes from size of store data at the initialisation of BigByteArray to capacity of the BigByteArray at the time of growing the Array.
What is the correct definition of size field here ?
The definition of Size field in ByteStreamOutput changes from size of store data at the initialisation of BigByteArray to capacity of the BigByteArray at the time of growing the Array.
What is the correct definition of size field here ?
The size field is correct, the confusion is over the use of the BigArrays#grow
method which may choose to grow to a larger size than requested:
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.