Harsha008-SH opened a new issue, #14881:
URL: https://github.com/apache/pinot/issues/14881

   Issue Template Name:
   Bug Report
   
   Problem Statement:
   Title
   NullPointerException during Segment Indexing when using Pinot with large data
   
   Repository Version
   Pinot version: 0.8.2
   
   Key Words / Search Terms
   NullPointerException, segment indexing, large data, Pinot
   
   Description
   Index large dataset with a NullPointerException while a segment is created 
due to indexing failure in Pinot. The trace references are found within 
SegmentIndexCreator since a null point was experienced once a segment process 
is executed by processing large input data. An exact root cause requires 
further research starting from version 0.8.2 for further clarification purposes.
   
   Expected Results
   Pinot should be able to index the data without encountering null pointer 
exceptions, even when processing large datasets.
   
   Current Behavior
   The process fails with a NullPointerException during segment indexing when 
handling large batches of data.
   
   Steps to Reproduce
   Use a Pinot instance with version 0.8.2.
   Attempt to index a large dataset (over 1 million rows).
   Observe the failure at the indexing stage with a NullPointerException.
   Use Cases / Motivating Examples
   This issue is quite crucial for the users of Pinot in dealing with big data 
and more specifically batch indexing. Once the problem is addressed, large 
datasets can be dealt with efficiently and enhance scalability for Pinot.


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

Reply via email to