Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-6270

Distributed streams should only send subset of keys when using filterKeys

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 8.1.2.Final
    • Clustered Executor
    • None

      Currently distributed streams sends all keys provided in filterKeys to each node. We could improve this in 2 ways.

      1. Only send requests to nodes that have segments that map to desired keys
        1. We would also have to cross check this if user supplied specific segments
      2. Only send the keys that map to the nodes that have those segments instead of all

      This should reduce possible # of messages and for sure reduce message payloads.

              Unassigned Unassigned
              wburns@redhat.com Will Burns
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: