forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow additional
scylla.version
formats
Modifies version parsing logic to try passing the `scylla.version` to the CCM when it can't be parsed as VersionNumber. If CCM manages to run `create` with it, then the usual version number is fetched from `ccm node versionfrombuild` output. To do that we introduce a static, worse version of `execute` method named `executeStatic`. It's a hacky way to keep doing version initialization in a static block. Non-static parts were removed. Logging parts were removed from its `LogOutputStream`s. Errors are written directly through `System.err`. It seems the loggers were not allowing the process to shut down properly and causing it to hang up. Exact root cause is unknown, I deemed it too time consuming to look into it.
- Loading branch information
Showing
1 changed file
with
94 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters