[ 
https://issues.apache.org/jira/browse/BEAM-10994?focusedWorklogId=493543&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-493543
 ]

ASF GitHub Bot logged work on BEAM-10994:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Oct/20 15:33
            Start Date: 01/Oct/20 15:33
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on a change in pull request #12983:
URL: https://github.com/apache/beam/pull/12983#discussion_r498335727



##########
File path: 
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineOptions.java
##########
@@ -197,4 +197,11 @@ public String create(PipelineOptions options) {
           .toString();
     }
   }
+
+  /** If enabled then the literal key will be logged to Cloud Logging if a hot 
key is detected. */
+  @Description(
+      "If enabled then the literal key will be logged to Cloud Logging if a 
hot key is detected.")
+  boolean getHotKeyLoggingEnabled();

Review comment:
       Note that you can use "is" for boolean types on the getter. Do whatever 
is the most common though in the codebase for consistency reasons.
   
   ```suggestion
     boolean isHotKeyLoggingEnabled();
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 493543)
    Time Spent: 50m  (was: 40m)

> Add Hot Key Logging in Dataflow Runner
> --------------------------------------
>
>                 Key: BEAM-10994
>                 URL: https://issues.apache.org/jira/browse/BEAM-10994
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-dataflow
>            Reporter: Sam Rohde
>            Assignee: Sam Rohde
>            Priority: P2
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> This adds the ability for users to enable the logging of hot key content.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to