}
synchronized (this) {
// TODO: get TopicStoreProperty from administrator
//TopicStoreProperty topicStoreProperty = this.topicProperty.getTopicStoreProperty();
TopicStoreProperty topicStoreProperty = new TopicStoreProperty(glob, glob.getStrippedId());
if (this.topicStore == null) {
String type = topicStoreProperty.getType();
String version = topicStoreProperty.getVersion();
// e.g. "topicStore:/node/heron" is the unique name of the data store:
StorageId topicStoreId = new StorageId(glob, glob.getDatabaseNodeStr(), Constants.RELATING_TOPICSTORE, "");
// old xb_entries:
// StorageId topicStoreId = new StorageId(glob, "topicStore",
// glob.getStrippedId());