Jiabao Qu

Results 10 issues of Jiabao Qu

#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: The pkg/util/ipset.IPSet API is very weak on "hiding" #### Which issue(s)...

sig/network
kind/cleanup
size/XL
release-note-none
cncf-cla: yes
needs-ok-to-test
area/ipvs
needs-priority
needs-triage

## 🐛 Bug Description I want to automatic update of daily frequency data, I write a crontab but it doesn't work, so I manually test with the following command ```sh...

bug

## Describe the feature Manual approve each step of canary phase by send http request, for the current time, the loadtester accept the canary name and namespace as key, maybe...

I have implemented this algorithm in golang, https://github.com/PalanQu/LoggingDrain3, I hope it will be helpful to someone.

Fix #254 upgrade the document, build v1.4.21 the project from source

ilogtail通过daemonset部署,版本commit为`d413393c79eae41c95bfce03b1e2c519372892ba`,最后一个commit为2024年9月15日,采集配置如下,有两个问题 ``` inputs: - Type: input_file FilePaths: - /log/*.info EnableContainerDiscovery: true AppendingLogPositionMeta: true AllowingIncludedByMultiConfigs: true CollectingContainersMeta: true ExternalK8sLabelTag: cluster: subApplication ContainerFilters: IncludeK8sLabel: cluster: "^.*$" ``` 1. 采集到的日志并没有携带metadata信息,例如采集到的日志如下 ``` 2024-10-17 19:44:21...

question

# What I have done 1. Add debug info in `node/consensus/master/broadcast_messaging.go 22` 2. Run a node with config `listenMultiaddr: /ip4/0.0.0.0/tcp/8336/ws` 3. Use `wstest` to send message to the node 4....

``` golang // node/consensus/time/master_time_reel.go type MasterTimeReel struct { rwMutex sync.RWMutex filter []byte engineConfig *config.EngineConfig logger *zap.Logger clockStore store.ClockStore frameProver crypto.FrameProver head *protobufs.ClockFrame pending map[uint64][]*protobufs.ClockFrame frames chan *protobufs.ClockFrame // goroutine leak...