You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2019/01/12 01:10:35 UTC

[GitHub] npawar opened a new pull request #3685: Change the realtime stats file to a new name

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:
users@infra.apache.org


With regards,
Apache Git Services

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