polyansky-syberry

Results 5 comments of polyansky-syberry

Docker-compose ``` version: '3.2' services: cassandra: image: cassandra:3.11 restart: unless-stopped networks: - cross-comms volumes: - type: volume source: mycassandrastore target: /var/lib/cassandra ports: - "${CASSANDRA_PORT}:${CASSANDRA_PORT}" statsd: image: graphiteapp/graphite-statsd restart: unless-stopped networks:...

``` bash cadence --domain DOMAIN --address host.docker.internal:7933 workflow reset -w f5e392e2-20ed-4239-9633-65 a352fbd202 -r 5115e281-f48b-4f51-a3de-f1b9880677a3 --event_id 4 --reason "" ``` Works fine

If I set event id = 5 then it returns this error: ``` 19:29:50.332 [main] ERROR Logger - Error org.apache.thrift.TException: Rpc error: at com.uber.cadence.serviceclient.WorkflowServiceTChannel.throwOnRpcError(WorkflowServiceTChannel.java:548) at com.uber.cadence.serviceclient.WorkflowServiceTChannel.doRemoteCall(WorkflowServiceTChannel.java:519) at com.uber.cadence.serviceclient.WorkflowServiceTChannel.resetWorkflowExecution(WorkflowServiceTChannel.java:1597) at com.uber.cadence.serviceclient.WorkflowServiceTChannel.lambda$ResetWorkflowExecution$25(WorkflowServiceTChannel.java:1586)...

![image](https://user-images.githubusercontent.com/65544802/98333818-9e2a3b00-2012-11eb-9486-2c3407321ea6.png) This is screen with event types and their ids around 4 and 5

@sokada1221 @meiliang86 @mfateev Guys, please, help me with that