You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "xiangfu0 (via GitHub)" <gi...@apache.org> on 2023/11/07 21:06:06 UTC

[I] [flaky test] org.apache.pinot.segment.local.indexsegment.mutable.IndexingFailureTest [pinot]

xiangfu0 opened a new issue, #11962:
URL: https://github.com/apache/pinot/issues/11962

   ```
   [INFO] Running org.apache.pinot.segment.local.indexsegment.mutable.IndexingFailureTest
   OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
   WARNING: A Java agent has been loaded dynamically (/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.14.6/byte-buddy-agent-1.14.6.jar)
   WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
   WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
   WARNING: Dynamic loading of agents will be disallowed by default in a future release
   20:48:40.806 ERROR [MutableSegmentImpl_testSegment__0__0__155555_testStream] [main] failed to index value with json_index
   java.io.UncheckedIOException: com.fasterxml.jackson.core.io.JsonEOFException: Unexpected end-of-input in field name
    at [Source: (String)"{"truncatedJson..."; line: 1, column: 19]
   	at org.apache.pinot.segment.spi.index.mutable.MutableJsonIndex.add(MutableJsonIndex.java:34) ~[pinot-segment-spi-1.1.0-SNAPSHOT.jar:1.1.0-SNAPSHOT-0009dc252a792b146ae7215954deaedd02f644f5]
   	at org.apache.pinot.segment.local.indexsegment.mutable.MutableSegmentImpl.addNewRow(MutableSegmentImpl.java:691) ~[classes/:?]
   	at org.apache.pinot.segment.local.indexsegment.mutable.MutableSegmentImpl.index(MutableSegmentImpl.java:517) ~[classes/:?]
   	at org.apache.pinot.segment.local.indexsegment.mutable.IndexingFailureTest.testIndexingFailures(IndexingFailureTest.java:88) ~[test-classes/:?]
   	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
   	at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
   	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139) ~[testng-7.8.0.jar:7.8.0]
   	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:664) ~[testng-7.8.0.jar:7.8.0]
   	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227) ~[testng-7.8.0.jar:7.8.0]
   	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50) ~[testng-7.8.0.jar:7.8.0]
   	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957) ~[testng-7.8.0.jar:7.8.0]
   	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200) ~[testng-7.8.0.jar:7.8.0]
   	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148) ~[testng-7.8.0.jar:7.8.0]
   	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128) ~[testng-7.8.0.jar:7.8.0]
   	at java.util.ArrayList.forEach(ArrayList.java:1596) [?:?]
   	at org.testng.TestRunner.privateRun(TestRunner.java:848) [testng-7.8.0.jar:7.8.0]
   	at org.testng.TestRunner.run(TestRunner.java:621) [testng-7.8.0.jar:7.8.0]
   	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443) [testng-7.8.0.jar:7.8.0]
   	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437) [testng-7.8.0.jar:7.8.0]
   	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397) [testng-7.8.0.jar:7.8.0]
   	at org.testng.SuiteRunner.run(SuiteRunner.java:336) [testng-7.8.0.jar:7.8.0]
   	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-7.8.0.jar:7.8.0]
   	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95) [testng-7.8.0.jar:7.8.0]
   	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280) [testng-7.8.0.jar:7.8.0]
   	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200) [testng-7.8.0.jar:7.8.0]
   	at org.testng.TestNG.runSuites(TestNG.java:1114) [testng-7.8.0.jar:7.8.0]
   	at org.testng.TestNG.run(TestNG.java:1082) [testng-7.8.0.jar:7.8.0]
   	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) [surefire-testng-3.1.2.jar:3.1.2]
   	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:102) [surefire-testng-3.1.2.jar:3.1.2]
   	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91) [surefire-testng-3.1.2.jar:3.1.2]
   	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) [surefire-testng-3.1.2.jar:3.1.2]
   	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) [surefire-booter-3.1.2.jar:3.1.2]
   	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) [surefire-booter-3.1.2.jar:3.1.2]
   	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) [surefire-booter-3.1.2.jar:3.1.2]
   	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [surefire-booter-3.1.2.jar:3.1.2]
   Caused by: com.fasterxml.jackson.core.io.JsonEOFException: Unexpected end-of-input in field name
    at [Source: (String)"{"truncatedJson..."; line: 1, column: 19]
   	at com.fasterxml.jackson.core.base.ParserMinimalBase._reportInvalidEOF(ParserMinimalBase.java:662) ~[jackson-core-2.12.7.jar:2.12.7]
   	at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._parseName2(ReaderBasedJsonParser.java:1759) ~[jackson-core-2.12.7.jar:2.12.7]
   	at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._parseName(ReaderBasedJsonParser.java:1743) ~[jackson-core-2.12.7.jar:2.12.7]
   	at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextFieldName(ReaderBasedJsonParser.java:941) ~[jackson-core-2.12.7.jar:2.12.7]
   	at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:268) ~[jackson-databind-2.12.7.1.jar:2.12.7.1]
   	at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:69) ~[jackson-databind-2.12.7.1.jar:2.12.7.1]
   	at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:16) ~[jackson-databind-2.12.7.1.jar:2.12.7.1]
   	at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:322) ~[jackson-databind-2.12.7.1.jar:2.12.7.1]
   	at com.fasterxml.jackson.databind.ObjectReader._bindAsTree(ObjectReader.java:2070) ~[jackson-databind-2.12.7.1.jar:2.12.7.1]
   	at com.fasterxml.jackson.databind.ObjectReader._bindAndCloseAsTree(ObjectReader.java:2044) ~[jackson-databind-2.12.7.1.jar:2.12.7.1]
   	at com.fasterxml.jackson.databind.ObjectReader.readTree(ObjectReader.java:1764) ~[jackson-databind-2.12.7.1.jar:2.12.7.1]
   	at org.apache.pinot.spi.utils.JsonUtils.stringToJsonNode(JsonUtils.java:152) ~[pinot-spi-1.1.0-SNAPSHOT.jar:1.1.0-SNAPSHOT-0009dc252a792b146ae7215954deaedd02f644f5]
   	at org.apache.pinot.segment.local.realtime.impl.json.MutableJsonIndexImpl.add(MutableJsonIndexImpl.java:82) ~[classes/:?]
   	at org.apache.pinot.segment.spi.index.mutable.MutableJsonIndex.add(MutableJsonIndex.java:32) ~[pinot-segment-spi-1.1.0-SNAPSHOT.jar:1.1.0-SNAPSHOT-0009dc252a792b146ae7215954deaedd02f644f5]
   	... 34 more
   20:48:40.819 ERROR [MutableSegmentImpl_testSegment__0__0__155555_testStream] [main] failed to index value with DICTIONARY
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.308 s -- in org.apache.pinot.segment.local.indexsegment.mutable.IndexingFailureTest
   [INFO] org.apache.pinot.segment.local.indexsegment.mutable.IndexingFailureTest.testIndexingFailures -- Time elapsed: 0.878 s
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

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


Re: [I] [flaky test] org.apache.pinot.plugin.stream.pulsar.PulsarConsumerTest [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed issue #11962: [flaky test] org.apache.pinot.plugin.stream.pulsar.PulsarConsumerTest
URL: https://github.com/apache/pinot/issues/11962


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

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


Re: [I] [flaky test] org.apache.pinot.plugin.stream.pulsar.PulsarConsumerTest [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #11962:
URL: https://github.com/apache/pinot/issues/11962#issuecomment-1801256026

   @KKcorps 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

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


Re: [I] [flaky test] org.apache.pinot.plugin.stream.pulsar.PulsarConsumerTest [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #11962:
URL: https://github.com/apache/pinot/issues/11962#issuecomment-1801255755

   Duplicate of #8537


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

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


Re: [I] [flaky test] org.apache.pinot.plugin.stream.pulsar.PulsarConsumerTest [pinot]

Posted by "KKcorps (via GitHub)" <gi...@apache.org>.
KKcorps commented on issue #11962:
URL: https://github.com/apache/pinot/issues/11962#issuecomment-1801258522

   Yeah, I have tried to reproduce this error in local but I never get it. Will check what can be the root cause


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

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


Re: [I] [flaky test] org.apache.pinot.plugin.stream.pulsar.PulsarConsumerTest [pinot]

Posted by "xiangfu0 (via GitHub)" <gi...@apache.org>.
xiangfu0 commented on issue #11962:
URL: https://github.com/apache/pinot/issues/11962#issuecomment-1802792026

   yeah, maybe need to run it many times


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

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


Re: [I] [flaky test] org.apache.pinot.plugin.stream.pulsar.PulsarConsumerTest [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #11962:
URL: https://github.com/apache/pinot/issues/11962#issuecomment-1810887652

   Duplicate of #8537 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

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