Github user jodersky commented on a diff in the pull request:
https://github.com/apache/spark/pull/9126#discussion_r42157349
--- Diff: core/src/main/scala/org/apache/spark/rpc/netty/NettyRpcEnv.scala
---
@@ -305,7 +305,7 @@ private[netty] class NettyRpcEnvFactory extends
RpcEnvFactory with Logging {
}
}
-private[netty] class NettyRpcEndpointRef(@transient conf: SparkConf)
+private[netty] class NettyRpcEndpointRef(conf: SparkConf)
--- End diff --
`conf` is already defined as a transient field in the base class
(`RpcEndpointRef`). Here it is only "forwarded" as a parameter, hence transient
has no effect, hence we get a warning, hence the build fails
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]