Remove Core Lib directory
This commit is contained in:
parent
5fdc6cfc24
commit
01ae730023
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11
core/pom.xml
11
core/pom.xml
|
@ -226,17 +226,6 @@
|
|||
<version>1.1.0</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- We don't use this since the publish pom is then messed up -->
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>sigar</groupId>
|
||||
<artifactId>sigar</artifactId>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/sigar/sigar-1.6.4.jar</systemPath>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
-->
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -395,7 +395,6 @@ public class ClusterStatsNodes implements ToXContent, Streamable {
|
|||
}
|
||||
count++;
|
||||
if (nodeStats.getProcess().getCpu() != null) {
|
||||
// with no sigar, this may not be available
|
||||
cpuPercent += nodeStats.getProcess().getCpu().getPercent();
|
||||
}
|
||||
long fd = nodeStats.getProcess().getOpenFileDescriptors();
|
||||
|
|
Loading…
Reference in New Issue