eason.wu
eason.wu
我使用GenericFastJsonRedisSerializer来序列化和反序列化将,查询结果写入/读取从redis中。 但是当查询的数据量比较大,数据条数在3000多条,整体返回的大小在5.2M左右的时候,序列化的时候就报错了: Could not serialize: create asm serializer error, verson 1.2.83, class class org.apache.commons.beanutils.RowSetDynaClass; nested exception is com.alibaba.fastjson.JSONException: create asm serializer error, verson 1.2.83, class class org.apache.commons.beanutils.RowSetDynaClass, Caused by: java.lang.IllegalAccessError:...
hello, I mount the volumes on the windows10: services: kudu-master-data: image: kunickiaj/kudu volumes: - /d/var/lib/kudu/master:/var/lib/kudu/master kudu-tserver-data: image: kunickiaj/kudu volumes: - /d/var/lib/kudu/tserver:/var/lib/kudu/tserver It occur error when I start the container: I0422...