Discussion:
[akka-user][deprecated] Artery TCP ready for production?
Gytis
2018-09-29 19:55:01 UTC
Permalink
Hi all,

2.5.10 akka release notes state "However, since it’s a new implementation
the TCP/TLS transport is not ready for usage in production yet, but please
test it and report any issues." and we have the same warning on remoting
docs page. What's the actual status on this? Anyone using it for extended
period of time? We've tried switching from netty to artery tcp (akka
2.5.13) and testing seemed to be ok, on production we are seeing some odd
behaviour:
- steady increase of memory consumption (have to dig deeper to take some
dumps, but memory graphs indicate this across all cluster nodes), it also
seems that memory usage increases in other nodes if one node gets
terminated unexpectedly (e.g. killed by kubernetes because of OOM)
- nodes randomly failing to join cluster after restart (we use autodown)

From the logs when joining fails there are a lot of messages with
"akka.stream.Materializer - [outbound connection to
[akka://***@10.48.3.188:2550], message stream] Upstream failed, cause:
Association$OutboundStreamStopQuarantinedSignal$:"
--
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user google-group soon.
** This group will soon be put into read-only mode, and replaced by discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
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 because you are subscribed to the Google Groups "Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to akka-user+***@googlegroups.com.
To post to this group, send email to akka-***@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
Patrik Nordwall
2018-09-30 07:27:25 UTC
Permalink
The official status is as that note in documentation says. We want to
harden it and input from you like this is very important. Please share
dumps, logs, failure scenarios, whatever that is not working as expected.
Create issues or continue questions/discussions at discuss.akka.io

Thanks,
/Patrik
Post by Gytis
Hi all,
2.5.10 akka release notes state "However, since it’s a new implementation
the TCP/TLS transport is not ready for usage in production yet, but please
test it and report any issues." and we have the same warning on remoting
docs page. What's the actual status on this? Anyone using it for extended
period of time? We've tried switching from netty to artery tcp (akka
2.5.13) and testing seemed to be ok, on production we are seeing some odd
- steady increase of memory consumption (have to dig deeper to take some
dumps, but memory graphs indicate this across all cluster nodes), it also
seems that memory usage increases in other nodes if one node gets
terminated unexpectedly (e.g. killed by kubernetes because of OOM)
- nodes randomly failing to join cluster after restart (we use autodown)
From the logs when joining fails there are a lot of messages with
"akka.stream.Materializer - [outbound connection to [akka://
Association$OutboundStreamStopQuarantinedSignal$:"
--
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user google-group soon.
** This group will soon be put into read-only mode, and replaced by discuss.akka.io
https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
Read the docs: http://akka.io/docs/
http://doc.akka.io/docs/akka/current/additional/faq.html
Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups
"Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
--
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user google-group soon.
** This group will soon be put into read-only mode, and replaced by discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
Post by Gytis
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 because you are subscribed to the Google Groups "Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to akka-user+***@googlegroups.com.
To post to this group, send email to akka-***@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
Loading...