Botond Dénes
Botond Dénes
We already have a mutation -> json converter in https://github.com/scylladb/scylla/blob/81e20ceaab8f54938aa77842ee5c9d9e62639432/tools/scylla-sstable.cc#L324.
> The problem is we do not have hard limits for many of the variables, like Exactly. But people coming from C* seems to assume we must have and there...
Of course, the things we don't have limits for is limitless. We can start with those that people commonly ask about and amend as people come up with new questions.
Does this reproduce reliably? Can we maybe bisect it?
How was this passing until now then? I don't get it. Will look into it.
> @denesb do we have any progress here? it's in your queue? No progress on this, yes it is in my queue. > *this is a high priority issue on...
I need a coredump to see what is going on.
``` killall -6 scylla-server ``` Or if you want something less fatal, attach gdb to the running scylla instance (`gdb -p $scylla_pid`), then execute `gcore` command in the gdb prompt....
Make sure you have coredump management configured correctly, such that cores are not thrown away.
See https://docs.scylladb.com/stable/troubleshooting/report-scylla-problem.html#send-files-to-scylladb-support.