You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/06/18 22:21:40 UTC

[GitHub] srkukarni commented on a change in pull request #2891: Refactor StatefulStorage API

srkukarni commented on a change in pull request #2891: Refactor StatefulStorage API
URL: https://github.com/apache/incubator-heron/pull/2891#discussion_r196243889
 
 

 ##########
 File path: heron/proto/ckptmgr.proto
 ##########
 @@ -171,7 +175,23 @@ message CleanStatefulCheckpointResponse {
   repeated string cleaned_checkpoint_ids = 2;
 }
 
-// stmgr -> ckptmgr messages
+/*
+ * stmgr -> ckptmgr messages
+ */
+
+// This message encapsulates the info associated with
+// state of an instance/partition
+message InstanceStateCheckpointPartition {
 
 Review comment:
   Is this just instance or partition or instance and partition? Its unclear, especially since it does not have anything to do with partition right now

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services