You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@flink.apache.org by Flink CI <fl...@foxmail.com> on 2020/03/16 16:16:06 UTC

Errored: apache/flink#42906 (release-1.10 - fcfa4e7)

|  [

apache

/

flink

](https://travis-ci.org/apache/flink)  
---  
  
![branch icon](https://s3.amazonaws.com/travis-email-
assets/branch.png)[release-1.10](https://github.com/apache/flink/tree/release-1.10)  
  
|

![build hasfailed](https://s3.amazonaws.com/travis-email-assets/status-
failed.png)

[Build #42906 errored](https://travis-ci.org/apache/flink/builds/663031312)

![arrow to build time](https://s3.amazonaws.com/travis-email-assets/failure-
arrow.png)

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)7 hrs, 7
mins, 20 secs  
  
---  
  
![Maximilian Michels
avatar](https://secure.gravatar.com/avatar/d7027b0c31db77a64f2143c11cda37ca.jpg)Maximilian
Michels

[fcfa4e7 CHANGESET
->](https://github.com/apache/flink/compare/b5ef72f0a86f...fcfa4e7b72e6)  
  
[FLINK-16573] Ensure Kinesis RecordFetcher threads shutdown on cancel  
  
The threads may not shut down correctly because they do not check for the  
running flag in the inner loops. The threads also do not get interrupted
because  
they are not connected to the main task thread.  
  
These threads keep lingering around after the job has shut down:  
  
```  
Thread 23168: (state = BLOCKED)  
\- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be
imprecise)  
\-
org.apache.flink.streaming.connectors.kinesis.util.RecordEmitter.emitRecords()
@bci=140, line=209 (Compiled frame)  
\- org.apache.flink.streaming.connectors.kinesis.util.RecordEmitter.run()
@bci=18, line=177 (Interpreted frame)  
\- java.lang.Thread.run() @bci=11, line=748 (Compiled frame)  
```