Hi, i am deploying a 5 stage pipeline, with varying DOPs for experimental purposes. The benefits of slot sharing are clear. What is unclear to me is when slot sharing would be undesirable.
Since slot sharing enables bypassing of additional buffers (buffers between slots) as well as memory based optimizations, it surely is always beneficial. Furthermore, since all slots run within the same JVM, there also appears to be no advantage of disabling slot sharing in regard to simplifying JVM testing/debugging or for other isolation purposes. Could you perhaps elaborate on when slot sharing may be undesirable? Regards Leon