You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/01/13 13:20:39 UTC

[iotdb] branch master updated: Add Jprofiler link in Contribute guide (#4806)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 84a3b01  Add Jprofiler link in Contribute guide (#4806)
84a3b01 is described below

commit 84a3b01006b801aed89ccf6bb3c7c439c6ca329a
Author: Haonan <hh...@outlook.com>
AuthorDate: Thu Jan 13 21:19:31 2022 +0800

    Add Jprofiler link in Contribute guide (#4806)
---
 docs/Development/ContributeGuide.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/Development/ContributeGuide.md b/docs/Development/ContributeGuide.md
index 917767c..180380d 100644
--- a/docs/Development/ContributeGuide.md
+++ b/docs/Development/ContributeGuide.md
@@ -182,7 +182,12 @@ org.apache.maven.wagon.TransferFailedException: Transfer failed for https://gith
       * https://github.com/apache/iotdb-bin-resources/blob/main/compile-tools/thrift-0.14-ubuntu
 
       * https://github.com/apache/iotdb-bin-resources/blob/main/compile-tools/thrift-0.14-MacOS
- 
+
  * Put the file to thrift/target/tools/
 
  * Re-run maven command like `mvn compile`
+
+
+## Recommended Debug Tool 
+
+The initial committer of IoTDB is using this  [Java profiler](https://www.ej-technologies.com/products/jprofiler/overview.html) to debug. Welcome all IoTDB contributors to use it.