You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/05/06 19:02:14 UTC

[GitHub] [incubator-pinot] jackjlli commented on pull request #5343: Fix ByteBuffer incompatible issue

jackjlli commented on pull request #5343:
URL: https://github.com/apache/incubator-pinot/pull/5343#issuecomment-624831778


   @siddharthteotia Thanks for reminding. While I do see the error I described in the PR when I ran the integration test locally, which seems different from what it shows on the user’s message. But that PR is still valid.
   ```
   Exception in thread "pool-32-thread-5" java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
   	at org.apache.pinot.core.segment.memory.PinotByteBuffer.view(PinotByteBuffer.java:306)
   	at org.apache.pinot.core.segment.memory.PinotDataBuffer.view(PinotDataBuffer.java:380)
   	at org.apache.pinot.core.io.writer.impl.v1.FixedBitMultiValueWriter.<init>(FixedBitMultiValueWriter.java:92)
   	at org.apache.pinot.core.segment.creator.impl.fwd.MultiValueUnsortedForwardIndexCreator.<init>(MultiValueUnsortedForwardIndexCreator.java:38)
   	at org.apache.pinot.core.segment.creator.impl.SegmentColumnarIndexCreator.init(SegmentColumnarIndexCreator.java:169)
   	at org.apache.pinot.core.segment.creator.impl.SegmentIndexCreationDriverImpl.build(SegmentIndexCreationDriverImpl.java:172)
   	at org.apache.pinot.integration.tests.ClusterIntegrationTestUtils.lambda$buildSegmentsFromAvro$0(ClusterIntegrationTestUtils.java:276)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org