ignite icon indicating copy to clipboard operation
ignite copied to clipboard

IGNITE-20904 Fix Messaging SystemView code.

Open CyrilFeng opened this issue 2 years ago • 1 comments

GridMessageListenHandler.cacheName() caused an IllegalStateException when querying the SystemView with SQL. I made it return null, and I adjusted the GridMessageListenHandler.orderedTopic() method so that the SystemView can return topicName.

CyrilFeng avatar Nov 21 '23 04:11 CyrilFeng

Hello @CyrilFeng

Thanks for PR.

Can you, please, add tests to SystemViewSelfTest to test fixed issue? Looks like you can extend testContinuousQuery or take it as a pattern for the new one.

nizhikov avatar Dec 19 '23 08:12 nizhikov