-
Notifications
You must be signed in to change notification settings - Fork 14.3k
HOTFIX: add SuppressWarnings in TieredStorageTestUtils #19494
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
Conversation
@@ -53,7 +54,6 @@ | |||
import static org.apache.kafka.server.log.remote.storage.RemoteLogManagerConfig.REMOTE_LOG_STORAGE_SYSTEM_ENABLE_PROP; | |||
import static org.apache.kafka.server.log.remote.storage.RemoteLogManagerConfig.REMOTE_STORAGE_MANAGER_CLASS_NAME_PROP; | |||
import static org.apache.kafka.server.log.remote.storage.RemoteLogManagerConfig.REMOTE_STORAGE_MANAGER_CONFIG_PREFIX_PROP; | |||
import static org.apache.kafka.storage.internals.log.CleanerConfig.LOG_CLEANER_ENABLE_PROP; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems we don't need this change, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the quick fix!
We need add SuppressWarnings annotation, because `log.cleaner.enable` mark deprecated. Reviewers: PoAn Yang <[email protected]>, Kuan-Po Tseng <[email protected]>, TengYao Chi <[email protected]>, Chia-Ping Tsai <[email protected]>
We need add SuppressWarnings annotation, because
log.cleaner.enable
mark deprecated.
Reviewers: PoAn Yang [email protected], Kuan-Po Tseng
[email protected], TengYao Chi [email protected], Chia-Ping
Tsai [email protected]