Skip to content

Commit

Permalink
STAR-899 Fix class name used from SchemaManager to Schema (#58)
Browse files Browse the repository at this point in the history
(cherry picked from commit a99fecd)
  • Loading branch information
djatnieks authored and jacek-lewandowski committed May 27, 2022
1 parent 321c7ff commit 79d684c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byteman/merge_schema_failure_4x.btm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Inject node failure on merge schema exit.
#
RULE inject node failure on merge schema exit
CLASS org.apache.cassandra.schema.SchemaManager
CLASS org.apache.cassandra.schema.Schema
METHOD mergeAndUpdateVersion
AT EXIT
# set flag to only run this rule once.
Expand Down

0 comments on commit 79d684c

Please sign in to comment.