khurrumnasimm opened a new issue #185: java.lang.UnsupportedOperationException on serializing thrift objects URL: https://github.com/apache/distributedlog/issues/185 **BUG REPORT** 1. Please describe the issue you observed: - What did you do? Run tutorial on the latest RC - What did you expect to see? Be able to run the tutorial. All should pass. - What did you see instead? ``` Sep 11, 2017 7:55:54 AM com.twitter.util.RootMonitor$ handle SEVERE: Exception propagated to the root monitor! java.lang.UnsupportedOperationException at java.nio.ByteBuffer.array(ByteBuffer.java:994) at org.apache.thrift.protocol.TBinaryProtocol.writeBinary(TBinaryProtocol.java:211) at org.apache.distributedlog.thrift.service.DistributedLogService$writeWithContext_args.write(DistributedLogService.java:6327) at org.apache.distributedlog.thrift.service.DistributedLogService$ServiceToClient.writeWithContext(DistributedLogService.java:1225) at org.apache.distributedlog.client.DistributedLogClientImpl$WriteOp.sendWriteRequest(DistributedLogClientImpl.java:428) at org.apache.distributedlog.client.DistributedLogClientImpl$AbstractWriteOp.sendRequest(DistributedLogClientImpl.java:365) at org.apache.distributedlog.client.DistributedLogClientImpl.sendWriteRequest(DistributedLogClientImpl.java:957) at org.apache.distributedlog.client.DistributedLogClientImpl.access$300(DistributedLogClientImpl.java:106) at org.apache.distributedlog.client.DistributedLogClientImpl$StreamOp.doSend(DistributedLogClientImpl.java:201) at org.apache.distributedlog.client.DistributedLogClientImpl$StreamOp.send(DistributedLogClientImpl.java:185) at org.apache.distributedlog.client.DistributedLogClientImpl$4.onSuccess(DistributedLogClientImpl.java:887) at org.apache.distributedlog.client.DistributedLogClientImpl$4.onSuccess(DistributedLogClientImpl.java:879) ``` ---------------------------------------------------------------- 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
