[ 
https://issues.apache.org/jira/browse/CASSANDRA-17178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646828#comment-17646828
 ] 

David Capwell commented on CASSANDRA-17178:
-------------------------------------------

Updated patches and saw

{code}
$ git st
On branch CASSANDRA-17178
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   config-2_1.yml.high_res.patch
        modified:   config-2_1.yml.mid_res.patch
{code}

ran generate

{code}
$ ./generate.sh -a
Generating new config.yml file with low resources and LOWRES/MIDRES/HIGHRES 
templates from config-2_1.yml
gpatching file ./config-2_1.yml
patching file ./config-2_1.yml
{code}

I did have to modify each yaml it generates as the bug I reported isn't fixed, 
so it adds non-yaml... once I cleanup the error msg in the output I get

{code}
$ git st
On branch CASSANDRA-17178
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   config-2_1.yml.high_res.patch
        modified:   config-2_1.yml.mid_res.patch
        modified:   config.yml
{code}

config.yml is different as it overrides my changes to enable CI, main takeaway 
is that LOW/MID/HIGH are not changed

> CEP-10: Simulator Java11 Support
> --------------------------------
>
>                 Key: CASSANDRA-17178
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17178
>             Project: Cassandra
>          Issue Type: Task
>          Components: Test/fuzz
>            Reporter: Benedict Elliott Smith
>            Assignee: David Capwell
>            Priority: Normal
>             Fix For: NA
>
>
> Java11 introduces new protection domains for package private methods, so that 
> classes loaded with different class loaders may not access each others’ 
> package private methods, regardless of the package they are declared within. 
> There are differences within the JDK also, and there may be byte weaving 
> targets that need updating (ThreadLocalRandom was one that has been handled)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to