jacek-lewandowski commented on code in PR #2983:
URL: https://github.com/apache/cassandra/pull/2983#discussion_r1424901424


##########
src/java/org/apache/cassandra/service/StartupChecks.java:
##########
@@ -187,6 +190,58 @@ public void verify(StartupChecksOptions options) throws 
StartupException
         }
     }
 
+    // https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843
+    public static final StartupCheck checkKernelBug1057843 = new StartupCheck()
+    {
+        private final Range<CassandraVersion> affectedKernels = 
Range.closedOpen(
+        new CassandraVersion("6.1.64").toBaseVersion(), new 
CassandraVersion("6.1.66").toBaseVersion());

Review Comment:
   yeah, I know it is confusing. I just wanted to avoid creating a duplicate of 
`CassandraVersion`. Some alternative is to use `Semver` but so far we have this 
library included only in tests. It shouldn't be a problem to include it in 
production code as its license is acceptable.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to