Description
When getting a request to perform an operation, the code does not check for instance of Byte. Native client sends the operation as a Byte, which currently cause Geode to throws a
java.lang.ClassCastException: class java.lang.Byte cannot be cast to class org.apache.geode.cache.Operation
Server versions prior to 1.9.0 had a compatibility check for this Byte