Skip to content

Commit cc8b335

Browse files
committed
[core] Bump DD scheduler Protobuf interface
1 parent 740abf0 commit cc8b335

2 files changed

Lines changed: 45 additions & 36 deletions

File tree

core/integration/ddsched/protos/ddsched.pb.go

Lines changed: 39 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/integration/ddsched/protos/ddsched.proto

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ message PartitionInfo {
2525
}
2626

2727
enum PartitionState {
28-
__IGNORE = 0;
28+
IGNORE__ = 0;
29+
2930
PARTITION_UNKNOWN = 1;
3031
// Partition not known to DataDistControl. Initialize by calling PartitionInitialize()
3132

@@ -43,7 +44,10 @@ enum PartitionState {
4344
// All components configured, ready for dataflow commands
4445

4546
PARTITION_TERMINATING = 6;
46-
// Partition is terminating. EPN-FLP connections are cleanly terminated.
47+
// Partition is terminating. EPN-FLP connections will be cleanly closed.
48+
49+
PARTITION_TERMINATED = 7;
50+
// Partition is terminated. TfScheduler does not accept further requests
4751
}
4852

4953

0 commit comments

Comments
 (0)