the issues when porting Cassandra to IBM power8 machine

2015-01-06 Thread Cheng Jie He
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

Java code design issue

2015-01-12 Thread Cheng Jie He
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