Github user francisco-perez-sorrosal commented on a diff in the pull request:
https://github.com/apache/incubator-omid/pull/3#discussion_r73977503 --- Diff: tso-server/src/main/resources/default-omid-server-configuration.yml --- @@ -144,5 +144,4 @@ metrics: !!org.apache.omid.metrics.NullMetricsProvider [ ] # zkNamespace: "omid" # metrics: !!org.apache.omid.metrics.NullMetricsProvider [ ] - - +waitStrategy: HIGH_THROUGHPUT --- End diff -- I think we should move this option to the line 16 (after the port config) as is one of they key config options now. Add also a comment to help users to use it: ``` # Wait strategy for the Disruptor processors in TSO pipeline. Options: # 1) HIGH_THROUGHPUT - [Default] Use this in production deployments for maximum performance # 2) LOW_CPU - Use this option when testing or in deployments where saving CPU cycles is more important than throughput waitStrategy: HIGH_THROUGHPUT ``` --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---