Github user aljoscha commented on the pull request:
https://github.com/apache/flink/pull/671#issuecomment-138898146
It's still valid, I think the names are still off
```
public abstract class StreamTask<OUT, O extends StreamOperator<OUT>>
extends AbstractInvokable implements
OperatorStateCarrier<StateHandle<Serializable>>,
CheckpointedOperator, CheckpointNotificationOperator {
```
The StreamTask implements interfaces that have Operator in their names, and
they are inconsistent.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---