Hi Chathura,
Unfortunately it is the same. Attached the logs.
Also, this exception occurs when reading checkpointed delete tweetIDs. Those are not many. Each worker processes only 1000 tweetIDs.
Another thing is that, I printed the indexes in the loop where the negative array size occurs.
In all three workers, the exception occurs at the index of 117. Not sure whether this is meaningful or not.
[2020-08-13 10:32:30 -0400] [INFO] [worker-3] [Twister2MPIWorker-3] edu.iu.dsc.tws.dataset.partition.BufferedCollectionPartition: Negative Size: -1049794737, index: 117, noOfFrames: 1000, file: hdfs:/twister2/tsetdata/__partition1_3/0.pbck
[2020-08-13 10:32:30 -0400] [INFO] [worker-2] [Twister2MPIWorker-2] edu.iu.dsc.tws.dataset.partition.BufferedCollectionPartition: Negative Size: -1574692106, index: 117, noOfFrames: 2000, file: hdfs:/twister2/tsetdata/__partition1_2/0.pbck
[2020-08-13 10:32:31 -0400] [INFO] [worker-1] [Twister2MPIWorker-1] edu.iu.dsc.tws.dataset.partition.BufferedCollectionPartition: Negative Size: -524897368, index: 117, noOfFrames: 1000, file: hdfs:/twister2/tsetdata/__partition1_1/0.pbck
Ahmet