You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/28 02:19:05 UTC

[GitHub] [flink] klion26 commented on a change in pull request #8263: [FLINK-12296][StateBackend]Data loss silently in RocksDBStateBackend because of local directory collision

klion26 commented on a change in pull request #8263: [FLINK-12296][StateBackend]Data loss silently in RocksDBStateBackend because of local directory collision
URL: https://github.com/apache/flink/pull/8263#discussion_r279174526
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/util/OperatorSubtaskDescriptionText.java
 ##########
 @@ -29,6 +32,9 @@
 	/** Cached description result. */
 	private final String description;
 
+	/** Pattern used to extract operatorId. */
+	public static final Pattern EXTRACT_OPERATOR_PATTERN = Pattern.compile("^.*_([0-9a-f]+)_\\([1-9]+/[1-9]+\\)$");
 
 Review comment:
   Thanks for your review, the implementation has been changed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services