simlaudato / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Framesize resetting causes an error when bulkload is requested. #800

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Even though asterix-configuration.xml sets the compiler.framesize to greater 
than 32KB, when the bulkload is requested before any DML (including queries 
that go through compilation path) is executed after AsterixDB instance is 
started, the framesize is reset to 32KB. 
So, if you try to load a tuple bigger than 32KB, you will end up having an 
illegal state exception.

Original issue reported on code.google.com by kiss...@gmail.com on 25 Aug 2014 at 8:01

GoogleCodeExporter commented 8 years ago

Original comment by kiss...@gmail.com on 29 Sep 2014 at 5:03