phillipleblanc commented on code in PR #2045:
URL:
https://github.com/apache/datafusion-ballista/pull/2045#discussion_r3591795553
##########
ballista/core/proto/ballista.proto:
##########
@@ -437,13 +442,16 @@ message ExecutorOperatingSystemSpecification {
uint64 open_files_limit = 9;
}
-message AvailableTaskSlots {
+// One instance per executor. Tracks free vcores for scheduler-side task
+// binding. See ExecutorResource for the vcore definition (YARN vcores or
+// Spark's spark.executor.cores).
+message AvailableVcores {
Review Comment:
could we leave the old messages in for at least one release and mark them as
deprecated and silently convert them? Upgrading a cluster in place is not going
to be possible if we don't. Then in the next next release we can remove it.
--
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]