Hi Maxim,
Thanks for your quick response. I am following the same thread on amazon and it doesn’t have any info that i can try out. I will check if AWS support can help on this.
Regarding the changing the consistency level in the cassandra-tool , i get following error when trying to build locally with make bins. Can you please let me know if there is any additional required for building the tools.
git submodule update --init --recursive
thriftrw --plugin=yarpc --pkg-prefix=github.com/uber/cadence/.gen/go/ --out=.gen/go idls/thrift/cadence.thrift
Failed to generate code: failed to generate code for “C:\go\src\cadence\idls\thrift\cadence.thrift”: failed to generate code for “idl embedding”: could not parse generated code: cadence.go:9:28: illegal character U+0072 ‘r’ in escape sequence (and 4 more errors):
package thriftrw
// ThriftModule represents the IDL file used to generate this package.
var ThriftModule = &thriftreflect.ThriftModule {
Name: "cadence",
Package: "github.com\uber\cadence\.gen\go\cadence",
FilePath: "cadence.thrift",
SHA1: "e6751c109262ef7584dbec4c934a7d8e2dbe8123",
Includes: []*thriftreflect.ThriftModule {
shared.ThriftModule,
},
Raw: rawIDL,
}
Thank you for your help.