Re: Spurious warning in logs about flink-queryable-state-runtime

2018-02-07 Thread Chesnay Schepler
This is expected behavior; we try to load the queryable state classes via reflection as it is an optional feature. I'll open a jira to make it less verbose if the classes cannot be found, in which case the stacktrace isn't particularly interesting anyway. On 05.02.2018 10:18, Fabian Hueske wrot

Re: Spurious warning in logs about flink-queryable-state-runtime

2018-02-05 Thread Fabian Hueske
Hmm, this seems indeed strange. Thanks for reporting the issue Ken. @Kostas: Do you know what is happening here? Can it be avoided or should we file a JIRA for this? Thanks, Fabian 2018-01-31 23:13 GMT+01:00 Ken Krugler : > Hi all, > > In unit tests that use the LocalFilinkMiniCluster, with Fli