From 88495811ac4b471c155245b787d5061cef02ce2b Mon Sep 17 00:00:00 2001 From: Ian O Connell Date: Mon, 19 Oct 2015 12:17:14 -0700 Subject: [PATCH] Do not use set references to more closely match our other Kryo usages --- .../scala/com/twitter/summingbird/chill/SBChillRegistrar.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/summingbird-chill/src/main/scala/com/twitter/summingbird/chill/SBChillRegistrar.scala b/summingbird-chill/src/main/scala/com/twitter/summingbird/chill/SBChillRegistrar.scala index ce3d01b5c..383bfe27b 100644 --- a/summingbird-chill/src/main/scala/com/twitter/summingbird/chill/SBChillRegistrar.scala +++ b/summingbird-chill/src/main/scala/com/twitter/summingbird/chill/SBChillRegistrar.scala @@ -56,6 +56,7 @@ object SBChillRegistrar { classOf[ScalaKryoInstantiator], new ScalaKryoInstantiator() .withRegistrar(new IterableRegistrar(iterableRegistrars ++ defaults)) + .setReferences(false) ) kryoConfig.unwrap }