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

    https://github.com/apache/spark/pull/23073#discussion_r235238169
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/cluster/ExecutorData.scala ---
    @@ -27,12 +27,14 @@ import org.apache.spark.rpc.{RpcAddress, RpcEndpointRef}
      * @param executorHost The hostname that this executor is running on
      * @param freeCores  The current number of cores available for work on the 
executor
      * @param totalCores The total number of cores available to the executor
    + * @param pcis The external devices available to the executor
    --- End diff --
    
    I would name it a bit more generic than `pcis` since PCI is just an 
interface name that could change later.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to