Hi, I added a configuration file which is updated on one of the master cores' conf directory, and also added the file name to the list of "confFiles". As as expected, after index change and commit, this file gets replicated to the slave core. However, the problem that remains is how to reload this file's data after it's replicated.
What I did on the master core, is to initiate a core reload, and through a custom CoreAdminHandler override handleReloadAction() to reload the new file too. But this cannot be done on the slave, since the master, which triggers the update, is unaware who is slaves are. Any ideas on how to do this? Thanks, Ophir