You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename remaining extracted classes to follow AnonymousClass convention, #1284
Follow-up to 08d82e8. The previous rename pass only covered the four
classes in TestIndexWriterThreadsToSegments and missed three classes
that the original #1284 port extracted from anonymous inner classes
in TestIndexWriter:
- RollbackWhileMergeInfoStream ->
InfoStreamAnonymousClassForRollbackWhileMergeIsRunning
- RollbackWhileMergeScheduler ->
ConcurrentMergeSchedulerAnonymousClassForRollbackWhileMergeIsRunning
- SlowCommittingInfoStream -> InfoStreamAnonymousClassForCloseDuringCommit
The ForCloseDuringCommit suffix matches the existing
ThreadAnonymousClassForCloseDuringCommit precedent.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments