[
https://issues.apache.org/jira/browse/FLINK-9033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416550#comment-16416550
]
ASF GitHub Bot commented on FLINK-9033:
---------------------------------------
Github user yew1eb commented on a diff in the pull request:
https://github.com/apache/flink/pull/5731#discussion_r177616520
--- Diff:
flink-scala-shell/src/test/scala/org/apache/flink/api/scala/ScalaShellITCase.scala
---
@@ -23,7 +23,7 @@ import java.io._
import akka.actor.ActorRef
import akka.pattern.Patterns
import org.apache.flink.runtime.minicluster.StandaloneMiniCluster
-import org.apache.flink.configuration.{ConfigConstants, Configuration,
CoreOptions, GlobalConfiguration}
+import org.apache.flink.configuration._
--- End diff --
make sense.
> Replace usages of deprecated TASK_MANAGER_NUM_TASK_SLOTS
> --------------------------------------------------------
>
> Key: FLINK-9033
> URL: https://issues.apache.org/jira/browse/FLINK-9033
> Project: Flink
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 1.5.0
> Reporter: Hai Zhou
> Assignee: Hai Zhou
> Priority: Major
> Fix For: 1.5.0
>
>
> The deprecated ConfigConstants#TASK_MANAGER_NUM_TASK_SLOTS is still used a
> lot.
> We should replace these usages with TaskManagerOptions#NUM_TASK_SLOTS.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)