fluent / fluent/fluent-logger-python

sock.connect hang

Đang mở
#175 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
457
Fork
138
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

I encountered a problem when using asyncsender, the fastapi project, fluent-logger==0.9.6

When I was running pytest, I found that it would be blocked for a long time after the pytest ended

And not any log to tell me why, stuck here for a while time

Found that when the logger sends logs, each log will be blocked for 20 seconds because of socket connect.

Because the fluent address error, every time when `_send_loop` consume a log, it will trigger `_reconnect`.

And each `_reconnect` will took 20 seconds. I thought of two ways
- maybe there is a way that we can add timeout on connect
- when we meeted this kind error, we clear the queue and print some log

Sorry about the bad english :). Feel free to close this if un-needed :)

![image](https://user-images.githubusercontent.com/22811481/115949548-8125ed80-a508-11eb-932f-8295d4b1545a.png)

![image](https://user-images.githubusercontent.com/22811481/115949056-bc262200-a504-11eb-9245-60ce2fb673ef.png)

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

Bắt đầu bằng cách lần theo các đường đi _send_loop và _reconnect của logger, sau đó tái hiện hành vi bằng pytest và một địa chỉ Fluent không hợp lệ. Kiểm tra cách các lỗi kết nối socket chặn việc tiêu thụ log và xác minh rằng cách xử lý được chọn ngăn các lần chờ 20 giây lặp lại, đồng thời cung cấp hành vi chẩn đoán đã được báo cáo.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
python
Lĩnh vực
observability
Loại issue
Lỗi
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
45/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.