In the cluster, the query returns the start_ts never changes

I deployed the v20.07 dgraph cluster using k8s.

I want to verify the distributed ACID transactions of dgraph according to this document, But the start_ts returned by each query has never changed.

@Paras some ideas?

@Valdanito can you list exactly what you did?

My helm file is the same. When deployed on some machines, start_ ts is changing, some can’t.

Hi, @chewxy

I tested it once in 20.11.0, and this issue can be reproduced stably.
Which is related to ludicrous_mode, When the flag is removed, start_ts began to change.

@dmai might you have any idea what’s going on