Hi Team, 
        
        
        
        I am using Geomesa version 2.4.1. I am seeing an exception
          if I am putting a record greater than a certain threshold
          (attached sample record) size. Can anyone help me to
          investigate, what is the issue and how we can fix this?
        
        
        
        Caused by:
                com.esotericsoftware.kryo.KryoException: Buffer
                overflow. Available: 0, required: 245 
              
        at
                com.esotericsoftware.kryo.io.Output.require(Output.java:163)
                ~[geomesa-hbase-spark-runtime_2.11-2.4.0.jar:?] 
               
        at
                com.esotericsoftware.kryo.io.Output.writeString_slow(Output.java:462)
                ~[geomesa-hbase-spark-runtime_2.11-2.4.0.jar:?] 
               
        at
                com.esotericsoftware.kryo.io.Output.writeString(Output.java:363)
                ~[geomesa-hbase-spark-runtime_2.11-2.4.0.jar:?] 
        
              
        
              
        Table Schema:
        
              
        INFO  Describing
                attributes of feature 'OSMv2Relations'
                geometry           | MultiPolygon (Spatio-temporally
                indexed)
                ingestionTimestamp | Timestamp    (Spatio-temporally
                indexed)
                nextTimestamp      | Timestamp    
                idValue            | String       (Attribute indexed)
                serializerVersion  | String       
                featurePayload     | String       
                
                User data:
                  geomesa.index.dtg    | ingestionTimestamp
                  geomesa.indices      |
xz3:2:3:geometry:ingestionTimestamp,id:4:3:,attr:8:3:idValue:ingestionTimestamp
                  geomesa.stats.enable | true
                  geomesa.z.splits     | 127
        
              
        
          -- 
          
            
              
                Regards,
                Amit Kumar Srivastava