Skip to content

MINOR: Fix redundant typos in comments and javadocs#8693

Merged
kkonstantine merged 2 commits intoapache:trunkfrom
ocadaruma:patch-1
May 20, 2020
Merged

MINOR: Fix redundant typos in comments and javadocs#8693
kkonstantine merged 2 commits intoapache:trunkfrom
ocadaruma:patch-1

Conversation

@ocadaruma
Copy link
Copy Markdown
Contributor

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

Copy link
Copy Markdown
Contributor

@rondagostino rondagostino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. This is a common mistake, and a quick search revealed multiple occurrences. Can you fix all of them?

$ git grep "the the" .
clients/src/main/java/org/apache/kafka/clients/admin/OffsetSpec.java:     * Used to retrieve the the earliest offset whose timestamp is greater than
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:     *                        running the the partitioner's onNewBatch method before trying to append again
clients/src/main/java/org/apache/kafka/common/config/TopicConfig.java:        "size must also be increased so that the they can fetch record batches this large. " +
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/WorkerCoordinatorIncrementalTest.java:        // Using onJoinComplete to register the protocol selection decided by the the broker
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/WorkerCoordinatorIncrementalTest.java:        // Using onJoinComplete to register the protocol selection decided by the the broker
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/WorkerCoordinatorIncrementalTest.java:        // A rebalance after the delay expires re-assigns the lost tasks the the returning member
streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorStateManager.java:                        // and hence we are uncertain the the current local state only contains committed data;

@ocadaruma
Copy link
Copy Markdown
Contributor Author

Sure. I'll update soon

@ocadaruma
Copy link
Copy Markdown
Contributor Author

Fixed similar typos in those files. Thanks.

Copy link
Copy Markdown
Contributor

@rondagostino rondagostino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks again for the PR.

Copy link
Copy Markdown
Contributor

@kkonstantine kkonstantine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Typos present only in javadoc, so merging as is.

Thanks @ocadaruma and @rondagostino

@kkonstantine kkonstantine changed the title MINOR: Fix typo in RecordAccumulator MINOR: Fix redundant typos in comments and javadocs May 20, 2020
@kkonstantine kkonstantine merged commit affb270 into apache:trunk May 20, 2020
@ocadaruma ocadaruma deleted the patch-1 branch May 20, 2020 10:20
Kvicii pushed a commit to Kvicii/kafka that referenced this pull request May 21, 2020
* 'trunk' of github.com:apache/kafka:
  MINOR: Increase gradle daemon’s heap size to 2g (apache#8700)
  KAFKA-9603: Do not turn on bulk loading for segmented stores on stand-by tasks (apache#8661)
  KAFKA-9859 / kafka-streams-application-reset tool doesn't take into account topics generated by KTable foreign key join operation (apache#8671)
  MINOR: Fix redundant typos in comments and javadocs (apache#8693)
  KAFKA-10010: Should make state store registration idempotent (apache#8681)
  KAFKA-10011: Remove task id from lockedTaskDirectories during handleLostAll (apache#8682)
  KAFKA-9992: Eliminate JavaConverters in EmbeddedKafkaCluster (apache#8673)
  KAFKA-6145: Add unit tests to verify fix of bug KAFKA-9173 (apache#8689)
  MINOR: Update stream documentation (apache#8622)
  MINOR: Small fixes in the documentation (apache#8623)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants