Files
gerrit/gerrit-server
Hugo Arès d06b79e3fb Fix NullPointerException when cloning from slave
VisibleRefFilter is using secondary index to evaluate the visibility of
refs which cannot work in slave mode since there is no secondary index.

SearchingChangeCacheImpl is the class used by VisibleRefFilter and it's
nullable so bind it to null in slave mode to force VisibleRefFilter to
not rely on that cache.

Change-Id: I5af65f0992b317b4bbd3ce050f3a7907aad713a4
2016-09-23 13:14:28 +02:00
..
2016-06-29 11:17:52 +09:00
2016-06-14 21:12:02 +02:00