[ https://issues.apache.org/jira/browse/FLINK-9878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16549023#comment-16549023 ]
ASF GitHub Bot commented on FLINK-9878: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6355#discussion_r203652194 --- Diff: docs/ops/security-ssl.md --- @@ -33,6 +33,9 @@ SSL can be enabled for all network communication between Flink components. SSL k * **akka.ssl.enabled**: SSL flag for akka based control connection between the Flink client, jobmanager and taskmanager * **jobmanager.web.ssl.enabled**: Flag to enable https access to the jobmanager's web frontend +Please see the configuration page about the +[complete list of SSL configuration parameters]({{site.baseurl}}/ops/config.html#ssl-settings), in particular **security.ssl.session-cache-size**. --- End diff -- just a suggestion, you could also embed the entire table directly, see `Configuration.md` on how to do it. > IO worker threads BLOCKED on SSL Session Cache while CMS full gc > ---------------------------------------------------------------- > > Key: FLINK-9878 > URL: https://issues.apache.org/jira/browse/FLINK-9878 > Project: Flink > Issue Type: Bug > Components: Network > Affects Versions: 1.5.0, 1.5.1, 1.6.0 > Reporter: Nico Kruber > Assignee: Nico Kruber > Priority: Major > Labels: pull-request-available > Fix For: 1.5.2, 1.6.0 > > > According to https://github.com/netty/netty/issues/832, there is a JDK issue > during garbage collection when the SSL session cache is not limited. We > should allow the user to configure this and further (advanced) SSL parameters > for fine-tuning to fix this and similar issues. In particular, the following > parameters should be configurable: > - SSL session cache size > - SSL session timeout > - SSL handshake timeout > - SSL close notify flush timeout -- This message was sent by Atlassian JIRA (v7.6.3#76005)