> On Nov 6, 2019, at 2:16 PM, Jason Huynh <jhu...@pivotal.io> wrote:
>
> Jake, -from my understanding, the implementation details of geode-lucene is
> that we are using a partitioned region as a "file-system" for lucene
> files.
Yeah, I didn’t explain well. I mean to say literally create a new region for
the new version of lucene and effectively start over. Yes this is expensive but
its also functional. So new members would create region `lucene-whatever-v8`
and start over there. Then when all nodes are upgraded the old
`lucent-whatever` region could be deleted.
Just tossing out alternatives to what’s already been posed.
-Jake