README.md 2.2 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1
# FAQs
W
Wing 已提交
2
These are known and frequently asked questions about SkyWalking. We welcome you to contribute here.
wu-sheng's avatar
wu-sheng 已提交
3

4
## Design
W
Wing 已提交
5
* [Why doesn't SkyWalking involve MQ in its architecture?](why_mq_not_involved.md)
6

wu-sheng's avatar
wu-sheng 已提交
7 8
## Compiling
* [Protoc plugin fails in maven build](Protoc-Plugin-Fails-When-Build.md)
W
Wing 已提交
9 10 11
* [Required items could not be found when importing project into Eclipse](Import-Project-Eclipse-RequireItems-Exception.md)
* [Maven compilation failure with error such as `python2 not found`](maven-compile-npm-failure.md)
* [Compiling issues on Mac's M1 chip](How-to-build-with-mac-m1.md)
wu-sheng's avatar
wu-sheng 已提交
12 13

## Runtime
14
* [Elasticsearch exception `type=version_conflict_engine_exception` since 8.7.0](es-version-conflict.md)
W
Wing 已提交
15 16 17 18 19
* [Version 8.x+ upgrade](v8-version-upgrade.md)
* [Why do metrics indexes with Hour and Day precisions stop updating after upgrade to 7.x?](Hour-Day-Metrics-Stopping.md)
* [Version 6.x upgrade](v6-version-upgrade.md)
* [Why are there only traces in UI?](Why-have-traces-no-others.md)
* [Tracing doesn't work on the Kafka consumer end](kafka-plugin.md)
20
* [Agent or collector version upgrade,  3.x -> 5.0.0-alpha](v3-version-upgrade.md)
21
* [EnhanceRequireObjectCache class cast exception](EnhanceRequireObjectCache-Cast-Exception.md)
W
Wing 已提交
22 23
* [ElasticSearch server performance issues, including ERROR CODE:429](ES-Server-FAQ.md)
* [IllegalStateException when installing Java agent on WebSphere 7](install_agent_on_websphere.md)
J
Jared Tan 已提交
24
* ["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 已提交
25
* [No data shown and backend replies with "Variable 'serviceId' has coerced Null value for NonNull type 'ID!'"](time-and-timezone.md)
26
* [**Unexpected endpoint register** warning after 6.6.0](Unexpected-endpoint-register.md)
27
* [Use the profile exporter tool if the profile analysis is not right](../guides/backend-profile-export.md)
W
Wing 已提交
28 29
* [Compatibility with other javaagent bytecode processes](Compatible-with-other-javaagent-bytecode-processing.md)
* [**Java agent memory leak** when enhancing `Worker thread` at Thread Pool](Memory-leak-enhance-Worker-thread.md)
wu-sheng's avatar
wu-sheng 已提交
30 31 32
* [Thrift plugin](thrift-plugin.md)

## UI
33
* [What is **VNode**? And why does SkyWalking have that?](vnode.md)