I'm afraid I'm pretty confused about what's going on...  Naturally, because
it's new to me and you've been staring at it for a long time...

I'm afraid I'll have to ask some basic questions to get myself on the right
page...

When you say this:
The scrtipt does the job: the config is visible at
<ZK>/ot/solr/configs/otac_en

1. Do you mean that you've gone to the Zookeeper server and used the
zkCli.sh command to look inside the "directories" that Zookeeper maintains
and there is a /ot/solr/configs/otac_en "directory" on the Zookeeper server?

2. Also, are you "mixing" the data in Zookeeper?  By this I mean that you
have no distinction in Zookeeper for which data you're dealing with (Solr
4.x or Solr 5.x)?

I ask this second question because I found that things got hopelessly
muddled unless I made a totally clear demarcation between different
versions of Solr by using the "chroot" functionality to make a totally
separate "node" in Zookeeper...

I used this command line to make a totally new "node" in Zookeeper for my
upgrades...

/opt/solr/server/scripts/cloud-scripts/zkcli.sh -zkhost zoo1,zoo2,zoo3 -cmd
makepath /solr6_1

This gave me a totally clean "solr6_1" node in Zookeeper and made it much
easier to tell if things were "done" or not...

3. What is the "structure" of your nodes in Zookeeper?  If you do a "ls l"
in the zkCli.sh tool on zookeeper, what does it show?  Does it show /ot on
the "root"?





On Fri, Sep 9, 2016 at 3:10 PM, igiguere <igigu...@opentext.com> wrote:

> Hi JohnB;
>
> We have a script that calls the ZK CLI with this command:
> zk.bat -cmd upconfig -zkhost %SOLR_ZK_ENSEMBLE% -confdir
> %INSTALL_DIR%\etc\solr\otac\default-en\conf -confname otac_en
>
> The scrtipt does the job: the config is visible at
> <ZK>/ot/solr/configs/otac_en
>
> You can see in Solr's error message that the config does exist: otac_en
> found:[otif_und, otif_de, otif_fr, otif_it, otif_es, otif_nl, otif_noText,
> otif_ja, otac_en, otif_en, otif_pt, otif_ru]
>
> In ZK, clusterstate.js contains information about the collection,  but
> <ZK>/ot/solr/collections is empty.
>
> Thanks;
>
>
>
> --
> View this message in context: http://lucene.472066.n3.
> nabble.com/Migrating-config-found-but-not-mapped-to-
> collection-tp4295375p4295384.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to