Ariel Weisberg created CASSANDRA-10019:
------------------------------------------
Summary: UFPureScriptTest.testJavascriptTupleType fails on
uninitialized thread id
Key: CASSANDRA-10019
URL: https://issues.apache.org/jira/browse/CASSANDRA-10019
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: Ariel Weisberg
Assignee: Ariel Weisberg
Fix For: 3.0 beta 1
http://cassci.datastax.com/view/trunk/job/trunk_utest/492/testReport/junit/org.apache.cassandra.cql3.validation.entities/UFPureScriptTest/testJavascriptTupleType/
The thread ID is retrieved from the executor service when the task executes
which may not be immediately. There appear to be scenarios where it will try to
get CPU time for the uninitialized thread id.
I propose waiting for the thread id to be set up to a timeout in the event it
isn't set.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)