Skip to content

Do not add additional EventDataSvc

Michal Mazurek requested to merge mimazure-remove-eventdatasvc-errors into master

We've had two services that were doing the same job: HiveWhiteBoard and EventDataSvc. I'm leaving only HiveWhiteBoard. This should remove the errors we were getting in the output:

# ERROR: attempt to redefine type of "EventDataSvc" (was: HiveWhiteBoard, new: EvtDataSvc)
# ERROR:      ==> After this line, a hack will be executed, attempting to rectify the
# ERROR:      ==> problem just reported. Since this hack may fail, and since it is a
# ERROR:      ==> rather temporary measure hack, this is an ERROR, not a WARNING.

Merge request reports