Github user francisco-perez-sorrosal commented on a diff in the pull request:

    https://github.com/apache/incubator-omid/pull/3#discussion_r74187447
  
    --- Diff: 
tso-server/src/main/java/org/apache/omid/tso/ReplyProcessorImpl.java ---
    @@ -67,7 +69,8 @@
         private final Meter timestampMeter;
     
         @Inject
    -    ReplyProcessorImpl(MetricsRegistry metrics, Panicker panicker, 
ObjectPool<Batch> batchPool) {
    +    ReplyProcessorImpl(@Named("PersistenceStrategy") WaitStrategy strategy,
    --- End diff --
    
    Typo in named. Should be the same name that is in the DisruptorModule.java 
for the reply processor:
    
    ```
    @Named("ReplyStrategy")
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to