dongjoon-hyun commented on a change in pull request #35441:
URL: https://github.com/apache/spark/pull/35441#discussion_r801979819
##########
File path:
core/src/test/scala/org/apache/spark/storage/BlockManagerReplicationSuite.scala
##########
@@ -100,11 +100,14 @@ trait BlockManagerReplicationBehavior extends
SparkFunSuite
sc = new SparkContext("local", "test", conf)
val blockManagerInfo = new mutable.HashMap[BlockManagerId,
BlockManagerInfo]()
- master = new BlockManagerMaster(rpcEnv.setupEndpoint("blockmanager",
- new BlockManagerMasterEndpoint(rpcEnv, true, conf,
- new LiveListenerBus(conf), None, blockManagerInfo, mapOutputTracker,
isDriver = true)),
- rpcEnv.setupEndpoint("blockmanagerHeartbeat",
- new BlockManagerMasterHeartbeatEndpoint(rpcEnv, true,
blockManagerInfo)), conf, true)
+ master = new BlockManagerMaster(
Review comment:
Please revert this change from this PR. You should not mix like this in
`DOCS` PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]