Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/13385#discussion_r65003227
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/receiver/BlockGenerator.scala
---
@@ -86,13 +86,13 @@ private[streaming] class BlockGenerator(
/**
* The BlockGenerator can be in 5 possible states, in the order as
follows.
*
- * - Initialized: Nothing has been started
+ * - Initialized: Nothing has been started.
* - Active: start() has been called, and it is generating blocks on
added data.
* - StoppedAddingData: stop() has been called, the adding of data has
been stopped,
* but blocks are still being generated and pushed.
* - StoppedGeneratingBlocks: Generating of blocks has been stopped, but
* they are still being pushed.
- * - StoppedAll: Everything has stopped, and the BlockGenerator object
can be GCed.
+ * - StoppedAll: Everything has been stopped, and the BlockGenerator
object can be GCed.
--- End diff --
Not a typo, but does make the voice consistent. OK
---
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]