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

Wei Deng commented on CASSANDRA-12512:
--------------------------------------

Yep, after applying this 
[patch|https://issues.apache.org/jira/secure/attachment/12824146/0001-Replaced-using-CFMetaData.compile-in-cassandra-stres.patch],
 I was able to get compaction-stress to work.

To apply the patch cleanly, the additional import packages needed to be 
manually inserted but it was trivial.

> compaction-stress: assertion error on accessing Schema.instance from 
> client-mode tool
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12512
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12512
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Wei Deng
>
> When I was trying the new compaction-stress tool from 3.10, I ran into the 
> following error:
> {noformat}
> automaton@wdengsummitsparkgoogle-0ce59d338-1:~/cassandra-trunk$ 
> ./tools/bin/compaction-stress write -d /tmp/compaction -g 5 -p 
> https://gist.githubusercontent.com/tjake/8995058fed11d9921e31/raw/a9334d1090017bf546d003e271747351a40692ea/blogpost.yaml
>  -t 4
> java.lang.AssertionError: This assertion failure is probably due to accessing 
> Schema.instance from client-mode tools - See CASSANDRA-8143.
>       at org.apache.cassandra.config.CFMetaData.<init>(CFMetaData.java:288)
>       at org.apache.cassandra.config.CFMetaData.<init>(CFMetaData.java:66)
>       at 
> org.apache.cassandra.config.CFMetaData$Builder.build(CFMetaData.java:1332)
>       at org.apache.cassandra.config.CFMetaData.compile(CFMetaData.java:433)
>       at 
> org.apache.cassandra.stress.StressProfile.init(StressProfile.java:174)
>       at 
> org.apache.cassandra.stress.StressProfile.load(StressProfile.java:801)
>       at 
> org.apache.cassandra.stress.CompactionStress.getStressProfile(CompactionStress.java:162)
>       at 
> org.apache.cassandra.stress.CompactionStress$DataWriter.run(CompactionStress.java:289)
>       at 
> org.apache.cassandra.stress.CompactionStress.main(CompactionStress.java:353)
> {noformat}
> Probably another code path not covered by CASSANDRA-8143? From the 
> [comment|https://issues.apache.org/jira/browse/CASSANDRA-8143?focusedCommentId=14802787&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14802787]
>  it appears that this should no longer happen after the patch and I confirmed 
> the patch is in the code I'm using.
> To be exact for reproduce, I'm building from trunk with this commit hash (Aug 
> 20, 2016): 
> https://github.com/apache/cassandra/tree/7eb6b997f216d9971499d877bfc74489c9a46681



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to