Skip to content

Conversation

@StefanRRichter
Copy link
Contributor

What is the purpose of the change

This fixes the problem that the operator descriptor text is used to construct the instance directory in RocksDB, but can contain characters that are illegal for paths in some file systems.

Brief change log

We replace all illegal characters with underscore before constructing the path.

Verifying this change

Check if RocksDB can be used as state backend on Windows.

This change is a trivial rework / code cleanup without any test coverage.

…escription text before using it to construct the instance directory in RocksDB
Copy link
Contributor

@zentol zentol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@StefanRRichter
Copy link
Contributor Author

Thanks @zentol for the fast review! Will merge this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants