wso2 / carbon-analytics

Apache License 2.0
65 stars 197 forks source link

Indexing fails throwing a BufferOverflowException when a large record is persisted #1354

Closed pcnfernando closed 6 years ago

pcnfernando commented 6 years ago

Description: Even though the attributes is not marked to be indexed, during the enqueue process we append the whole record to the BigQueue. When the record entry exceeds the default BigQueue pagesize, indexing fails throwing a buffer-overflow exception.

Affected Product Version: 1.3.x

dilini-muthumala commented 6 years ago

Fixed with 30dfcd64f4faa62ca5fbf4699aff5ddf13a2cd59 hence closing the issue.