Re: [akka-user] Re: akka persistence - silent failure for non serializing messages - is that the best we can do?

2016-02-26 Thread Patrik Nordwall
On Fri, Feb 26, 2016 at 1:35 PM, Tim Pigden wrote: > Well in this case they evidently do care about serialization - since the > behaviour changes when serialization doesn't work - it's just the reporting > that's wrong. > I will add the issue (it's a nice simple test case - once I figured out > t

Re: [akka-user] Re: akka persistence - silent failure for non serializing messages - is that the best we can do?

2016-02-26 Thread Tim Pigden
Well in this case they evidently do care about serialization - since the behaviour changes when serialization doesn't work - it's just the reporting that's wrong. I will add the issue (it's a nice simple test case - once I figured out the problem) On 26 February 2016 at 12:29, Patrik Nordwall wro

Re: [akka-user] Re: akka persistence - silent failure for non serializing messages - is that the best we can do?

2016-02-26 Thread Patrik Nordwall
On Fri, Feb 26, 2016 at 12:47 PM, Tim Pigden wrote: > Hi - it's not your in-mem it's a third party one and I've logged an issue > with them. > The point about the TCK is that it's there to ensure that we can trust the > plugin providers to do a good job. So if there's an error in a plug-in that >

Re: [akka-user] Re: akka persistence - silent failure for non serializing messages - is that the best we can do?

2016-02-26 Thread Akka Team
I am not really involved with persistence plugins and TCK, so this is why I said I have no clue. Please file a ticket and then the whole team can discuss, others know way more about that part than me. On Fri, Feb 26, 2016 at 12:47 PM, Tim Pigden wrote: > Hi - it's not your in-mem it's a third pa

Re: [akka-user] Re: akka persistence - silent failure for non serializing messages - is that the best we can do?

2016-02-26 Thread Tim Pigden
Hi - it's not your in-mem it's a third party one and I've logged an issue with them. The point about the TCK is that it's there to ensure that we can trust the plugin providers to do a good job. So if there's an error in a plug-in that has an clearly identifiable cause then I would think that the e

Re: [akka-user] Re: akka persistence - silent failure for non serializing messages - is that the best we can do?

2016-02-26 Thread Akka Team
Hi Tim, On Sun, Feb 21, 2016 at 1:23 PM, Tim Pigden wrote: > Ok, light at the end of the tunnel, this is what fails. > I'd call that silently swallows. > Essentially the only indication of anything wrong is that the persistence > stores nothing. > Ah, so the in-memory journal does not log an

[akka-user] Re: akka persistence - silent failure for non serializing messages - is that the best we can do?

2016-02-21 Thread Tim Pigden
Ok, light at the end of the tunnel, this is what fails. I'd call that silently swallows. Essentially the only indication of anything wrong is that the persistence stores nothing. I think this is a plugin bug in the in-memory plugin and a thus by implication TCK issue. Should I raise the TCK issu