Re: [akka-user] Artery remoting seems to be endian-dependent

2018-03-01 Thread Alan Burlison
On 01/03/18 10:56, Konrad “ktoso” Malawski wrote: Ping in one place is enough, reopened :-) Ta, first reply wasn't to the email I intended it to be ;-) -- Alan Burlison -- -- Read the docs: http://akka.io/docs/ Check the FAQ:

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-03-01 Thread Konrad “ktoso” Malawski
Ping in one place is enough, reopened :-) -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On March 1, 2018 at 19:54:20, Alan Burlison (alan.burli...@gmail.com) wrote: On 01/03/18 10:44, Konrad “ktoso” Malawski wrote: > Thanks, I’ll

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-03-01 Thread Alan Burlison
On 01/03/18 10:44, Konrad “ktoso” Malawski wrote: Thanks, I’ll close the one I had opened then Umm, no - there are two separate issues here, the alignment bug in the FlightRecorder (24639) AND the bug in Aeron (24636). Can you reopen 24636 please? -- Alan Burlison -- -- Read the

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-03-01 Thread Alan Burlison
On 01/03/18 10:44, Konrad “ktoso” Malawski wrote: Thanks, I’ll close the one I had opened then Ok, sorry - I didn't realise you'd already opened one :-) -- Alan Burlison -- -- Read the docs: http://akka.io/docs/ Check the FAQ:

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-03-01 Thread Konrad “ktoso” Malawski
Thanks, I’ll close the one I had opened then -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On March 1, 2018 at 19:43:23, Alan Burlison (alan.burli...@gmail.com) wrote: Submitted as https://github.com/akka/akka/issues/24639 --

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-03-01 Thread Alan Burlison
Submitted as https://github.com/akka/akka/issues/24639 -- Alan Burlison -- -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives: https://groups.google.com/group/akka-user --- You received this message

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-03-01 Thread Alan Burlison
On 01/03/18 01:24, Konrad “ktoso” Malawski wrote: Thanks again, hope the TCP one will be fine for you for now in any case? Yes, in fact it's probably a better choice anyway as the message rate is low. -- Alan Burlison -- -- Read the docs: http://akka.io/docs/ Check the FAQ:

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-03-01 Thread Alan Burlison
On 01/03/18 01:37, Konrad “ktoso” Malawski wrote: Here’s the ticket: https://github.com/akka/akka/issues/24636 I did not find your github handle, please comment or sub the issue if you want to track it there. Done, thanks :-) -- Alan Burlison -- -- Read the docs: http://akka.io/docs/

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-02-28 Thread Konrad “ktoso” Malawski
Here’s the ticket: https://github.com/akka/akka/issues/24636 I did not find your github handle, please comment or sub the issue if you want to track it there. -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On March 1, 2018 at

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-02-28 Thread Konrad “ktoso” Malawski
Thanks for the detective work Alan! Seems quite likely you’re right then. I’ll copy your findings to a gihub issue and point Aeron fellows towards it if they’re aware of it. Thanks again, hope the TCP one will be fine for you for now in any case? -- Cheers, Konrad 'ktoso '

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-02-28 Thread Alan Burlison
On 27/02/18 09:43, Konrad “ktoso” Malawski wrote: Thanks Alan, please do report back here or as a ticket on github.com/akka/akka :) Thanks for helping harden artery! OK, here's the story. With artery.transport = tcp, the app works, with it set to aeron-udp it doesn't. Even with debugging

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-02-28 Thread Alan Burlison
On 27/02/18 09:43, Konrad “ktoso” Malawski wrote: please do report back here or as a ticket on github.com/akka/akka :) Thanks for helping harden artery! OK, debugging has actually uncovered another bug in the flight recorder. I enabled the debug options you suggested and some others that

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-02-27 Thread Konrad “ktoso” Malawski
Thanks Alan, please do report back here or as a ticket on github.com/akka/akka :) Thanks for helping harden artery! -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On February 27, 2018 at 18:40:57, Alan Burlison

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-02-27 Thread Alan Burlison
On 27/02/18 06:32, Konrad “ktoso” Malawski wrote: I’d expect some failures to be logged if your guess is correct, nothing in the logs? There's a message about the connect to the other node timing out, but no other detail - hence the question :-) Thanks for reporting, it could be a bug

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-02-26 Thread Konrad “ktoso” Malawski
I’d expect some failures to be logged if your guess is correct, nothing in the logs? You can start with setting akka.loglevel = DEBUG There’s more things like making sure akka.remote.log-remote-lifecycle-events = on but debug should really contain all we need (esp since expecting warnings or

[akka-user] Artery remoting seems to be endian-dependent

2018-02-26 Thread Alan Burlison
I'm running an Akka remoting 'hello world' app using Artery remoting, it works fine on both Linux and Solaris x86 but doesn't work at all on Solaris SPARC, my best guess is that either Artery or Aeron contains some endian-dependent code. I'll log a bug but I'd like to confirm where the problem