freme-project / freme-ner

Apache License 2.0
6 stars 1 forks source link

Setup Jenkins to reinstall FREME NER on freme-worker #43

Closed jnehring closed 8 years ago

m1ci commented 9 years ago

how are we going to separate the FREME NER instances used for FREME live and dev? Is freme-workers going to host only instances for FREME dev or also FREME live? Also, where the instances will run? 2 on freme-workers, 2 on freme-live or freme-dev? What are the plans for the setup?

jnehring commented 9 years ago

On freme-worker we will install freme-ner and all its components twice, once for freme-dev and once for freme-live. So there will be two SORL servers running on different ports and two FREME NER instances running on different ports. Also we will have two folders for the stanford NER models. So these two instances are totally separated except for the server they run on.

This issue is about to reinstall the dev version of freme ner.

m1ci commented 9 years ago

OK, but FREME live and dev will use same instances of FREME NER?

jnehring commented 9 years ago

No we will have two separate instance of FREME NER on freme-worker. One for live and one for dev.

m1ci commented 9 years ago

So, the FREME Cloud will use only one FREME NER instance for dev and live, so no load balancing, or?

jnehring commented 9 years ago

Yes right. I do not think that we will have time to really scale it out to multiple servers within freme 0.4 development time. Now we provide the technical possibity for scaling out and later on we will do it.

m1ci commented 9 years ago

OK, thanks for clarification, makes sense!

jnehring commented 9 years ago

This waits for freme-project/broker#106 freme-project/broker#63

m1ci commented 9 years ago

what is #106? and #63 is https://github.com/freme-project/technical-discussion/issues/63?

jnehring commented 9 years ago

63 is wrong. I dont find the issue that I wanted to link to. So lets say it waits for freme-project/Broker#106 only.

@m1ci can you click on the link?

m1ci commented 9 years ago

yes, I can, thanks

jnehring commented 8 years ago

I started this task yesterday. I stopped freme-ner on freme-dev and I am still struggling to restart it. Hopefully I can fix this today.

jnehring commented 8 years ago

done