You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure it is a bug or is designed as it.
In cassandra implementation but i think it also exists in mapdb implementation as they share the same test suit.
What is the current behavior?
// data
removeAllData(nodeUuid, statements);
// time series
clearTimeSeries(nodeUuid, statements);
The difference is :
in removeAllData which would call private removeData in which there is a push event.
But there is no push event in private clearTimeSeries
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
PowSyBl Version: ...
OS Version: ...
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
(if a question doesn't apply, you can delete it)
The text was updated successfully, but these errors were encountered:
I am not sure it is a bug or is designed as it.
In cassandra implementation but i think it also exists in mapdb implementation as they share the same test suit.
The difference is :
in
removeAllData
which would call privateremoveData
in which there is a push event.But there is no push event in private
clearTimeSeries
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
(if a question doesn't apply, you can delete it)
The text was updated successfully, but these errors were encountered: