The following deprecated should appear in user's log file.
- Dominant language
- Java
- Stars
- 41.6k
- Forks
- 26.4k
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 4
Description
Dubbo version: 3.3.0 SNAPSHOT
```text
2023-07-13 13:44:31.209 WARN 82057 --- [ main] .a.d.c.DeprecatedMethodInvocationCounter : [DUBBO] Deprecated method invoked. The method is org.apache.dubbo.config.AbstractInterfaceConfig.setModule(ModuleConfig module), dubbo version: 3.3.0-beta.1-SNAPSHOT, current host: 30.221.149.6, error code: 0-99. This may be caused by invocation of deprecated method, go to https://dubbo.apache.org/faq/0/99 to find instructions.
2023-07-13 13:44:31.209 WARN 82057 --- [ main] .a.d.c.DeprecatedMethodInvocationCounter : [DUBBO] Deprecated method invoked. The method is org.apache.dubbo.config.AbstractInterfaceConfig.setMonitor(MonitorConfig monitor), dubbo version: 3.3.0-beta.1-SNAPSHOT, current host: 30.221.149.6, error code: 0-99. This may be caused by invocation of deprecated method, go to https://dubbo.apache.org/faq/0/99 to find instructions.
2023-07-13 13:44:31.215 WARN 82057 --- [ main] .a.d.c.DeprecatedMethodInvocationCounter : [DUBBO] Deprecated method invoked. The method is org.apache.dubbo.config.AbstractInterfaceConfig.appendMetricsCompatible(Map map), dubbo version: 3.3.0-beta.1-SNAPSHOT, current host: 30.221.149.6, error code: 0-99. This may be caused by invocation of deprecated method, go to https://dubbo.apache.org/faq/0/99 to find instructions.
```
Contributor guide
Research direction
Reproduce the report with Dubbo 3.3.0 SNAPSHOT using the deprecated calls shown in the log excerpt: setModule, setMonitor, and appendMetricsCompatible. Trace where these warnings are emitted and how the user's log file is configured; done means each deprecated-method warning appears in that file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- observability-sre
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100