Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/1818#discussion_r56676581
--- Diff: docs/setup/config.md ---
@@ -183,7 +184,7 @@ The following parameters configure Flink's JobManager
and TaskManagers.
- `akka.transport.threshold`: Threshold for the transport failure
detector. Since Flink uses TCP, the detector is not necessary and, thus, the
threshold is set to a high value (DEFAULT: **300**).
- `akka.tcp.timeout`: Timeout for all outbound connections. If you should
experience problems with connecting to a TaskManager due to a slow network, you
should increase this value (DEFAULT: **akka.ask.timeout**).
- `akka.throughput`: Number of messages that are processed in a batch
before returning the thread to the pool. Low values denote a fair scheduling
whereas high values can increase the performance at the cost of unfairness
(DEFAULT: **15**).
-- `akka.log.lifecycle.events`: Turns on the Akka's remote logging of
events. Set this value to 'on' in case of debugging (DEFAULT: **off**).
+- `akka.log.lifecycle.events`: Turns on the Akka's remote logging of
events. Set this value to 'on' in case of debugging (DEFAULT: **false**).
--- End diff --
Should this say, "Set this value to 'true' in case ..."?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---