binbin.zhang

Results 51 issues of binbin.zhang

## Reproducible Example code `package main import ( "fmt" "github.com/jinzhu/copier" ) type baseUser struct { Id int Name string } type User struct { baseUser Name string } type Employee...

## Issue Description Type: *bug report* , *feature request* or *question* ### Describe what happened (or what feature you want) In version 1.6.1, memory load not work 1: Memory usage...

## Issue Description *feature request* Type: *bug report* , *feature request* or *question* ### Describe what happened (or what feature you want) To perform network fault injection for a domain...

discussion

## Issue Description Type: *question* ### Describe what happened (or what feature you want) CPU idle decreases after the blade prepare command is executed When the service is running online,...

type/enhancement
chaosblade-exec-jvm
difficulty/hard

## Issue Description executive command:make build_darwin chaosblade version: 1.3 ProductName: macOS ProductVersion: 11.5.2 ![image](https://user-images.githubusercontent.com/28588342/144224448-4b387de3-9952-41e9-9523-9fa413c643e9.png) in spec-go project gopsutil version is v2.20.5 ![image](https://user-images.githubusercontent.com/28588342/144352214-dc44295a-f34f-4a41-8360-45ca4f6a7f30.png) Type: *bug report* , *feature request* or *question*...

Question : 1: When is e.sent set to true? e is always redistributed in each cycle. 2: When I use the mdns listening service, I receive three duplicate registration notifications...

This PR provides the nacos registry, but now I can't find it .https://github.com/microhq/go-plugins/pull/583

### Describe what this PR does / why we need it ### Does this pull request fix one issue? fix:https://github.com/chaosblade-io/chaosblade-exec-jvm/issues/259 ### Describe how you did it ### Describe how to...

## Issue Description Type: *bug report* ### Describe what happened (or what feature you want) match rule log is printed before each injection,print log serializes the Model instance using Jackson。...

panic using the uatomic.Duration Store on a 32-bit system ``` panic: unaligned 64-bit atomic operation goroutine 132 [running]: runtime/internal/atomic.panicUnaligned() /home/ubuntu/BMI-HI3521A/go/src/runtime/internal/atomic/unaligned.go:8 +0x24 runtime/internal/atomic.Store64(0x45720ac, 0x3b9aca00) /home/ubuntu/BMI-HI3521A/go/src/runtime/internal/atomic/atomic_arm.s:301 +0x14 go.uber.org/atomic.(*Int64).Store(...) /StreamPlugins/gopath/pkg/mod/go.uber.org/[email protected]/int64.go:75 go.uber.org/atomic.(*Duration).Store(...) /StreamPlugins/gopath/pkg/mod/go.uber.org/[email protected]/duration.go:55 ```