This is not reproducible when using the proper input geometries.
The input polygon submitted with this defect was non-simple because it is oriented counterclockwise. Geometry operations are not guaranteed to work correctly on non-simple geometries. They should call Simplify before calling Buffer.
解决办法
Call 'GeometryService.Simplify' before 'GeometryService.Buffer'.