Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge with master (Need to update Samza and multithreads code accordi…
Browse files Browse the repository at this point in the history
…ng to the new API)
  • Loading branch information
CasCas authored and caseyvu committed Jul 8, 2014
1 parent a573d04 commit 51d9a47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Expand Up @@ -20,9 +20,7 @@
* #L%
*/


public interface Topology {

/*
* Name
*/
Expand All @@ -45,7 +43,7 @@ public interface Topology {
* Entrance Processing Items
*/
/**
* Add an EntranceProcessingItem to this topologyç
* Add an EntranceProcessingItem to this topology
*
* @param epi
* the EntranceProcessingItem to be added
Expand Down
Expand Up @@ -76,7 +76,6 @@ public void processEvent(ContentEvent event, int counter) {
for (int j = 0; j < parallelism; j++) {
arrayProcessingItem[j] = this.copy();
arrayProcessingItem[j].getProcessor().onCreate(j);
//System.out.println(j + " PROCESSOR create " + arrayProcessingItem[j].getProcessor());
}
}
if (this.arrayProcessingItem != null) {
Expand Down

0 comments on commit 51d9a47

Please sign in to comment.