[ https://issues.apache.org/jira/browse/FLINK-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15033787#comment-15033787 ]
ASF GitHub Bot commented on FLINK-2111: --------------------------------------- Github user mjsax commented on a diff in the pull request: https://github.com/apache/flink/pull/750#discussion_r46286009 --- Diff: flink-runtime-web/web-dashboard/package.json --- @@ -7,27 +7,27 @@ "devDependencies": { "browserify": "^9.0.3", "coffeeify": "^1.0.0", - "gulp": "^3.8.11", + "gulp": "^3.9.0", "gulp-browserify": "^0.5.1", "gulp-coffee": "^2.3.1", "gulp-coffeeify": "^0.1.8", - "gulp-concat": "^2.5.2", - "gulp-filter": "^2.0.2", - "gulp-jade": "^1.0.0", - "gulp-less": "^3.0.2", - "gulp-livereload": "^3.8.0", - "gulp-minify-css": "^1.0.0", - "gulp-ng-annotate": "^0.5.2", - "gulp-plumber": "^1.0.0", + "gulp-concat": "^2.6.0", + "gulp-filter": "^3.0.1", + "gulp-jade": "^1.1.0", + "gulp-less": "^3.0.5", + "gulp-livereload": "^3.8.1", + "gulp-minify-css": "^1.2.1", + "gulp-ng-annotate": "^1.1.0", + "gulp-plumber": "^1.0.1", "gulp-rename": "^1.2.0", - "gulp-serve": "^0.3.1", - "gulp-sourcemaps": "^1.5.1", - "gulp-stylus": "^2.0.1", - "gulp-uglify": "^1.1.0", - "gulp-util": "^3.0.4", + "gulp-serve": "^1.2.0", + "gulp-sourcemaps": "^1.6.0", + "gulp-stylus": "^2.1.0", + "gulp-uglify": "^1.5.1", + "gulp-util": "^3.0.7", "jade": "^1.9.2", "jadeify": "^4.1.0", - "main-bower-files": "^2.6.2", + "main-bower-files": "^2.9.0", --- End diff -- The file was added by @StephanEwen -- it got updated when I ran `gulp` so I just committed the changes. To me, it would make sense to remove the file -- not sure why it is there... (maybe we should .gitignore it after removal) > Add "stop" signal to cleanly shutdown streaming jobs > ---------------------------------------------------- > > Key: FLINK-2111 > URL: https://issues.apache.org/jira/browse/FLINK-2111 > Project: Flink > Issue Type: Improvement > Components: Distributed Runtime, JobManager, Local Runtime, > Streaming, TaskManager, Webfrontend > Reporter: Matthias J. Sax > Assignee: Matthias J. Sax > Priority: Minor > > Currently, streaming jobs can only be stopped using "cancel" command, what is > a "hard" stop with no clean shutdown. > The new introduced "stop" signal, will only affect streaming source tasks > such that the sources can stop emitting data and shutdown cleanly, resulting > in a clean shutdown of the whole streaming job. > This feature is a pre-requirment for > https://issues.apache.org/jira/browse/FLINK-1929 -- This message was sent by Atlassian JIRA (v6.3.4#6332)