[
https://issues.apache.org/jira/browse/RYA-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420860#comment-16420860
]
ASF GitHub Bot commented on RYA-469:
------------------------------------
Github user asfgit commented on the issue:
https://github.com/apache/incubator-rya/pull/285
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/716/<h2>Build
result: FAILURE</span></h2>[...truncated 1.60 MB...][INFO] Apache Rya Spark
Support ........................... SKIPPED[INFO] Apache Rya Web Projects
............................ SKIPPED[INFO] Apache Rya Web Implementation
...................... SKIPPED[INFO]
------------------------------------------------------------------------[INFO]
BUILD FAILURE[INFO]
------------------------------------------------------------------------[INFO]
Total time: 25:09 min[INFO] Finished at: 2018-03-30T19:35:18+00:00[INFO] Final
Memory: 220M/2461M[INFO]
------------------------------------------------------------------------[ERROR]
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
(check-licenses) on project rya.indexing.example: Too many files with
unapproved license: 1 See RAT report in:
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexingExample/target/rat.txt
-> [Help 1][ERROR] [ERROR] To see the full stack trace of the errors, re-run
Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to enable
full debug logging.[ERROR] [ERROR] For more information about the errors and
possible solutions, please read the following articles:[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command[ERROR] mvn <goals> -rf :rya.indexing.examplechannel stoppedSetting
status of a6c9bf8604705ece21d68543cd7bcc1ea252204a to FAILURE with url
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/716/
and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing
> Rya Streams - Join iterator bug.
> --------------------------------
>
> Key: RYA-469
> URL: https://issues.apache.org/jira/browse/RYA-469
> Project: Rya
> Issue Type: Bug
> Reporter: Kevin Chilton
> Assignee: Kevin Chilton
> Priority: Major
>
> {code:java}
> Exception in thread "StreamThread-3" java.lang.RuntimeException: Problem
> encountered while iterating over the other side's values within the state
> store.
> at
> org.apache.rya.streams.kafka.processors.join.JoinProcessorSupplier$JoinProcessor.process(JoinProcessorSupplier.java:178)
> at
> org.apache.rya.streams.kafka.processors.join.JoinProcessorSupplier$JoinProcessor.process(JoinProcessorSupplier.java:95)
> at
> org.apache.kafka.streams.processor.internals.ProcessorNode.process(ProcessorNode.java:68)
> at
> org.apache.kafka.streams.processor.internals.StreamTask.forward(StreamTask.java:343)
> at
> org.apache.kafka.streams.processor.internals.ProcessorContextImpl.forward(ProcessorContextImpl.java:187)
> at
> org.apache.rya.streams.kafka.processors.StatementPatternProcessorSupplier$StatementPatternProcessor.process(StatementPatternProcessorSupplier.java:112)
> at
> org.apache.rya.streams.kafka.processors.StatementPatternProcessorSupplier$StatementPatternProcessor.process(StatementPatternProcessorSupplier.java:70)
> at
> org.apache.kafka.streams.processor.internals.ProcessorNode.process(ProcessorNode.java:68)
> at
> org.apache.kafka.streams.processor.internals.StreamTask.forward(StreamTask.java:343)
> at
> org.apache.kafka.streams.processor.internals.ProcessorContextImpl.forward(ProcessorContextImpl.java:187)
> at
> org.apache.kafka.streams.processor.internals.SourceNode.process(SourceNode.java:64)
> at
> org.apache.kafka.streams.processor.internals.StreamTask.process(StreamTask.java:174)
> at
> org.apache.kafka.streams.processor.internals.StreamThread.runLoop(StreamThread.java:320)
> at
> org.apache.kafka.streams.processor.internals.StreamThread.run(StreamThread.java:218)
> Caused by: java.lang.IllegalStateException: The end of range marker must be
> the last key in the iterator.
> at
> org.apache.rya.streams.kafka.processors.join.KeyValueJoinStateStore$1.readNext(KeyValueJoinStateStore.java:221)
> at
> org.apache.rya.streams.kafka.processors.join.KeyValueJoinStateStore$1.next(KeyValueJoinStateStore.java:188)
> at
> org.apache.rya.streams.kafka.processors.join.KeyValueJoinStateStore$1.next(KeyValueJoinStateStore.java:158)
> at
> org.apache.rya.api.function.join.LazyJoiningIterator.next(LazyJoiningIterator.java:77)
> at
> org.apache.rya.api.function.join.LazyJoiningIterator.next(LazyJoiningIterator.java:41)
> at
> org.apache.rya.streams.kafka.processors.join.JoinProcessorSupplier$JoinProcessor.process(JoinProcessorSupplier.java:170)
> ... 13 more{code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)