Improve errors processing for Schema service schema parsing
Improves handling of erroneous schemas, currently indexer does not index any record if Schema service schema cannot be parsed correctly by Indexer. Indexer must index meta-attribute at very minimum if indexing fails for Schema processing.
- Try to get as many errors as possible from the schema converter
- Return null if schema has an error
Resolves issue #18 (closed)
Edited by Neelesh Thakur
Merge request reports
Activity
added 3 commits
-
dd89c2f3...40bf76d9 - 2 commits from branch
master
- 2875c870 - Merge branch 'master' into schema-conv-errors-impr
-
dd89c2f3...40bf76d9 - 2 commits from branch
added 9 commits
-
2875c870...b77fb3c8 - 8 commits from branch
master
- 0b4ca7ea - rebase
-
2875c870...b77fb3c8 - 8 commits from branch
@polavishnu @manishk @krveduru Can you please take look?
added 9 commits
-
87bfb7a6...d7a937a2 - 8 commits from branch
master
- 4175af48 - Merge branch 'master' into schema-conv-errors-impr
-
87bfb7a6...d7a937a2 - 8 commits from branch
added 1 commit
- d780e151 - enable indexing meta-attributes if there are schema parsing errors
@wsmatth @anujgupta @shrikgar @Dmitriy_Rudko can you please take a look?
- Resolved by Neelesh Thakur
@anujgupta @shrikgar only IBM tests are failing with 500 error code. Can you please take a look?
assigned to @nthakur and unassigned @snekhaienko
added Common Code label
Please register or sign in to reply