README.md 1.9 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1 2 3
# FAQs
These are known and common FAQs. We welcome you to contribute yours.

4 5 6
## Design
* [Why doesn't SkyWalking involve MQ in the architecture?](why_mq_not_involved.md)

wu-sheng's avatar
wu-sheng 已提交
7 8 9
## Compiling
* [Protoc plugin fails in maven build](Protoc-Plugin-Fails-When-Build.md)
* [Required items could not be found, when import project into Eclipse](Import-Project-Eclipse-RequireItems-Exception.md)
10
* [Maven compilation failure with `python2 not found` error](maven-compile-npm-failure.md)
wu-sheng's avatar
wu-sheng 已提交
11 12

## Runtime
13
* [8.x+ upgrade](v8-version-upgrade.md)
14
* [Why metrics indexes(ElasticSearch) in Hour and Day precisions stop update after upgrade to 7.x?](Hour-Day-Metrics-Stopping.md)
15
* [6.x version upgrade](v6-version-upgrade.md)
wu-sheng's avatar
wu-sheng 已提交
16 17
* [Why only traces in UI?](Why-have-traces-no-others.md)
* [The trace doesn't continue in kafka consumer side](kafka-plugin.md)
18
* [Agent or collector version upgrade,  3.x -> 5.0.0-alpha](v3-version-upgrade.md)
19 20
* [EnhanceRequireObjectCache class cast exception](EnhanceRequireObjectCache-Cast-Exception.md)
* [ElasticSearch server performance FAQ, including ERROR CODE:429](ES-Server-FAQ.md)
21
* [IllegalStateException when install Java agent on WebSphere 7](install_agent_on_websphere.md)
J
Jared Tan 已提交
22
* ["FORBIDDEN/12/index read-only / allow delete (api)" appears in the log](https://discuss.elastic.co/t/forbidden-12-index-read-only-allow-delete-api/110282)
V
Videl Smith 已提交
23
* [No data shown and backend replies with "Variable 'serviceId' has coerced Null value for NonNull type 'ID!'"](time-and-timezone.md)
24
* [**Unexpected endpoint register** warning after 6.6.0](Unexpected-endpoint-register.md)
25
* [Use the profile exporter tool if the profile analysis is not right](../guides/backend-profile-export.md)
26 27
* [Compatible with other javaagent bytecode processing](Compatible-with-other-javaagent-bytecode-processing.md)
* [**Java agent memory leak** when enhance `Worker thread` at use Thread Pool](Memory-leak-enhance-Worker-thread.md)
D
Daming 已提交
28
* [Thrift plugin](thrift-plugin.md)