Skip to content

MINOR: code cleanup for inconsistent naming#8871

Merged
mjsax merged 1 commit intoapache:trunkfrom
vitojeng:value-serde-inconsistent-naming
Jun 19, 2020
Merged

MINOR: code cleanup for inconsistent naming#8871
mjsax merged 1 commit intoapache:trunkfrom
vitojeng:value-serde-inconsistent-naming

Conversation

@vitojeng
Copy link
Copy Markdown
Contributor

@vitojeng vitojeng commented Jun 15, 2020

There are two kind of naming of valueSerde in Streams module: valSerde / valueSerde.
No function has been changed in PR, only renamed valSerde to valueSerde.

Committer Checklist (excluded from commit message)

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

@mjsax mjsax added the streams label Jun 16, 2020
@mjsax
Copy link
Copy Markdown
Member

mjsax commented Jun 16, 2020

Retest this please.

@mjsax
Copy link
Copy Markdown
Member

mjsax commented Jun 16, 2020

Java 11:

org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
kafka.admin.ReassignPartitionsUnitTest.testModifyBrokerThrottles
kafka.admin.ReassignPartitionsUnitTest.testModifyBrokerThrottles

Java 14:

kafka.admin.ReassignPartitionsUnitTest.testModifyBrokerThrottles

Java 8:

kafka.admin.ReassignPartitionsUnitTest.testModifyBrokerThrottles
kafka.admin.ReassignPartitionsUnitTest.testModifyBrokerThrottles

Should be unrelated.

@mjsax
Copy link
Copy Markdown
Member

mjsax commented Jun 16, 2020

Retest this please.

3 similar comments
@mjsax
Copy link
Copy Markdown
Member

mjsax commented Jun 16, 2020

Retest this please.

@mjsax
Copy link
Copy Markdown
Member

mjsax commented Jun 17, 2020

Retest this please.

@mjsax
Copy link
Copy Markdown
Member

mjsax commented Jun 19, 2020

Retest this please.

@mjsax mjsax merged commit 965877c into apache:trunk Jun 19, 2020
@mjsax
Copy link
Copy Markdown
Member

mjsax commented Jun 19, 2020

Thanks for the cleanup @vitojeng!

Kvicii pushed a commit to Kvicii/kafka that referenced this pull request Jun 21, 2020
* 'trunk' of github.com:apache/kafka:
  KAFKA-10168: fix StreamsConfig parameter name variable (apache#8865)
  MINOR: code cleanup for inconsistent naming (apache#8871)
  KAFKA-10138: Prefer --bootstrap-server for reassign_partitions command in ducktape tests (apache#8898)
  KAFKA-10185: Restoration info logging (apache#8896)
  KAFKA-9891: add integration tests for EOS and StandbyTask (apache#8890)
  MINOR: Reduce build time by gating test coverage plugins behind a flag (apache#8899)
  KAFKA-10141; Add more detail to log segment delete messages (apache#8850)
  KAFKA-10113; Specify fetch offsets correctly in `LogTruncationException` (apache#8822)
  KAFKA-10167: use the admin client to read end-offset (apache#8876)
  MINOR: Upgrade ducktape to 0.7.8 (apache#8879)
  KAFKA-10123; Fix incorrect value for AWAIT_RESET#hasPosition (apache#8841)
  KAFKA-9896: fix flaky StandbyTaskEOSIntegrationTest (apache#8883)
  MINOR: clean up unused checkstyle suppressions for Streams (apache#8861)
  MINOR: reuse toConfigObject(Map) to generate Config (apache#8889)
  MINOR: Upgrade jetty to 9.4.27.v20200227 and jersey to 2.31 (apache#8859)
  MINOR: Fix flaky HighAvailabilityTaskAssignorIntegrationTest (apache#8884)
  KAFKA-10147 MockAdminClient#describeConfigs(Collection<ConfigResource>) is unable to handle broker resource (apache#8853)
  KAFKA-10165: Remove Percentiles from e2e metrics (apache#8882)

# Conflicts:
#	core/src/main/scala/kafka/log/Log.scala
@vitojeng vitojeng deleted the value-serde-inconsistent-naming branch July 24, 2020 01:09
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.

2 participants