Sundar Sridharan

Results 6 comments of Sundar Sridharan

> This PR is half-baked and doesn't improve the debugging process, a proper solution should be implemented instead. Multiple reviewers have already pointed out that the configuration should be dynamic,...

Since this forces the server to be restarted to wipe out the Stream bit map metadata and throws a TrimmedException if the deletedTable is re-opened otherwise, the implementation needs to...

> Sundar it is not clear how will the routing queue model be picked up in the reverse direction, as I do not see any logic associated to registration and...

> Can you add the original PR number which is being cherry-picked in this change? Done, thanks

> Hi Sundar, you change seems unnecessary, because the table instance will be reused anyway, see SmrObject#open() method, part: computeIfAbsent SMR invocation happens after all the java reflections - so...

> Actually, no, we don't do any reflection until we create a table. You can take a look at SmrObjectBuilder and see there is a computeIfAbsent method, so, no reflection...