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

Clean up some typos and docs/help mistakes #2514

Merged
merged 4 commits into from
Jul 23, 2023
Merged

Clean up some typos and docs/help mistakes #2514

merged 4 commits into from
Jul 23, 2023

Conversation

hindessm
Copy link
Collaborator

Fix obsolete reference to ioutil.Discard in docs.
Fix duplication of defaults in tools/kafka-producer-performance help output (flag output already includes the defaults without explicitly documenting them).
Fix some typos spotted while reading the code.

Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
@dnwe
Copy link
Collaborator

dnwe commented Jul 22, 2023

@hindessm thanks! We should probably also enable the misspell golangci-lint checker

@dnwe dnwe added the chore label Jul 22, 2023
@dnwe
Copy link
Collaborator

dnwe commented Jul 23, 2023

@hindessm interesting, not changed by your PR but it looks like the ubi default package set has seemingly changed overnight and the docker image used by the FV tests no longer has timezone files:

kafka-4_1 | 2023-07-23T07:10:43.693653327Z java.lang.NoClassDefFoundError: Could not initialize class sun.util.calendar.ZoneInfoFile
etc.

@hindessm
Copy link
Collaborator Author

More puzzling is that the ubi image has tzdata package installed but is missing the /usr/share/zoneinfo files that the tzdata package contains.

@hindessm
Copy link
Collaborator Author

I've pushed a fix - microdnf reinstall tzdata.

@hindessm
Copy link
Collaborator Author

Sadly I don't think that fix alone was sufficient...

Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
@hindessm
Copy link
Collaborator Author

It needed microdnf install tzdata-java too.

@dnwe dnwe merged commit 6ecdb50 into IBM:main Jul 23, 2023
@dnwe
Copy link
Collaborator

dnwe commented Jul 23, 2023

Thanks!

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