You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/event-processor/org.wso2.carbon.event.processor.common/src/main/java/org/wso2/carbon/event/processor/common/storm/component/EventReceiverSpout.java
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
importjava.util.Arrays;
42
42
importjava.util.List;
43
43
importjava.util.Map;
44
-
importjava.util.concurrent.ConcurrentLinkedQueue;
44
+
importjava.util.concurrent.LinkedBlockingQueue;
45
45
46
46
/**
47
47
* Receive events from CEP receivers through thrift receiver and pass through
@@ -72,8 +72,7 @@ public class EventReceiverSpout extends BaseRichSpout implements StreamCallback
72
72
* this is filled by the receiver thread of data bridge and consumed by the nextTuple which
73
73
* runs on the worker thread of spout.
74
74
*/
75
-
// TODO : Make this queue a fixed size to prevent out of memory issues
Copy file name to clipboardExpand all lines: components/event-processor/org.wso2.carbon.event.processor.core/src/main/java/org/wso2/carbon/event/processor/core/internal/storm/SiddhiStormOutputEventListener.java
0 commit comments