Hi Wei,
I'm assuming the lastModified time is when latest hard commit happens. Is
that correct?
>> Yes. its correct.
I also see sometime difference between replicas and leader commit
timestamps where the "diff/lag < autoCommit interval". So in your case you
noticed like upto 10 mins.
My guess is
Hi,
In solr cloud we want to track the last commit time on each node. The
information source is from the luke handler:
admin/luke?numTerms=0&wt=json, e.g.
- userData:
{
- commitTimeMSec: "1504895505447"
},
- lastModified: "2017-09-08T18:31:45.447Z"
I'm assuming the lastM