disable featureTransactional in alicloud tablestore statae backend (#2742)
Signed-off-by: handlerww <handlerww@gmail.com>
This commit is contained in:
parent
9a27383b01
commit
6262e138a2
|
@ -49,7 +49,7 @@ type tablestoreMetadata struct {
|
|||
|
||||
func NewAliCloudTableStore(logger logger.Logger) state.Store {
|
||||
return &AliCloudTableStore{
|
||||
features: []state.Feature{state.FeatureETag, state.FeatureTransactional},
|
||||
features: []state.Feature{state.FeatureETag},
|
||||
logger: logger,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue