Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-12396 added a nullcheck before trying to retrieve a key #10548

Merged
merged 10 commits into from Apr 30, 2021

Commits on Apr 16, 2021

  1. Copy the full SHA
    26395a5 View commit details
    Browse the repository at this point in the history
  2. KAFKA-12396 elevated nullcheck to store types and provided some unit …

    …test coverage for aforementioned nullchecks
    nathan22177 committed Apr 16, 2021
    Copy the full SHA
    b06e7ae View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. KAFKA-12396 removed unnecessary checks from MeteredKeyValueStore and …

    …MeteredTimestampedKeyValueStore, added new checks to MeteredKeyValueStore, covered new checks and old checks for MeteredSessionStoreTest
    nathan22177 committed Apr 21, 2021
    Copy the full SHA
    8091bf4 View commit details
    Browse the repository at this point in the history
  2. KAFKA-12396 got rid of the null check in RocksDBStore

    nathan22177 committed Apr 21, 2021
    Copy the full SHA
    c6703a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. KAFKA-12396 reverted RockDBStore to it's original state

    nathan22177 committed Apr 22, 2021
    Copy the full SHA
    983cc95 View commit details
    Browse the repository at this point in the history
  2. KAFKA-12396 checkstyle errors fixed

    nathan22177 committed Apr 22, 2021
    Copy the full SHA
    7142aa2 View commit details
    Browse the repository at this point in the history
  3. KAFKA-12396 new checks\tests for MeteredSessionStoreTest, small refac…

    …toring in MeteredKeyValueStore\InMemoryKeyValueStore\RocksDBStoreTest
    nathan22177 committed Apr 22, 2021
    Copy the full SHA
    c9aef82 View commit details
    Browse the repository at this point in the history
  4. KAFKA-12396 cosmetic changes in tests signatures

    nathan22177 committed Apr 22, 2021
    Copy the full SHA
    5e61459 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. KAFKA-12396 removed unused import

    nathan22177 committed Apr 26, 2021
    Copy the full SHA
    3d6bc9b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. KAFKA-12396 removed obsolete test

    nathan22177 committed Apr 27, 2021
    Copy the full SHA
    12038c0 View commit details
    Browse the repository at this point in the history