lamber-ken commented on issue #1351: [WIP] [HUDI-625] Fixing performance issues 
around DiskBasedMap & kryo
URL: https://github.com/apache/incubator-hudi/pull/1351#issuecomment-590142768
 
 
   Because we already set InstantiatorStrategy, so we needn't register class 
agian.
   `kryo.setInstantiatorStrategy(new 
org.objenesis.strategy.StdInstantiatorStrategy());`
   
   Change `Kryo kryo = new KryoBase();` to `Kryo kryo = new Kryo();` will ok. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to