Comment 16 for bug 1573841

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/21434
Committed: http://github.org/Juniper/contrail-puppet/commit/3a919dbe9598a0ed9ef69b4ff6fd2b16fef6f7c7
Submitter: Zuul
Branch: R3.0

commit 3a919dbe9598a0ed9ef69b4ff6fd2b16fef6f7c7
Author: Raj Reddy <email address hidden>
Date: Fri Jun 24 15:14:13 2016 -0700

in cassandra-env.sh, when comparing JVM_PATCH_VERSION, currently string cmp is
used which shows "101" < "25", hence changing the comparison to -lt cmp

Change-Id: If5318b46057cc8aac6ae35f6fa1e32d40d33236d
Closes-Bug: #1573841
(cherry picked from commit 311fb06be152581125d7fb9969e16b2183ac1c92)