Remove unnecessary logs to clean up code in Helix.
Showing 1 of 10 files from the diff.
Other files ignored by Codecov
@@ -2066,7 +2066,7 @@
Loading
2066 | 2066 | success = true; |
|
2067 | 2067 | } catch (ZkNoNodeException e) { |
|
2068 | 2068 | success = false; |
|
2069 | - | LOG.debug("zkclient {}, Failed to delete path {}, znode does not exist!", _uid, path); |
|
2069 | + | LOG.debug("zkclient {}, Failed to delete path {}, znode does not exist!", _uid, path, e); |
|
2070 | 2070 | } |
|
2071 | 2071 | record(path, null, startT, ZkClientMonitor.AccessType.WRITE); |
|
2072 | 2072 | } catch (Exception e) { |
Files | Coverage |
---|---|
helix-common/src/main/java/org/apache/helix | 0.00% |
metadata-store-directory-common/src/main/java/org/apache/helix/msdcommon | 89.60% |
metrics-common/src/main/java/org/apache/helix/monitoring/mbeans | 0.00% |
zookeeper-api/src/main/java/org/apache/helix/zookeeper | 49.66% |
Project Totals (84 files) | 48.63% |
3154045752
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.