Projection related issues

We are using eventstore in production and using projection in some of the core logic, but projection is misbehaving alot like

  1. It froze once in a while( there is nothing in the log)

  2. and then if we want to rewrite some of the projection code then we have to delete it manually, we are not able to delete it throgh jvm client.(due to this we our projection get Faulted and it is not able to restart again)

version-4.0.3

regards,

Akash Agarwal