Corentin Chary created CASSANDRA-13647:
------------------------------------------

             Summary: cassandra-test: URI is not absolute
                 Key: CASSANDRA-13647
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13647
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: Corentin Chary
             Fix For: 4.x


With current trunk (I just added the code to print the exception):

{code}
$ ./tools/bin/cassandra-stress user profile=./biggraphite.yaml n=100000 
'ops(insert=1)' no-warmup cl=ONEjava.lang.IllegalArgumentException: URI is not 
absolute
        at java.net.URI.toURL(URI.java:1088)
        at 
org.apache.cassandra.stress.StressProfile.load(StressProfile.java:771)
        at 
org.apache.cassandra.stress.settings.SettingsCommandUser.<init>(SettingsCommandUser.java:76)
        at 
org.apache.cassandra.stress.settings.SettingsCommandUser.build(SettingsCommandUser.java:190)
        at 
org.apache.cassandra.stress.settings.SettingsCommand.get(SettingsCommand.java:220)
        at 
org.apache.cassandra.stress.settings.StressSettings.get(StressSettings.java:192)
        at 
org.apache.cassandra.stress.settings.StressSettings.parse(StressSettings.java:169)
        at org.apache.cassandra.stress.Stress.run(Stress.java:80)
        at org.apache.cassandra.stress.Stress.main(Stress.java:62)
{code}

I wasn't able to quickly find the change that caused that.

cc: [~tjake]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to