XComp commented on a change in pull request #15832:
URL: https://github.com/apache/flink/pull/15832#discussion_r626296284



##########
File path: 
flink-kubernetes/src/test/java/org/apache/flink/kubernetes/highavailability/KubernetesStateHandleStoreITCase.java
##########
@@ -68,8 +68,8 @@ public void testMultipleKubernetesStateHandleStores() throws 
Exception {
                 new TestingLeaderCallbackHandler[leaderNum];
 
         @SuppressWarnings("unchecked")
-        final KubernetesStateHandleStore<Long>[] stateHandleStores =
-                new KubernetesStateHandleStore[leaderNum];
+        final 
KubernetesStateHandleStore<TestingLongStateHandleHelper.LongStateHandle>[]

Review comment:
       The Kubernetes-related ITCases are currently not running. I created 
[FLINK-20564](https://issues.apache.org/jira/browse/FLINK-22564) to cover this. 
I haven't had the chance to run the ITCase locally, yet.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to