VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
461 stars 218 forks source link

crate should handle MaxBytesLengthExceededException #1457

Open craig8 opened 7 years ago

craig8 commented 7 years ago

crate_historian.historian ERROR: Invalid data detected during batch insert: (u'SQLActionException[MaxBytesLengthExceededException: bytes can be at most 32766 in length; got 312645]',)

suhaibaffan commented 5 years ago

I am facing the same issue. SQLActionException[MaxBytesLengthExceededException: bytes can be at most 32766 in length; got 75875] Tried compressing the JSON object but the compressed json object is still greater than 32766 bytes.