all:
I am trying to port Cassandra to IBM's Power8 platform, which is little
endian and Ubuntu14 installed. The follow tests failed with errors below:
hcj@ubuntu-hcj:~$ ant test -Dtest.name=PreparedStatementsTest -v
error log:
[junit] - ---
[junit] Te
all:
In the trunk branch of cassandra code, in file of src/java/org/apache/
cassandra/service/GCInspector.java:
import com.sun.management.GarbageCollectionNotificationInfo;
This seems a specific implementation of Sun. For common use, could we make
this implementation more high level (interface