Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
v3.0.0-alpha
-
None
Description
At present,A cube's segment can be built in parallel, but the building result needs to be saved into HBase according to business time (segment range),my question is why should have to save in order ?
If it's need to save in order, it may cause some problems ,like the first building job faild in some case,the other buildings are success,the successes also can't to save to hbase, what is more serious is that the building task number by this cube has been occupied, resulting in the inability to submit new tasks.