tkalkirill commented on code in PR #4839:
URL: https://github.com/apache/ignite-3/pull/4839#discussion_r1871485655
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##########
@@ -1144,39 +1147,24 @@ private void addAllToBatch(
* Adds modified entries to the watch event queue.
*/
private void queueWatchEvent() {
- if (updatedEntries.isEmpty()) {
Review Comment:
Because we can have a command to remove all keys that did not delete
anything and we do not update records but at the same time update the revision
and this code did not allow notification about updating the revision.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]