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

OSS Gate Workshop: online: 2024-07-27: daipom: Fluentd: Work log #1845

Closed
daipom opened this issue Jul 27, 2024 · 11 comments
Closed

OSS Gate Workshop: online: 2024-07-27: daipom: Fluentd: Work log #1845

daipom opened this issue Jul 27, 2024 · 11 comments
Labels
work log ワークショップ作業メモ

Comments

@daipom
Copy link
Contributor

daipom commented Jul 27, 2024

This is a work log of a "OSS Gate workshop".
"OSS Gate workshop" is an activity to increase OSS developers.
Here's been discussed in Japanese. Thanks.

作業ログ作成時の説明

以下のテンプレートを埋めてタイトルに設定します。埋め方例はスクロールすると見えてきます。

OSS Gate Workshop: ${LOCATION}: ${YEAR}-${MONTH}-${DAY}: ${ACCOUNT_NAME}: ${OSS_NAME}: Work log

タイトル例↓:

OSS Gate Workshop: Tokyo: 2017-01-16: kou: Rabbit: Work log

OSS Gateワークショップ関連情報

  • スライド:ワークショップの進行に使っているスライドがあります。
  • チャット:OSS開発に関することならなんでも相談できます。ワークショップが終わった後もオンラインで相談しながら継続的にOSSの開発に参加しましょう!
  • シナリオ:ワークショップの目的・内容・進め方の詳細が書いています。
  • 過去のビギナーの作業ログ:他の人の作業ログから学べることがいろいろあるはずです。
@daipom daipom added the work log ワークショップ作業メモ label Jul 27, 2024
@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

まずは今日動かすOSSを決める

@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

最近触っているのはFluentd。

@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

Fluentdのライセンスは

https://github.com/fluent/fluentd/blob/master/LICENSE

を見ると、 Apache License Version 2.0 みたい。

これは

https://opensource.org/license/apache-2-0

にあるので、OSSです。
今日はこれを触ってみたいと思います。

@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

ドキュメントを探す

@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

README: https://github.com/fluent/fluentd/blob/master/README.md
公式ドキュメント: https://docs.fluentd.org/

これを見ながら、インストールして、動かしてみる。

@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

バージョンは、次のように出力させられる。

$ fluentd --version
fluentd 1.17.0

が、この--versionオプションが、

https://docs.fluentd.org/deployment/command-line-option

に記載されていない!!
これはコントリビュートできるかもしれない。

@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

前に見つけたIssue

fluent/fluentd#4488
socketry/fiber-local#4

@daipom daipom changed the title OSS Gate Workshop: online: 2024-07-27: daipom: ${OSS_NAME}: Work log OSS Gate Workshop: online: 2024-07-27: daipom: Fluentd: Work log Jul 27, 2024
@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

fluentdコマンドを実行する毎にFiber#storage has borked keys and is being monkey-patched.というメッセージが表示されるのはバグだと思うので、報告したい。

$ fluentd --version
Fiber#storage has borked keys and is being monkey-patched.
fluentd 1.17.0

@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

https://github.com/fluent/fluentd/blob/master/CONTRIBUTING.md

に、コントリビュートの仕方が書いてある。
バグを見つけたらIssueを作るとのことなので、そうする

@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

@daipom
Copy link
Contributor Author

daipom commented Jul 27, 2024

Describe the bug

This message is shown when executing Fluentd or the tests.

Fiber#storage has borked keys and is being monkey-patched.

To Reproduce

$ fluentd --version
Fiber#storage has borked keys and is being monkey-patched.
fluentd 1.17.0

Expected behavior

$ fluentd --version
fluentd 1.17.0

Your Environment

Your Configuration

Your Error Log

@daipom daipom closed this as completed Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work log ワークショップ作業メモ
Projects
None yet
Development

No branches or pull requests

1 participant