tohidemyname opened a new issue, #17416: URL: https://github.com/apache/pinot/issues/17416
Pinot still uses JDK 11. Some bugs of this version affect Pinot. For example, a JDK bug is resides in JDK 11: https://bugs.openjdk.org/browse/JDK-8230342 This bug complains that LineNumberReader.getLineNumber() returns inconsistent results after EOF. Pinot calls this buggy API at the following code locations: <--SchemaFetcher.call <--SchemaFetcher.call <--QueryOp.verifyQueries <--QueryOp.verifyQueries <--QueryOp.verifyQueries <--PinotSegmentUploadDownloadRestletResource.createSegmentsMetadataInfoMap <--PinotSegmentUploadDownloadRestletResource.createSegmentsMetadataInfoMap <--AutoAddInvertedIndex.sendQuery <--AutoAddInvertedIndex.updateIndexConfig <--CSVRecordReader.next <--FlinkQuickStart.loadData <--TblToAvroMultiValue.main <--TblToAvro.main <--KafkaConfigBackwardCompatibleUtils.handleStreamConfig <--RawIndexBenchmark.buildSegment <--BenchmarkRegexpReplace.setUp <--BenchmarkMutableFST.setUp <--BenchmarkFST.setUp <--CommonsConfigurationUtils.getConfigurationHeaderVersion <--AbstractBaseAdminCommand.readInputStream <--FilterColumnExtractor.extractColumnsUsedInFilter <--PerfBenchmarkDriver.postQueries <--PerfBenchmarkDriver.postQuery Please update to newer JDKs. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
