npawar opened a new pull request #3685: Change the realtime stats file to a new 
name
URL: https://github.com/apache/incubator-pinot/pull/3685
 
 
   The stats files generated in realtime servers will no longer be 
deserializable. This is because when serializing, the older objects were used, 
the ones with "com.linkedin". After the package name change, the newer objects 
will be used to deserialize, the ones with "org.apache", and the 
deserialization will fail.
   Changing the stats file name from "stats.ser" to "statsV2.ser". We will 
start populating stats afresh in all realtime tables.
   Please note: stats from stats.ser will not be considered once the new server 
is started. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to