epugh commented on PR #1908:
URL: https://github.com/apache/solr/pull/1908#issuecomment-1792684853
I checked out the branch and did a search for "PackageStore" and found a
number of places it is still mentioned... DistribFileStore.java has a:
```
/** This is where al the files in the package store are listed */
static final String ZK_PACKAGESTORE = "/packagestore";
```
I wish it was ZK_FILESTORE and /filestore. Unless we had a story about a
"packagestore" being some sort of specialization of the generic "filestore"....
but i don't think jthat is the case.
That constant shows up a few times.
Likewise FileStoreAPI has:
```
static final String TMP_ZK_NODE = "/packageStoreWriteInProgress";
```
And TestDistribFileStore has `testPackageStoreManagement` method...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]