[Bug] Show create table null pointer of storage policy and error htttp path of tablet info (#10950)
Co-authored-by: lihaopeng <lihaopeng@baidu.com>
This commit is contained in:
@ -285,7 +285,8 @@ public class TableProperty implements Writable {
|
||||
.buildStorageFormat()
|
||||
.buildDataSortInfo()
|
||||
.buildRemoteStoragePolicy()
|
||||
.buildCompressionType();
|
||||
.buildCompressionType()
|
||||
.buildStoragePolicy();
|
||||
if (Catalog.getCurrentCatalogJournalVersion() < FeMetaVersion.VERSION_105) {
|
||||
// get replica num from property map and create replica allocation
|
||||
String repNum = tableProperty.properties.remove(PropertyAnalyzer.PROPERTIES_REPLICATION_NUM);
|
||||
|
||||
@ -30,8 +30,8 @@ under the License.
|
||||
{{#data}}
|
||||
{{#tablets}}
|
||||
<tr>
|
||||
<td><a href="/api/meta/header/{{tablet_id}}/{{schema_hash}}" target="_blank">{{tablet_id}}</a></td>
|
||||
<td><a href="/api/meta/header/{{tablet_id}}/{{schema_hash}}" target="_blank">{{schema_hash}}</a></td>
|
||||
<td><a href="/api/meta/header/{{tablet_id}}" target="_blank">{{tablet_id}}</a></td>
|
||||
<td><a href="/api/meta/header/{{tablet_id}}" target="_blank">{{schema_hash}}</a></td>
|
||||
</tr>
|
||||
{{/tablets}}
|
||||
{{/data}}
|
||||
|
||||
Reference in New Issue
Block a user