Author: [email protected] Date: Fri Apr 6 17:13:36 2012 New Revision: 2197 Log: [AMDATUCASSANDRA-172] Added extra catch for IOError and enhanced error logging
Modified: branches/amdatu-cassandra-0.2.3/_patches/patches overview.txt branches/amdatu-cassandra-0.2.3/cassandra-application/pom.xml branches/amdatu-cassandra-0.2.3/pom.xml Modified: branches/amdatu-cassandra-0.2.3/_patches/patches overview.txt ============================================================================== --- branches/amdatu-cassandra-0.2.3/_patches/patches overview.txt (original) +++ branches/amdatu-cassandra-0.2.3/_patches/patches overview.txt Fri Apr 6 17:13:36 2012 @@ -7,9 +7,9 @@ QUORUM range scan read triggers unnecessary row mutation in a 3-node cluster with RF 3 -> 0.8.10-2 -http://jira.amdatu.org/jira/browse/AMDATUCASSANDRA-172 +http://jira.amdatu.org/jira/browse/AMDATUCASSANDRA-172 (v1, v2, v3) Cassandra should skip corrupted commit log entries --> 0.8.10-3 +-> 0.8.10-5 Hector core 0.8.0-3 Modified: branches/amdatu-cassandra-0.2.3/cassandra-application/pom.xml ============================================================================== --- branches/amdatu-cassandra-0.2.3/cassandra-application/pom.xml (original) +++ branches/amdatu-cassandra-0.2.3/cassandra-application/pom.xml Fri Apr 6 17:13:36 2012 @@ -149,37 +149,37 @@ </plugin> </plugins> <pluginManagement> - <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.maven.plugins - </groupId> - <artifactId> - maven-dependency-plugin - </artifactId> - <versionRange>[2.2,)</versionRange> - <goals> - <goal>unpack-dependencies</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> + <plugins> + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-dependency-plugin + </artifactId> + <versionRange>[2.2,)</versionRange> + <goals> + <goal>unpack-dependencies</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> </pluginManagement> </build> Modified: branches/amdatu-cassandra-0.2.3/pom.xml ============================================================================== --- branches/amdatu-cassandra-0.2.3/pom.xml (original) +++ branches/amdatu-cassandra-0.2.3/pom.xml Fri Apr 6 17:13:36 2012 @@ -36,7 +36,7 @@ <amdatu.web.version>0.2.1</amdatu.web.version> <!-- Version of cassandra itself --> - <cassandra.version>0.8.10-3</cassandra.version> + <cassandra.version>0.8.10-5</cassandra.version> <!-- Version of SLF4J --> <slf4j.version>1.6.1</slf4j.version> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
