Re: Recovering snapshot state saved with TypeInformation generated by the implicit macro from the scala API

2018-04-13 Thread Gábor Gévay
Hello, A bit of an ugly hack, but maybe you could manually create a class named exactly io.relayr.counter.FttCounter$$anon$71$$anon$33, and copy-paste into it the code that the macro is expanded into [1]? Best, Gábor [1] https://stackoverflow.com/questions/11677609/how-do-i-print-an-expanded-ma

Recovering snapshot state saved with TypeInformation generated by the implicit macro from the scala API

2018-04-10 Thread Petter Arvidsson
Hello everyone, We are trying to recover state from a snapshot which we can no longer load. When it is loaded we receive the following exception: java.lang.ClassNotFoundException: io.relayr.counter.FttCounter$$ anon$71$$anon$33 This, via a couple more exceptions, leads to: java.io.IOException: Unl