Github user manuzhang commented on a diff in the pull request:
https://github.com/apache/incubator-gearpump/pull/4#discussion_r61200308
--- Diff: core/src/main/scala/io/gearpump/cluster/ClusterConfig.scala ---
@@ -142,7 +142,7 @@ object ClusterConfig {
if (!akka.util.Helpers.isWindows) {
- // Change the akka.scheduler.tick-duration to 10ms for Linux or Mac
+ // Change the akka.scheduler.tick-duration to 1 ms for Linux or Mac
--- End diff --
I think it's better to load window specific or linux specific
configurations here than later to decide whether a config belongs to windows or
linux
---
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.
---