Garrett Barton created BLUR-319:
-----------------------------------
Summary: Custom TypeDef's can get Blur into a state where one
cannot make new tables.
Key: BLUR-319
URL: https://issues.apache.org/jira/browse/BLUR-319
Project: Apache Blur
Issue Type: Bug
Components: Blur
Affects Versions: 0.2.2
Reporter: Garrett Barton
So start with a cluster wide custom TypeDef in the blur-site and no tables in
blur.
Create a new table A with the custom TypeDef in the col defs. Works.
Create a new table B with the cusom TypeDef defined again in the td, and a
column trying to use it. Fails. (as it should)
Create a new table C with the custom TypeDef used in the cols. Fails!?
Any table created from now on will fail complaining about the custom type def
already being registered.
Aaron mumbled something about the BlurConfig in the TableContext not being
immutable and it should be.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)