Github user rmetzger commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1612#discussion_r52385415
  
    --- Diff: docs/apis/batch/index.md ---
    @@ -2123,7 +2123,7 @@ Note that types registered with `registerKryoType()` 
are not available to Flink'
     
     - `disableAutoTypeRegistration()` Automatic type registration is enabled 
by default. The automatic type registration is registering all types (including 
sub-types) used by usercode with Kryo and the POJO serializer.
     
    -
    +- `setTaskCancellationInterval(long interval)` Sets the the interval (in 
milliseconds) to wait between consecutive attempts to cancel a running task. By 
default this is set to **30000** milliseconds, or **30 seconds**.
    --- End diff --
    
    I would explain a bit more detailed what's going on. The `cancel()` method 
is called only once. The interval determines the interrupt frequency! 


---
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.
---

Reply via email to