I have a table (in 0.90 candidate) whose writes are solely through bulk incremental loads. I had been running over a period of time and noticed that the Storefiles were not minor compacting or splitting. I eyeballed the code and observed that the (minor) compaction check is made at the time of deploying the region and during every commit (after a flush?) but never while bulk loading.
Can you let me know if this was deliberate/an existing bug? Thank you Vidhya