I have an application which writes to the ES and which also schedules time based index rollover based on max_docs condition.
What will happen if I try indexing during the rollover ?
Does ES takes lock while performing rollover ?
On an average how much time does it take to rollover the index ? Acc. to me this shouldn't take much time as time based index rollover is just creating a new index and pointing the alias to it.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.