-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement query based timeouts #9
Merged
chermenin
merged 6 commits into
chermenin:master
from
chitralverma:implement_query_based_timeouts
Nov 14, 2019
Merged
Implement query based timeouts #9
chermenin
merged 6 commits into
chermenin:master
from
chitralverma:implement_query_based_timeouts
Nov 14, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@chermenin Can you please look at this ? |
chermenin
requested changes
Nov 14, 2019
src/main/scala/ru/chermenin/spark/sql/execution/streaming/state/RocksDbStateStoreProvider.scala
Outdated
Show resolved
Hide resolved
src/main/scala/ru/chermenin/spark/sql/execution/streaming/state/RocksDbStateStoreProvider.scala
Outdated
Show resolved
Hide resolved
src/test/scala/ru/chermenin/spark/sql/execution/streaming/state/RocksDbStateTimeoutSuite.scala
Outdated
Show resolved
Hide resolved
@chermenin I've incorporated the review comments. |
chermenin
approved these changes
Nov 14, 2019
@chermenin can you please merge this. thanks. I was about to accidentally close it |
chermenin
pushed a commit
that referenced
this pull request
Apr 24, 2020
…-backups to release/RE19C * commit '0dec75730883af3edac2c9253c0a1644c0c1168c': (28 commits) bump version avoid flush and creating shared files when opening db improve cleanup of earlier files of the same version fix FileNotFoundException in cleanupRemoteBackupSharedFiles bump version fix lazy loading of shared files fix linux file separator parsing update default scala and spark version improve logging bump version check if removeExpiredRowsInMaintenanceColName is present in schema, otherwise disable removeExpiredRowsInMaintenance fix getting values from null-rows implement "loadRemoteBackupSelective" and dont "cleanupRemoteBackups" fix unit test "StateStore.get" to use RocksDbStateStoreProvider instead of HDFSStateStoreProvider use existing config strings for SQLConf improve logging fix open db before schema evolution avoid NullPointerExceptions on forced shutdown improve rocksDb size logging implement embedded maintenance cleanup rotating backup key migration code pauseBackgroundWork on closeDb ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #8 .
Addes the following new features,
Added test cases and updated README/ code documentation for the same.