dlmarion commented on PR #5668:
URL: https://github.com/apache/accumulo/pull/5668#issuecomment-3033568876

   > > There is a metadata constraint check (and test) for a file with invalid 
json (code 3100), so I'm not sure that I would be able to introduce that error.
   > 
   > Not sure, but may be able to remove the constraint from the metadata table 
in the test.
   
   I was able to add this test in 2af42fa, but it caused a bunch of other 
changes. Namely it caused TabletMetadata.convertRow to throw a 
RuntimeException, which ends up cause the TabletMetadata
   object to be null. Thus, if there is an error server side, we can only 
return the error, so we lose any
   location information in the TabletGroupWatcher about where the error 
occurred.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to