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

    https://github.com/apache/carbondata/pull/2366#discussion_r196314387
  
    --- Diff: store/search/src/main/scala/org/apache/spark/rpc/Master.scala ---
    @@ -81,7 +81,7 @@ class Master(sparkConf: SparkConf) {
               do {
                 try {
                   LOG.info(s"starting registry-service on $hostAddress:$port")
    -              val config = RpcEnvConfig(
    +              val config = RpcUtil.getRpcEnvConfig(
    --- End diff --
    
    RPC is refactored in #2372, this should be rebased after #2372 is merged


---

Reply via email to