COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
44 stars 15 forks source link

DistributedController cube loading only one cublet #77

Open hugy718 opened 1 year ago

hugy718 commented 1 year ago

Currently the implementation of DistributedController at L86 and L185 calls the reload method of CoolModel that accepts a buffer and only loads that buffer to CubeRS. Therefore, it cannot handles cubes with multiple cublets.

Moreover, this overloaded reload is only used here. It does not make much sense to reload just one cublet. We can remove that method later.