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:18:49 UTC

[iotdb] branch add_jprofiler created (now 5718c3f)

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

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


      at 5718c3f  Add Jprofiler link

This branch includes the following new commits:

     new 07b798d  Add Jprofiler link
     new 5718c3f  Add Jprofiler link

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/02: Add Jprofiler link

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 07b798d10c33a31f2fd5ab536be942743470893d
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Jan 13 21:17:05 2022 +0800

    Add Jprofiler link
---
 docs/Development/ContributeGuide.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/Development/ContributeGuide.md b/docs/Development/ContributeGuide.md
index 917767c..b412288 100644
--- a/docs/Development/ContributeGuide.md
+++ b/docs/Development/ContributeGuide.md
@@ -182,7 +182,15 @@ 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.

[iotdb] 02/02: Add Jprofiler link

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5718c3f08452bc6223a967b27fff6b82991ff1fd
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Jan 13 21:17:17 2022 +0800

    Add Jprofiler link
---
 docs/Development/ContributeGuide.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/Development/ContributeGuide.md b/docs/Development/ContributeGuide.md
index b412288..180380d 100644
--- a/docs/Development/ContributeGuide.md
+++ b/docs/Development/ContributeGuide.md
@@ -187,9 +187,6 @@ org.apache.maven.wagon.TransferFailedException: Transfer failed for https://gith
 
  * Re-run maven command like `mvn compile`
 
- * 
-
- * 
 
 ## Recommended Debug Tool