Hello everyone!
During my loading progress in SciDB12.03, when the sum of "size" and "offset" arguments of "pwrite( fd, src, size, offset )" was larger than 2^31 = 2147483648,
an I/O error happened:
SystemException in file: src/util/FileIO.cpp function: writeAll line: 76
Error id: scidb::SCIDB_SE_IO::SCIDB_LE_PWRITE_ERROR
Error description: I/O error. pwrite failed to write 12355196 byte(s) to the position 2156012364 with error 22.
I wonder if this problem is because the size of storage.data1 is too large ? Does anyone know about this problem?
And I remember that in SciDB11.06, when the size of storage.data1 is large enough, a storage.data2 will be created.
Is this function supported in SciDB12.03 and how to activate it ?
I hope someone could help me, Thanks!
