Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2239#discussion_r184653882
--- Diff: store/search/src/main/scala/org/apache/spark/rpc/Master.scala ---
@@ -69,20 +69,32 @@ class Master(sparkConf: SparkConf, port: Int) {
}
/** start service and listen on port passed in constructor */
- def startService(): Unit = {
+ def startService(message: MasterStatus): Unit = {
--- End diff --
ok, done.---
