dspavlov commented on a change in pull request #57: IGNITE-9849 Refactor Master trends
URL:
https://github.com/apache/ignite-teamcity-bot/pull/57#discussion_r229881457
##########
File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/buildcondition/BuildConditionDao.java
##########
@@ -15,18 +15,19 @@
* limitations under the License.
*/
-package org.apache.ignite.ci.tcbot.condition;
+package org.apache.ignite.ci.teamcity.ignited.buildcondition;
import javax.inject.Inject;
import javax.inject.Provider;
import org.apache.ignite.Ignite;
import org.apache.ignite.IgniteCache;
-import org.apache.ignite.ci.db.TcHelperDb;
import org.apache.ignite.ci.teamcity.ignited.IStringCompactor;
+import static org.apache.ignite.ci.teamcity.ignited.IgniteStringCompactor.getCache8PartsConfig;
+
public class BuildConditionDao {
/** Cache name*/
- public static final String BUILD_CONDITIONS_CACHE_NAME = "buildConditions";
+ public static final String BUILDS_CONDITIONS_CACHE_NAME = "buildsConditions";
Review comment:
We should add old cache name removal in DbMigrations class. Fewer caches we have, faster the bot start is.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services