Results 176 comments of zrlw

> > ERROR: The following files don't have a valid license header: dubbo-plugin/dubbo-qos/META-INF/dubbo/internal/org.apache.dubbo.qos.api.BaseCommand > > added manually The cause is ```org.apache.dubbo.qos.api.BaseCommand``` should not be added to the wrong location ```dubbo-plugin/dubbo-qos/META-INF```,...

Remove all System.out statements or log them refer to ```LsTest.java```

> not in `dubbo-plugin/dubbo-qos/META-INF/dubbo/internal/` already placed at `dubbo-plugin/dubbo-qos/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.qos.api.BaseCommand` and still checking for licence header 1. deleted ```dubbo-plugin/dubbo-qos/META-INF/dubbo/internal/org.apache.dubbo.qos.api.BaseCommand``` by https://github.com/apache/dubbo/pull/15590/commits/b9bfc4c0fa41a8762db9b9f4e162e258e2a3ed98 2. removed license header from ```dubbo-plugin/dubbo-qos/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.qos.api.BaseCommand``` by https://github.com/apache/dubbo/pull/15590/commits/c4a89a1755f12429cd0f03f8a394e2380ba4b030 see the result:...

you'd better search some documents about how to solve git merge conflicts, ```force-merge``` should not be used if you are not familiar with the codes. and the codes which are...

> @zrlw do any further modifications are required for this PR? waiting for other reviewers checking.

could you provide test codes to reproduce the issue that you encountered?

try the latest version. the issue that you said might be duplicated with https://github.com/apache/dubbo/issues/14635

> can i fix it by changing some config in 3.2.18 ? no

you should fix your error code inspect failure issue first. open the failure link at https://github.com/apache/dubbo/actions/runs/17537062451/job/50106226140?pr=15639, or open your local ```build-and-test-pr.yml``` and run its ```Run Error Code Inspecting``` on your...

``` fail=0; total=0 for s in 7138 7351 7892 11170 15857 15869 17721 20421 21699 22631 24059 29905; do echo "SEED=$s" total=$((total+1)) SEED=$s ./mvnw -pl dubbo-common -DfailIfNoTests=true -DforkCount=1 -DreuseForks=false \...