Dave Brosius created CASSANDRA-5465:
---------------------------------------

             Summary: Shuffle fails to write to system.range_xfers
                 Key: CASSANDRA-5465
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5465
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0
            Reporter: Dave Brosius
            Priority: Minor
             Fix For: 2.0
         Attachments: 5465.txt

On trunk, only, executing

INSERT INTO system.range_xfers (token_bytes, requested_at) VALUES 
('5e29cbe30503a9ec', 'now');

fails with

Exception in thread "main" java.lang.RuntimeException: 
InvalidRequestException(why:Invalid STRING constant (5e29cbe30503a9ec) for 
token_bytes of type blob)
        at org.apache.cassandra.tools.Shuffle.executeCqlQuery(Shuffle.java:516)
        at org.apache.cassandra.tools.Shuffle.shuffle(Shuffle.java:359)
        at org.apache.cassandra.tools.Shuffle.main(Shuffle.java:681)


patch validates blob->string


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to